mirror of
https://github.com/firebase/agent-skills.git
synced 2026-09-14 17:09:03 +08:00
cddbcd557b
* 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>
30 lines
772 B
JSON
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"
|
|
} |