prmbr-image-mksaas/.cursor/mcp.json
javayhu 695a4b9ecb chore: add MCP server configuration for console-ninja
- Introduce a new configuration file `.cursor/mcp.json` to define the MCP server settings for console-ninja.
- Specify the command and arguments for the MCP server to streamline setup.
2025-03-14 01:03:16 +08:00

10 lines
135 B
JSON

{
"mcpServers": {
"console-ninja": {
"command": "node",
"args": [
"~/.console-ninja/mcp/"
]
}
}
}