feat: eager vLLM warmup and smart page titles in paginate stage
- Add warmup() to LlmProvider interface for eager subprocess startup - ManagedVllmProvider.warmup() starts vLLM in background on project load - ProviderRegistry.warmupAll() triggers all managed providers - NamedProvider proxies warmup() to inner provider - paginate stage generates LLM-powered descriptive page titles when available, cached by content hash, falls back to generic "Page N" - project-mcp-endpoint calls warmupAll() on router creation so vLLM is loading while the session initializes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,6 +29,22 @@ echo ">>> Step 3/3: Build, publish & install RPM"
|
||||
echo ""
|
||||
bash scripts/release.sh
|
||||
|
||||
echo ""
|
||||
echo ">>> Post-deploy: Restart mcplocal"
|
||||
echo ""
|
||||
systemctl --user restart mcplocal
|
||||
sleep 2
|
||||
|
||||
echo ""
|
||||
echo ">>> Post-deploy: Smoke tests"
|
||||
echo ""
|
||||
export PATH="$HOME/.npm-global/bin:$PATH"
|
||||
if pnpm test:smoke; then
|
||||
echo " Smoke tests passed!"
|
||||
else
|
||||
echo " WARNING: Smoke tests failed! Verify mcplocal + mcpd are healthy."
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "========================================"
|
||||
echo " Full deploy complete!"
|
||||
|
||||
Reference in New Issue
Block a user