unpinning claude clode version

This commit is contained in:
Renn F
2026-05-16 05:28:20 +02:00
parent 38dba74837
commit 8158eb37ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates git gnupg jq \
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install -y --no-install-recommends nodejs \
&& npm install -g @anthropic-ai/claude-code@2.1.114 \
&& npm install -g @anthropic-ai/claude-code \
&& npm cache clean --force \
&& apt-get purge -y --auto-remove gnupg \
&& rm -rf /var/lib/apt/lists/* /root/.npm /tmp/*
+1 -1
View File
@@ -16,7 +16,7 @@ Do NOT eagerly re-export server factories here. Each server is launched
as its own subprocess via ``python -m roboco.mcp.<name>``, and importing
the ``roboco.mcp`` package first forces every sibling module to load —
most notably ``optimal_server``, which pulls in piragi/ollama and adds
~6s to startup. Claude Code v2.1.114+ times out slow MCP servers during
~6s to startup. Claude Code times out slow MCP servers during
init, which manifests as "roboco-flow/do tools never register". Keep
this file empty-of-imports; callers import the specific module they
need directly.