Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:57 +08:00
commit 3c93879d5f
4 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "mcp-serena",
"description": "Serena MCP server for semantic code analysis and understanding",
"version": "1.0.0",
"author": {
"name": "David Lopes"
},
"commands": [
"./commands"
]
}