Skip to content

Conversation

TrCaM
Copy link
Owner

@TrCaM TrCaM commented May 16, 2025

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

colerogers and others added 30 commits May 13, 2025 16:55
…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]>
)

* Pin runtimes on init for functions.

* Add changelog.
* 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
mbleigh and others added 27 commits May 16, 2025 01:28
* 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 TrCaM force-pushed the caot/list-projects branch from e9bc0cd to 6aecf64 Compare May 26, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.