Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-03 19:00:04 +04:00
parent de63b38e15
commit 9d978de53d
4 changed files with 317 additions and 0 deletions

14
.mcp.json Normal file
View file

@ -0,0 +1,14 @@
{
"mcpServers": {
"firebase": {
"type": "stdio",
"command": "npx",
"args": ["-y", "firebase-tools@latest", "mcp"]
},
"atlassian": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse"]
}
}
}