From 1f89616857d5f9095de4070966dc7bcf93ced641 Mon Sep 17 00:00:00 2001 From: Chen Liang Date: Thu, 30 Oct 2025 10:57:28 -0700 Subject: [PATCH 1/7] docs: add MCP server info to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06e65e51f2e..8dfc9a665ca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). + # Firebase CLI [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXJpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line. From d2da2bf7357d70bbc4e14c96c7e06d40d0a7138a Mon Sep 17 00:00:00 2001 From: Chen Liang Date: Thu, 30 Oct 2025 11:05:23 -0700 Subject: [PATCH 2/7] docs: update README title and move MCP server info --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dfc9a665ca..1fb4cf0c1a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ +# Firebase CLI and MCP Server [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXBpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). -# Firebase CLI [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXJpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) - The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line. - Deploy code and assets to your Firebase projects From c3caa2f2f89f2d4f9f75ebc5b2ddef351396349d Mon Sep 17 00:00:00 2001 From: Chen Liang Date: Thu, 30 Oct 2025 11:06:55 -0700 Subject: [PATCH 3/7] docs: move MCP server info to intro paragraph --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fb4cf0c1a2..bbd5978858c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Firebase CLI and MCP Server [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXBpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) -This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). - -The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line. +The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line. This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). - Deploy code and assets to your Firebase projects - Run a local web server for your Firebase Hosting site From ac205c104cff1b59a8470d592e8f7f6609ee17ca Mon Sep 17 00:00:00 2001 From: Chen Liang Date: Thu, 30 Oct 2025 11:09:28 -0700 Subject: [PATCH 4/7] docs: remove duplicate CLI intro sentence from README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bbd5978858c..73e55f61bc7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# Firebase CLI and MCP Server [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXBpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) -The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line. This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). +# Firebase CLI and MCP Server [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXBpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). - Deploy code and assets to your Firebase projects - Run a local web server for your Firebase Hosting site From 55915876c1dffaa989f5844dcc3bb5c5a2f8bf16 Mon Sep 17 00:00:00 2001 From: Charlotte Liang Date: Thu, 30 Oct 2025 11:48:45 -0700 Subject: [PATCH 5/7] Update README.md for better formatting Added a new line to separate the title from the description. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73e55f61bc7..9e2099727bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Firebase CLI and MCP Server [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXBpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). +# Firebase CLI and MCP Server [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXBpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) + +This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). - Deploy code and assets to your Firebase projects - Run a local web server for your Firebase Hosting site From a86847a131e77bbb6abab4b7c48bda8ee78062b3 Mon Sep 17 00:00:00 2001 From: Charlotte Liang Date: Thu, 30 Oct 2025 12:11:26 -0700 Subject: [PATCH 6/7] Update README with Firebase CLI Tools information Expanded the README to include information about Firebase CLI Tools. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e2099727bc..3518511a371 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Firebase CLI and MCP Server [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXBpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) -This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). +The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line. This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). - Deploy code and assets to your Firebase projects - Run a local web server for your Firebase Hosting site From ac9edb3d5f5ccbb5a2e0a2568c2d665bc7dae203 Mon Sep 17 00:00:00 2001 From: Charlotte Liang Date: Thu, 30 Oct 2025 13:56:59 -0700 Subject: [PATCH 7/7] Fix documentation link in README.md Updated the link to the Firebase MCP Server documentation for better accessibility. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f99e919c34..d82490b73b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Firebase CLI and MCP Server [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXBpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) +# Firebase CLI and MCP Server [![Actions Status][gh-actions-badge]][gh-actions] [![Node Version][node-badge]][npm] [![NPM version][npm-badge]][npm] [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzIiwiZXhwZXBpbWVudGFsOm1jcCIsIi0tZGlyIiwiLiJdfQ==) -The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line. This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](https://github.com/firebase/firebase-tools/tree/master/src/mcp). +The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line. This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](./src/mcp). - Deploy code and assets to your Firebase projects - Run a local web server for your Firebase Hosting site