feat: update Dockerfile and mcp_settings.json to include new server configurations and dependencies

This commit is contained in:
samanhappy
2025-04-05 17:36:34 +08:00
parent 078c2d4bd5
commit 2f16004eeb
2 changed files with 46 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ RUN apt-get update && apt-get install -y curl gnupg \
RUN npm install -g pnpm
RUN pnpm install @amap/amap-maps-mcp-server @playwright/mcp@latest tavily-mcp@latest @modelcontextprotocol/server-github @modelcontextprotocol/server-slack
RUN pip install mcp-server-fetch
WORKDIR /app
COPY package.json pnpm-lock.yaml ./