dc0ed0a307
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.
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"mcpServers": {
|
|
"dbmole": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "tsx", "src/index.ts"]
|
|
}
|
|
}
|
|
}
|