14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"mcpServers": {
|
|
"firebase": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "firebase-tools@latest", "mcp"]
|
|
},
|
|
"notion": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "mcp-remote", "https://mcp.notion.com/mcp"]
|
|
}
|
|
}
|
|
}
|