Revert Docker container implementation for safe-inputs MCP server#5784
Closed
Revert Docker container implementation for safe-inputs MCP server#5784
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
|
@copilot do not run safeinputs ina container. Make it reachable from the awf firewall process |
- Add constants for docker network and container names - Create docker network setup step in agent job - Modify safeinputs to run in docker container on the network - Update URL configuration to use container name instead of localhost - Update tests to reflect docker container changes - Update TOML rendering for Codex engine Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
- Add port mapping to allow host access to container - Keep localhost URLs since agent accesses via mapped port - Container is accessible via container name from other containers on network - Remove unused startSafeInputsServerScript variable Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update compiler to configure docker network in agent job
Configure Docker network for safe-inputs MCP server
Dec 7, 2025
Reverted Docker container implementation per feedback. Safe-inputs now runs as a regular Node.js process on the host, making it reachable from the AWF firewall process without Docker network complexity. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Configure Docker network for safe-inputs MCP server
Revert Docker container implementation for safe-inputs MCP server
Dec 7, 2025
This was referenced Dec 7, 2025
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.
Reverted the Docker container implementation based on feedback. Safe-inputs now runs as a regular Node.js process on the host (as it originally did), making it directly reachable from the AWF (Agentic Workflows Firewall) process.
Changes
start_safe_inputs_server.shfor server startupImplementation
The server now starts directly on the host:
This approach ensures safe-inputs is accessible from the AWF firewall process running on the same host without Docker networking complexity.
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.