mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
unpinning claude clode version
This commit is contained in:
@@ -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/*
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user