feat: enhance error handling and messages

This commit is contained in:
samanhappy
2025-04-12 12:00:52 +08:00
parent 5df6dd99b7
commit 188f9ab8e6
8 changed files with 261 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y curl gnupg \
RUN npm install -g pnpm
ARG REQUEST_TIMEOUT=120000
ARG REQUEST_TIMEOUT=60000
ENV REQUEST_TIMEOUT=$REQUEST_TIMEOUT
RUN uv tool install mcp-server-fetch