feat: 添加 nCode 组件及相关 API,支持创建、查询、更新和删除操作

This commit is contained in:
2026-03-03 14:17:06 +08:00
parent e8598e418d
commit cfb6a1cf11
19 changed files with 755 additions and 5 deletions

13
.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"servers": {
"convex": {
"command": "npx",
"args": [
"-y",
"convex@latest",
"mcp",
"start"
]
}
}
}