Files
Charlotte Liang cddbcd557b adjusting cursor plugin to reflect skills and mcp setup path correctly (#52)
* adjusting cursor plugin to reflect skills and mcp setup path correctly

* Apply suggestion from @gemini-code-assist[bot]

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* update mcp path to ensure it can find it

* correct the path

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-26 11:45:00 -07:00

30 lines
772 B
JSON

{
"name": "firebase",
"displayName": "Firebase",
"version": "1.0.1",
"description": "The official Firebase Cursor plugin. Prototype, build, and run modern apps with Firebase's backend and AI infrastructure.",
"author": {
"name": "Firebase",
"email": "firebase-support@google.com",
"url": "https://firebase.google.com"
},
"license": "Apache-2.0",
"keywords": [
"firebase",
"cursor",
"skills",
"mcp",
"firestore",
"hosting",
"auth",
"storage",
"ailogic",
"backend",
"cloud-services"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"logo": "./assets/firebase_logo.svg",
"homepage": "https://github.com/firebase/agent-skills",
"repository": "https://github.com/firebase/agent-skills"
}