fix: digitalxml args
This commit is contained in:
parent
dc93c56dde
commit
533c39378a
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@
|
||||||
"command": [
|
"command": [
|
||||||
"uv",
|
"uv",
|
||||||
"run",
|
"run",
|
||||||
"--project /root/mcp/digitxml-mcp",
|
"--project",
|
||||||
|
"/root/mcp/digitxml-mcp",
|
||||||
"/root/mcp/digitxml-mcp/mcp_server.py"
|
"/root/mcp/digitxml-mcp/mcp_server.py"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue