-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
First of all thank you very much for your awesome work!
I'm currently testing some MCP Stuff. For example i added a mcp server which offers 63 tools which i can see in cursor:
When i enable this MCP-Server using Relay i can see that exactly 60 Tools are inside the tools array in the request. So it looks like it's somehow cutted at exactly 60 tools.
The Problem is that the first 3 tools are login, logout, verify-login.
These 3 Tools are missing when using relay so the mcp-server is not usable with Relay.
The first tool provided through relay is "get-chat" which should be the 4th tool:
How can this be managed properly? Can we adjust the maximum count of tools which can be used?
Or may we use OpenAI's "allowed_tools" functionality somehow to keep it under 60? (see https://platform.openai.com/docs/guides/tools-remote-mcp#filtering-tools)

