You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am trying to connect outside MCP Service, it is giving the following issue:
OpenAI API error: Error code: 400 - {'error': {'code': 'invalid_request_error', 'message': 'tools.0.custom.name: String should have at most 64 characters', 'type': 'invalid_request_error', 'param': None}}
Note that the tool name is always appended with mcp_sse<tool_name> this is bound to be more than 64. If I try shortening it using md5, the tool doesnt get picked up