Skip to content

[Bug]: Access Token scoping not workingΒ #941

@shams858

Description

@shams858

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.

Image

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": {} }'

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriageIssues / Features awaiting triage

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions