- 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.
10 lines
135 B
JSON
10 lines
135 B
JSON
{
|
|
"mcpServers": {
|
|
"console-ninja": {
|
|
"command": "node",
|
|
"args": [
|
|
"~/.console-ninja/mcp/"
|
|
]
|
|
}
|
|
}
|
|
} |