diff --git a/Dockerfile b/Dockerfile index 92d2c87..557dd72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,6 @@ # Use Node.js LTS image with Python support FROM node:22-alpine -# Install Python and pip -RUN apk add --no-cache \ - python3 \ - py3-pip \ - && ln -sf python3 /usr/bin/python - -# Create symbolic links for python commands -RUN ln -sf /usr/bin/pip3 /usr/bin/pip - # Set working directory WORKDIR /app diff --git a/mcp_settings.json b/mcp_settings.json index 740a436..5631d61 100644 --- a/mcp_settings.json +++ b/mcp_settings.json @@ -1,8 +1,8 @@ { "mcpServers": { - "time": { - "command": "python", - "args": ["-m", "mcp_server_time", "--local-timezone=America/New_York"] + "time-mcp": { + "command": "npx", + "args": ["-y", "time-mcp"] }, "sequential-thinking": { "command": "npx",