mod: starship config, add mcp

This commit is contained in:
Andy Bunce 2026-03-30 15:34:59 +01:00
parent 1e926ac018
commit b8290938cc
3 changed files with 13 additions and 5 deletions

View file

@ -118,5 +118,15 @@
}
}
}
},
"mcp": {
"digitxml-mcp": {
"type": "local",
"enabled": true,
"command": [
"uv",
"/workspace/mcp/digitxml-mcp/mcp_server.py"
]
}
}
}