-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant connect to windusrf #16
Comments
Hey @adiel098 thanks for reporting. On Windows this has been known to happen if |
[Error - 11:40:12 AM] Stopping server failed i tried again now and still have the probelm |
Can you please try:
If neither of these work, a good way to debug is to use the MCP inspector: npx @modelcontextprotocol/inspector npx -y @supabase/mcp-server-supabase@latest --access-token <personal-access-token> Then while that runs, go to http://127.0.0.1:6274/ and hit "Connect". |
I am having the same problem in Windsurf. The state of the server is reporting as "request failed". I ran the MCP Inspector and get a lot of deprecated warnings as well.
|
i set it by your guide
{
"mcpServers": {
"supabase": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@supabase/mcp-server-supabase@latest",
"--access-token",
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
]
}
}
}
and also download the libary but still not working and getting this error in output:
[Error - 12:05:41 PM] Stopping server failed
Message: Cannot call write after a stream was destroyed
Code: -32099
[Error - 12:05:41 PM] Stopping server failed
Message: Cannot call write after a stream was destroyed
Code: -32099
The text was updated successfully, but these errors were encountered: