Describe the bug
MCP servers support a tools/list method, that should return a list of the tools available from the mcp server.
as per https://modelcontextprotocol.io/specification/2025-06-18/server/tools#listing-tools
If such a request is sent to the demo mcp endpoint, it responds with {"status": "queued"} which seems like a response that would be related to tasks, and isn't in the spec as a valid reply for a tools/list request
To Reproduce
Steps to reproduce the behavior:
- use a client to send a tools/list request to https://seolinkmap.com/mcp or https://seolinkmap.com/mcp-repo
- receive status queued reply
Expected behavior
What you expected to happen.