Remove command stdio server support from MCP gateway per specification v1.0.0#9304
Merged
Remove command stdio server support from MCP gateway per specification v1.0.0#9304
Conversation
- Remove Command field from MCPGatewayRuntimeConfig struct - Update extractMCPGatewayConfig to only extract container field - Update generateMCPGatewayStepInline to only handle container execution - Update start_mcp_gateway.sh to require container (remove command support) - Update main_workflow_schema.json to remove command field and mutual exclusion logic - Add spec references and comments clarifying container-only requirement - Set container as required field in schema Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update MCP gateway integration based on latest specification
Remove command stdio server support from MCP gateway per specification v1.0.0
Jan 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The MCP Gateway Specification v1.0.0 requires all stdio-based MCP servers to be containerized. Direct command execution is no longer supported.
Changes
Removed Command Field
MCPGatewayRuntimeConfig: DeletedCommandfield, container is now the only execution modeextractMCPGatewayConfig: Removed command field extraction logicgenerateMCPGatewayStepInline: Removed command execution path, validates container presenceUpdated Schema
main_workflow_schema.json: Removedcommandproperty, madecontainerrequiredUpdated Runtime
start_mcp_gateway.sh: RequiresMCP_GATEWAY_CONTAINER, rejects command-based executionExample
Before (rejected):
After (required):
Per specification sections 3.2.1 and 4.1.2, containerization is mandatory for isolation and portability.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/user/usr/bin/gh gh api user --jq .login 4c7a077b67d82ef1 rev-parse(http block)/usr/bin/gh gh api user --jq .login /ref/tags/v8 --jq /usr/bin/infocmp -json GO111MODULE 64/pkg/tool/linuxterm-color infocmp -1 /ref/tags/v8 64/pkg/tool/linux_amd64/compile 549238730/gh-aw 3467491/run-1 GO111MODULE 64/pkg/tool/linuxterm-color 549238730/gh-aw(http block)/usr/bin/gh gh api user --jq .login /run/containerd/io.containerd.runtime.v2.task/moby/bf255c4b35a34c1ccb06f7dce4eb96832ed5a1f4c22882ea325f024f17360f68/init.pid bf255c4b35a34c1ccb06f7dce4eb96832ed5a1f4c22882ea325f024f17360f68 /usr/bin/infocmp ntime.v2.task/mogh GO111MODULE 64/pkg/tool/linulist infocmp -1 ithub/workflows 64/pkg/tool/linuREDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.