mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
feat: update Dockerfile and mcp_settings.json to include new server configurations and dependencies
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user