-
Notifications
You must be signed in to change notification settings - Fork 159
Description
Hi!
I was attempting to install your web-search MCP server today. I ran into some issues. Hope you don't mind me bringing it up.
I followed the installation steps (clone, npm install, build), but ran into problems with the basic MCP functionality. When I try using the standard MCP stuff (list_tools, call_tool), it's not working. I noticed we're on SDK 0.6.0 in package.json while 1.0.1 is already out.
Here's what happens when I try this: {"jsonrpc":"2.0","id":1,"method":"list_tools"}
I get back this error: {"jsonrpc":"2.0","id":1,"error":{"code":-32601,"message":"Method not found"}}
I'm on Windows and using the latest Node version. The server starts up, but these basic MCP commands aren't working. Not sure if this helps. Let me know if you need me to check anything else.