python-sdk
python-sdk copied to clipboard
list_tools() return only less than 10 tools.
Describe the bug The list_tools() return less than 10 tools.
To Reproduce Steps to reproduce the behavior:
- prepare mcp-client (something like https://github.com/modelcontextprotocol/quickstart-resources/blob/main/mcp-client/client.py)
- setup the client to connect official github-server and git-server (both provide 10 or more tools)
- observe list_tools() output
Expected behavior
list_tools() return whole tools entries.
Screenshots n/a
Desktop (please complete the following information): n/a
Smartphone (please complete the following information): n/a
Additional context I'm not sure if the main problem is in server side or not.
https://github.com/modelcontextprotocol/servers/issues/296 https://github.com/modelcontextprotocol/servers/issues/303