Logo
Explore Help
Sign In
michal/mcpctl
1
0
Fork 0
You've already forked mcpctl
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
Files
c0f63e20e9831c12428933b827e1601fa65f96ba
mcpctl/src/db/prisma/migrations/20260227180000_add_runtime_field/migration.sql

6 lines
133 B
MySQL
Raw Normal View History

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>
2026-03-03 19:07:39 +00:00
-- AlterTable
ALTER TABLE "McpServer" ADD COLUMN "runtime" TEXT;
-- AlterTable
ALTER TABLE "McpTemplate" ADD COLUMN "runtime" TEXT;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 787ms Template: 35ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API