-
Notifications
You must be signed in to change notification settings - Fork 28
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
server in cursor shows it as connected but no tools working #28
Comments
Hey @ARCIST-AI, could you please share details of your current setup? We have existing documentation here: #16, which we'll soon expand with examples for troubleshooting common issues. For now, please review the document and provide your specific configuration so we can reproduce and investigate the error you're encountering. On our end, the server runs correctly both natively and within a Docker container. Happy to assist further if you have any questions or run into issues—just let us know! |
@michiosw Here it is: System Information
Current Setup
Issue AnalysisI believe the issue may be related to the MCP protocol transport changes (PR #206 in the main MCP specification). This PR removes the The current browser-use-mcp-server uses the older SSE transport method, as stated in your README: "browser-use MCP Server with SSE transport". However, Cursor may have been updated to use the newer HTTP Streamable protocol, causing incompatibility. Attempted Solutions
Any guidance on resolving this compatibility issue would be greatly appreciated. Happy to provide any additional information needed. |
Hey @ARCIST-AI, thanks for providing the additional context! We're already looking into the new HTTP-based replacement for SSE here: #23. However, I’m not entirely sure if this is directly related to the latest Cursor update. To help us investigate further, could you please share the following: Your current Cursor version (we're running v0.47.8, which works with the current main branch of this repo) The output logs from the MCP server after Cursor attempts to connect Appreciate your help — happy to dig into this further with you! |
Hi @michiosw, I'm experiencing the same issue with Cursor version 0.47.8. After seeing your analysis of the MCP transport protocol changes, I can provide additional context from my testing: Environment & Setup
Error Analysis
Correlation with PR #206Your observation about the MCP protocol transport changes (PR #206) removing the I found the transports specification repo so I’ll see what i can do with it. Let me know if you need any additional error logs or testing with specific configurations. ![]() ![]() ![]() ![]() ![]() |
I can see you guys are trying to work it out. Has there been any solutions yet? @maceip @michiosw
The text was updated successfully, but these errors were encountered: