MCP Configtypescript
chessgame-elixir MCP Config
MCP configuration with 1 server: next-devtools
.mcp.json
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": [
"-y",
"next-devtools-mcp@latest"
]
}
}
}