extensions icon indicating copy to clipboard operation
extensions copied to clipboard

BigQuery Context Server Troubleshooting

Open rickydata-indexer opened this issue 1 year ago • 2 comments

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: image

But I don't see anything when I enter /bq-schema, what am I missing?

rickydata-indexer avatar Dec 11 '24 12:12 rickydata-indexer

I'm also experiencing this issue with an extension I'm writing for Brave Search based on postgres extension.

reecelikesramen avatar Jan 21 '25 22:01 reecelikesramen

@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

Image

Make sure you have rust installed via rustup (https://www.rust-lang.org/tools/install) as opposed to via homebrew or otherwise.

wilhelmklopp avatar Feb 26 '25 12:02 wilhelmklopp