refactor: remove interactive OAuth tool and update Docker/README configurations
This commit is contained in:
+5
-3
@@ -27,8 +27,10 @@ RUN uv sync --frozen --no-dev
|
||||
# Make the executable available in the path
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
||||
# Default environment variables for the container
|
||||
ENV MCP_TRANSPORT=http
|
||||
ENV PORT=8000
|
||||
ENV HOST=0.0.0.0
|
||||
|
||||
# Run the MCP server
|
||||
# By default, strava-mcp uses fastmcp.run() which exposes stdio.
|
||||
# If you want to run it as an SSE server, you might need to adjust the command.
|
||||
# For now, we just call the main entrypoint.
|
||||
ENTRYPOINT ["strava-mcp"]
|
||||
|
||||
Reference in New Issue
Block a user