Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/cdk/mcp-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV UV_NO_CACHE=1
ENV UV_NO_MANAGED_PYTHON=1
ENV UV_PYTHON=/usr/local/bin/python
ENV UV_INSTALL_DIR=/usr/local/bin
ENV UV_PROJECT_ENVIRONMENT=/tmp/.venv

RUN apt-get update -y && apt-get install curl nodejs npm graphviz -y
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
Expand Down
1 change: 1 addition & 0 deletions packages/cdk/mcp-api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'UV_PYTHON': '/usr/local/bin/python',
'UV_TOOL_DIR': '/tmp/.uv/tool',
'UV_TOOL_BIN_DIR': '/tmp/.uv/tool/bin',
'UV_PROJECT_ENVIRONMENT': '/tmp/.venv',
'npm_config_cache': '/tmp/.npm',
'AWS_REGION': os.environ['AWS_REGION'],
'AWS_ACCESS_KEY_ID': os.environ['AWS_ACCESS_KEY_ID'],
Expand Down
Loading