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
I have been running GitHub MCP Server in http mode identifying tools and toolsets in 2 different way but server does not limit the client from using tools outside those defined.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have been running GitHub MCP Server in
httpmode identifying tools and toolsets in 2 different way but server does not limit the client from using tools outside those defined.docker run --rm -p 8082:8082 -e GITHUB_TOOLS="tool`,tool2" -e GITHUB_TOOLSETS="toolset1,toolset2" ghcr.io/github/github-mcp-server:0.32.0 httpdocker run --rm -p 8082:8082 ghcr.io/github/github-mcp-server:0.32.0 http --tools "tool`,tool2" --toolsets "toolset1,toolset2"Expected result: MCP Clients will only be able to use tools listed.
Actual result: MCP Clients are able to use all tools.
Beta Was this translation helpful? Give feedback.
All reactions