mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-02 20:53:38 +00:00
* feat: ui: Add predefined recommended MCP servers to settings * feat: ui: Add MCP server recommendation dialog with custom server support * feat: Auto-focus input fields on mount and dynamic addition * feat: Add header validation to MCP server add and edit forms * feat: Persist recommended MCP server opt-in selections * test: Cover MCP configuration with tests * chore: Format & cleanup * feat: Centralize MCP server overrides to settings config and improve recommendation UI * fix: Capture index before mutation to prevent focus drift * refactor: Extract MCP_CARD_VISIBLE_TOOL_LIMIT to shared constants * refactor: Support arbitrary authorization header schemes * refactor: Consolidate MCP recommendations dismissal into existing storage key * fix: Use case-insensitive comparison for MCP server ID prefix check * refactor: Centralize MCP server visibility logic and extract recommendations hook * refactor: Cleanup |
||
|---|---|---|
| .. | ||
| abort.test.ts | ||
| agentic-sections.test.ts | ||
| agentic-strip.test.ts | ||
| clipboard.test.ts | ||
| continue-intent.test.ts | ||
| favicon-colorize.test.ts | ||
| headers.test.ts | ||
| jpeg-orientation.test.ts | ||
| latex-protection.test.ts | ||
| mcp-service.test.ts | ||
| model-id-parser.test.ts | ||
| model-names.test.ts | ||
| parse-mcp-server-settings.test.ts | ||
| pwa.spec.ts | ||
| reasoning-context.test.ts | ||
| recommended-mcp-servers.test.ts | ||
| redact.test.ts | ||
| request-helpers.test.ts | ||
| sanitize-headers.test.ts | ||
| stream-discovery.test.ts | ||
| stream-resume.test.ts | ||
| uri-template.test.ts | ||