Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:56 +08:00
commit 4e6934e858
6 changed files with 529 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "mcp",
"description": "Commands for setup well known MCP server integration if needed and update CLAUDE.md file with requirement to use this MCP server for current project.",
"version": "1.0.0",
"author": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
},
"commands": [
"./commands"
]
}