BigQuery Context Server Troubleshooting
Check for existing issues
- [X] Completed
Misc notes
I was experimenting with creating MCP extensions for Zed, and I created one for BigQuery using the postgres extension as reference: https://github.com/rickydata-indexer/zed-bigquery-context-server/
Can anyone tell me what I am doing wrong here? I installed the extension:
But I don't see anything when I enter /bq-schema, what am I missing?
I'm also experiencing this issue with an extension I'm writing for Brave Search based on postgres extension.
@reecelikesramen @rickydata-indexer 👋
Could you try installing the postgres context server extension as a dev extension and see if that one works for you?
https://github.com/zed-extensions/postgres-context-server
Make sure you have rust installed via rustup (https://www.rust-lang.org/tools/install) as opposed to via homebrew or otherwise.