Files
dbmole-mcp/.mcp.json
T
admin dc0ed0a307 chore: add project .mcp.json for dev server
Run the MCP server from src via tsx so the in-repo client always
uses current source. Avoids the stale/ missing dist trap from bare
`npx dbmole-mcp` resolving the local package in this folder.
2026-06-16 17:25:28 +05:00

10 lines
139 B
JSON

{
"mcpServers": {
"dbmole": {
"type": "stdio",
"command": "npx",
"args": ["-y", "tsx", "src/index.ts"]
}
}
}