Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:16 +08:00
commit fe36ec86de
6 changed files with 226 additions and 0 deletions

16
.mcp.json Normal file
View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"codanna-cc": {
"command": "codanna",
"args": ["--config", ".codanna/settings.toml", "serve", "--watch", "--watch-interval", "5"]
},
"codanna-cc-sse": {
"type": "sse",
"url": "http://127.0.0.1:8080/mcp/sse"
},
"codanna-cc-https": {
"type": "sse",
"url": "https://127.0.0.1:8443/mcp/sse"
}
}
}