4 Commits

Author SHA1 Message Date
Ben
545d48bd25 fix: install git in Docker builder for git-based dependencies
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 26s
2025-12-25 04:35:58 +00:00
Ben
1e8d484389 fix: copy src directory before pip install
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 16s
Dockerfile was failing because we tried to install in editable mode
before copying the src directory. Copy src/ first so that uv can
find the package structure properly.
2025-12-24 21:42:24 +00:00
Ben
1d2bf199e1 fix: update Dockerfile to use pyproject.toml for dependencies
Some checks failed
Build and Push Monarch MCP Docker Image / build (push) Failing after 10s
Change from requirements.txt to pyproject.toml as source of truth for
dependencies. This ensures pyotp is properly installed in the Docker image
when built. Using 'uv pip install -e .' will install the package
with all dependencies from pyproject.toml.
2025-12-24 21:41:04 +00:00
Ben
714897276b Initial commit: Monarch MCP Custom SSE server 2025-12-24 01:54:42 +00:00