Greg Richardson

Results 165 comments of Greg Richardson

Very strange @Nishanth-Gobi, thanks for reporting. You're the first I've seen that has experienced this with the new `Supabase.ai` API. Would you mind submitting an issue on the [`edge-runtime`](https://github.com/supabase/edge-runtime/issues/new/choose) repo...

@Nishanth-Gobi did you ever solve this? @MeXaaR can you confirm you are also getting the `InvalidWorkerCreation: worker did not respond in time` error? If not let's open a new issue...

Good catch @princetrunks about the model deprecation - we should update this. I'm a bit surprised that `gpt-3.5-turbo-instruct` worked for you though since that uses the legacy completions endpoint vs....

Hey @onigetoc - a bit confused on this issue. This repo doesn't support PDF reading out of the box. It was designed as part of a video tutorial to give...

I noticed that PGlite will return a `ReadyForQuery` after every message in the extended query series vs only at the end after a `Sync`. Here is what I saw when...

@joehan if you're willing to use an experimental version of pg-gateway, I've created a branch `feat/pglite-extended-query-patch` with the patch. You can see how it's used via this test: https://github.com/supabase-community/pg-gateway/blob/6834ab6db34b03fe51be6cb6296b587acea54ccd/packages/pg-gateway/test/node/tcp.test.ts#L28-L45 This...

Thanks for reporting @nsvrana. I tried to reproduce on macOS using both `@latest` and `@0.2.0` explicitly, and both worked in Claude Desktop and Cursor. I wouldn't think that Windows would...

Since you mentioned you are using WSL on Windows, could you try using the "Windows (WSL)" config described in these docs: https://supabase.com/docs/guides/getting-started/mcp And let me know if that fixes anything?

@c4mz did the server work for you pre-0.2.0 and only start failing at 0.2.0 too? If not let's open a new issue so that we can track these separately (please...

@nsvrana Ah yup, prefixing the command with `wsl` assumes you are running it from outside of WSL (eg. within VS Code on Windows). If your MCP client is also within...