-
Notifications
You must be signed in to change notification settings - Fork 416
Labels
bugSomething isn't workingSomething isn't workingtriageIssues / Features awaiting triageIssues / Features awaiting triage
Milestone
Description
While creating an access token in the "Token Scoping" I specified a virtual server ID in "Server ID (Limit to specific server)" field. But when I list/invoke Virtual MCP Servers with that access token those restrictions doesn't apply. It executes all the Virtual MCP Servers even if they are not mentioned in the Token Scoping.
Example MCP request for List tools
curl --location 'http://localhost:4444/servers/d5bfbc608b46459992956aff678ccfb2/mcp' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json, text/event-stream' \ --header 'Authorization: Bearer <access token>' \ --data '{ "jsonrpc": "2.0", "id": 1, "method": "tools/list", "params": {} }'
ninadingole
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageIssues / Features awaiting triageIssues / Features awaiting triage