We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbfd3c commit f7c9331Copy full SHA for f7c9331
.devcontainer/Dockerfile
@@ -4,4 +4,4 @@ FROM mcr.microsoft.com/devcontainers/python:3.12
4
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
5
6
# Remove after production
7
-RUN pip install --no-cache-dir mcp
+RUN pip install --no-cache-dir fastmcp
0 commit comments