combining many mcps

This commit is contained in:
2025-06-30 16:58:44 -06:00
parent 68384c17cf
commit e6a7356866
3 changed files with 19 additions and 16 deletions

View File

@@ -43,9 +43,10 @@ fluxbox &
x11vnc -nopw -display :99 -forever -shared &
# Start Playwright MCP
uvx mcpo --port 3902 -- npx -y @playwright/mcp@latest --no-sandbox
uvx mcpo --port 3901 --config mcpo-config.json
EOF
RUN chmod +x /playwright-start.sh
COPY mcpo-config.json mcpo-config.json
CMD ["/playwright-start.sh"]