Files
vscode-ia/.mcp.json
T
2026-05-14 09:54:24 -03:00

12 lines
194 B
JSON

{
"mcpServers": {
"oracle-davinti": {
"type": "stdio",
"command": "bash",
"args": [
"./.vscode/mcp-oracle-davinti/run-mcp.sh"
],
"env": {}
}
}
}