Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/mcp/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.firebase/mcp",
"description": "A MCP server that provides AI development tools the ability to work with Firebase in your app.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"A MCP server" is redundant here. Maybe something like (stolen from the CLI extension page):

Suggested change
"description": "A MCP server that provides AI development tools the ability to work with Firebase in your app.",
"description": "Gives AI development tools Firebase-specific capabilities and expertise.",

"repository": {
"url": "https://github.com/firebase/firebase-tools",
"source": "github",
"subfolder": "src/mcp"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@firebase/mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
}
}
]
}
Loading