Skip to content

Commit c950354

Browse files
author
jzhu
committed
fix mcp
1 parent d9063a0 commit c950354

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

code_assistant_manager/mcp/registry/servers/aws-knowledge-mcp-server.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
"categories": ["Knowledge", "Search"],
1515
"tags": ["aws", "knowledge", "search"],
1616
"installations": {
17-
"inspector": {
17+
"http": {
1818
"type": "http",
19-
"command": "npx",
20-
"args": ["@modelcontextprotocol/inspector", "https://knowledge-mcp.global.api.aws"],
21-
"description": "Run the AWS Knowledge MCP server via the ModelContextProtocol inspector",
19+
"url": "https://mcp.deepwiki.com/mcp",
20+
"description": "Run deepwiki mcp directly with HTTP",
2221
"recommended": true
2322
}
2423
},

scripts/install_claude_mcps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ DEFAULT_MCPS=(
1717
"terraform"
1818
"deepwiki"
1919
"awslabs.aws-documentation-mcp-server"
20+
"aws-knowledge-mcp-server"
2021
)
2122

2223
# Default client
@@ -80,4 +81,4 @@ echo "MCP servers: $MCP_NAMES"
8081
# Execute the cam command
8182
cam mcp server add "$MCP_NAMES" -c "$CLIENTS"
8283

83-
echo "Installation complete!"
84+
echo "Installation complete!"

0 commit comments

Comments
 (0)