Skip to content

samiceto/firebase_mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

steps to connect mcp in gemni cli in wsl

  1. npx -y firebase-tools@latest login --reauth
  2. paste the code in your settings.json
       "firebase": {
      "command": "npx",
      "args": [
        "firebase-tools@latest",
        "experimental:mcp",
        "--dir",
        "/mnt/c/Users/Shaban/Documents/firebase_mcp"
      ]
    },
  3. and then try npx -y firebase-tools@latest experimental:mcp
  4. if you see error googleapis not found then run command : npm install firebase-tools googleapis
  5. create folder by mkdir foldername and cd to that folder and run firebase login and firebase init
  6. choose existing project and complete steps
  7. run gemini and you are ready to go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors