Greg Richardson

Results 161 comments of Greg Richardson

I've confirmed that 4.17.0 works from a fresh install (M2), but it's only been an hour so far. Looks like a lot of people are seeing only a temporary fix...

I've been running Docker Desktop 4.17.0 with `docker-mac-net-connect` for the past week and done the following: - Let the computer sleep and wake - Restarted Docker Desktop - Shut down...

Hey @vmiyoshi, `docker-mac-net-connect` works by creating entries in the macOS host's routing table to send L3 packets through the local WireGuard tunnel. Containers wouldn't be accessible to the rest of...

Yeah many stock routers don't let you modify the routing tables - you might have better luck finding a router that you can install OpenWRT on or buy one with...

@aproli90 and @jacobabiola glad you solved this though this is concerning that `@latest` fails. Can you confirm that you include a `-y` in front? ie: ```shell npx -y @supabase/mcp-server-supabase@latest --access-token=...

Strange that `-y` didn't work with `@latest` - I'll keep digging into this. Just a heads up - you leaked your access token in that screenshot - be sure to...

@ApplaudedTwo7 what version of `node` and `npx` are you running? I wonder if this is affecting this. ```shell node --version npx --version ``` I've tried reproducing on macOS and Windows...

For anyone who can't get `@latest` working - can you confirm which Node.js and OS version you are on? I'll try to reproduce with the same setup.

Hey @chadrandomdev, thanks for reporting. I haven't been able to reproduce this one yet. Does restarting Cursor and/or your computer solve this as it did for @cktang88? If not, can...

Hey @rootacc3ss, assuming the Postgres server within your self hosted Supabase instance is accessible, you can still use the [Postgres MCP server](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) to connect to it remotely. If you can...