I am having issues getting an MCP library I built to work with cursor.
I can get it connected just fine in both CLI and SSE. It can see the tools but I cannot get it to see the tool parameters, and therefore all calls fail because its not passing args.
The server is built using @modelcontextprotocol/sdk for typescript.
I am using version 1.9 although I tried the latest latest 1.11 and still issues.
Another MCP that this tool aggregates (its an aggregation service) has no problems talking to cursor in CLI, and my server can speak with it.
So I’m not sure what the issue is.
Thanks,
Mike