forked from firebase/firebase-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
[MCP] Create list_projects tool + slight modifications to list_apps #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
TrCaM
wants to merge
69
commits into
TrCaM:master
Choose a base branch
from
firebase:caot/list-projects
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ncorrect fields to the updateMask (#8560) * copy the function into a local var to keep field modification from passing between retries * remove local var and move env vars above field mask gen * Update CHANGELOG.md Co-authored-by: Daniel Lee <[email protected]> --------- Co-authored-by: Daniel Lee <[email protected]>
* [MCP] firestore_query_collection * Whoops, debug logs * Add composite query support * Composite index, works with gemini and genkit, throws error message to generate a composite index * format fix * Add a comment
* Adding messaging APIs and mcp tools that take advantange of it * mixing the object type * Cleaning up a check that is not required
* Added remoteconfig API endpoint for mcp
* write a mcp --help script to spit out docs * bug * Update src/mcp/README.md Co-authored-by: Michael Bleigh <[email protected]> --------- Co-authored-by: Michael Bleigh <[email protected]>
…8576) * Moving downloadable emulator details to JSON, adding sha256 checksum * Corrected SHA for dataconnect 2.5.0 * formats * Fix type in JSON * Fix JSON * newline * resolveJsonModule for vscode unit test --------- Co-authored-by: Harold Shen <[email protected]>
* provision compute SA in fah init flow
* Starter Implementation of dataconnect emulator support * Emulator support for dataconnect * Remove not needed comments * Simplify emulator mcp code and address comments * use .default(false) instead of .optional for useEmulator * Reduce assertion warnings
drive-by notice of a typo. #contributionToMCP
* deploy from local source * minor fixes & use fuzzy search for backends * add storage.objectViewer role on compute SA * Add GCP API client functions to support App Hosting deploy from source feature (#8545) * add gcp api calls to support deploy from source * log source code upload path * fix bug not deploying with no --only flag * support negation rules in .gitignore * clean up readdirrecursive logic * refactor to use 'ignore' pkg to apply .gitignore rules * fix gitignore unit test * fix merge issues * more polish & cleanup * skip not found backends with force * return empty array if git ignore doesn't exist
* chore(mcp): readme updates * Update src/mcp/README.md Co-authored-by: joehan <[email protected]> * fix * fix fix * update tool list --------- Co-authored-by: joehan <[email protected]>
* feat: GQL AI assistant (#8116) * feat: GQL AI assistant * feat: init gemini assist controller * (wip): use custom editor * feat: view column & copy button * feat: inserting code * feat: append instead of replace * chore: update lock * fix: get back css-loader * addressing comments * feat: use data connect configs * fix: html content setting --------- Co-authored-by: Harold Shen <[email protected]> * temp initial types and service done * Fix service file * remove debugging logs * successful calls * Add new line * temp working gemini tool * working demo * change id to dataconnect * change cloudAiCompanion to prod * Add backend for CloudAICompanion calls * controller code * GCA controls implemented * Update webview and clean code * revert unecessary changes * package-lock * cleanup * more cleanup * update test to build extensionDependency * add small fix to support gca download delay * Fix error flow * fix lint * change command to pretest * fix imports * fix verison of code-server * add changelog * format changelog --------- Co-authored-by: Mais Alheraki <[email protected]>
* escape the dollar sign for snipper insert * change replaceAll to replace
…perations. (#8622) * Create schema-generation-cursor-windsurf-rule.txt First test of raw file serving. * Update schema-generation-cursor-windsurf-rule.txt Update with sample prompt. * Create operation-generation-cursor-windsurf-rule.txt Initial upload.
FDC does support aggregations. Removing this section.
* Fixed issue where firebase init hosting re-prompts for source * Simplify and correct condition for determining when to prompt --------- Co-authored-by: joehan <[email protected]>
* initial apphosting mcp tool * add fetchServiceLogs function * add run tool to fetch logs * add a little more description for location * cleaning up logic a bit * add new tools to smoke test * don't reinvent the cloud run logs wheel * back out cloud run tool * creates a new logs helper for app hosting for both build and runtime logs * lint issues * some funny business got into my code. undoing it * add changelog
* Re-allow users to not select an emulator UI port. Fixes #8621 Sorry; somehow I missed that there was a case where numbers are not required. Keeps the library's behavior of assuming that numbers are required, but allows explicitly overwriting this with a "reququired: false". This is the only value that can be provided to "required". Using type magic, the return type of number can only be defined if "required: false" is passed in. * Format & changelog --------- Co-authored-by: joehan <[email protected]>
* split confirmWriteProjectFile out of askWriteProjectFile
TrCaM
added a commit
that referenced
this pull request
Sep 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create list_projects tool + slight modifications to list_apps
For some reason cursor keep breaking the tool without the change. It works much more consistently after removing the optional() part