[add] dotnet, fix config

This commit is contained in:
Andy Bunce 2026-03-31 12:12:29 +01:00
parent b8290938cc
commit c540d981e0
3 changed files with 13 additions and 4 deletions

View file

@ -125,7 +125,9 @@
"enabled": true,
"command": [
"uv",
"/workspace/mcp/digitxml-mcp/mcp_server.py"
"run",
"--project /root/mcp/digitxml-mcp",
"/root/mcp/digitxml-mcp/mcp_server.py"
]
}
}