Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:06 +08:00
commit a9becb81f0
7 changed files with 531 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "aws-knowledge-tool",
"description": "CLI tool for querying AWS Knowledge MCP Server - search, read, and discover AWS documentation",
"version": "0.1.0",
"author": {
"name": "Dennis Vriend",
"email": "dvriend@ilionx.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}