Skip to content

refactor: drop the unused mcp Docker network - #153

Merged
ineedjet merged 1 commit into
mainfrom
drop-mcp-network
Aug 24, 2026
Merged

refactor: drop the unused mcp Docker network#153
ineedjet merged 1 commit into
mainfrom
drop-mcp-network

Conversation

@ineedjet

Copy link
Copy Markdown
Collaborator

Summary

No app in the catalog references the mcp network - deploy/deploy.py was creating it idempotently on every deploy to every target regardless (derived straight from apps/networks.yml's external: true entries). Removed the entry and the two AGENTS.md mentions. Re-add it, scoped to whatever actually needs it, if an MCP-consumer app shows up.

Fixes #125

Test plan

  • deploy/tests/ (48 tests) pass unchanged
  • pre-commit (yamllint, pymarkdown) passes
  • Confirmed no app's docker-compose.yml references mcp

No app in the catalog references it - deploy/deploy.py was creating
it on every deploy to every target regardless. Re-add it, scoped to
whatever actually needs it, if/when that app shows up.

Fixes #125

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ineedjet
ineedjet merged commit 575cc0e into main Aug 24, 2026
5 checks passed
@ineedjet
ineedjet deleted the drop-mcp-network branch August 24, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Drop the unused mcp Docker network

1 participant