fix: configure stdio-based MCP servers (penpot, imap)

- Set penpot-mcp restart: "no" for on-demand execution
- Create custom Dockerfile for imap-mcp with python module entrypoint
- Fix IMAP_HOST environment variable naming (was IMAP_SERVER)
- Update .env and docker-compose.yml for IMAP_HOST
- Remove command overrides from imap-mcp and penpot-mcp
- Verify penpot-mcp and imap-mcp work correctly
This commit is contained in:
2026-01-22 14:55:18 -05:00
parent 5f17f43f3f
commit aefeaa30fc
3 changed files with 31 additions and 6 deletions

2
.env
View File

@@ -43,7 +43,7 @@ DISCOURSE_API_KEY=dummy-api-key-replace-with-real
DISCOURSE_API_USERNAME=admin
# IMAP
IMAP_SERVER=imap.example.com
IMAP_HOST=imap.example.com
IMAP_PORT=993
IMAP_USERNAME=user@example.com
IMAP_PASSWORD=dummy-password-replace-with-real