FROM node:22-slim WORKDIR /app RUN npm init -y && npm install @mcpcentral/mcp-time ENV PORT=7860 EXPOSE 7860 CMD ["npx", "@mcpcentral/mcp-time"]