mateclaw/mateclaw-ui/src/views/mcp
matevip 6aad9fd945 fix(ui): resolve lint errors surfaced by the new ESLint config
Use const for a never-reassigned local, drop an unused v-for index,
add a default branch to an exhaustive switch the linter cannot prove,
and remove eslint-disable directives that no longer match enabled rules.
2026-07-15 14:26:27 +08:00
..
catalog.ts feat(ui/mcp): redesign MCP connections page with componentized layout 2026-05-14 14:09:44 +08:00
icons.ts fix(ui): resolve lint errors surfaced by the new ESLint config 2026-07-15 14:26:27 +08:00
McpCard.vue fix(mcp): refresh agent cache on MCP connection change + non-blocking connect (#289) 2026-06-09 14:14:08 +08:00
McpEmptyState.vue feat(ui/mcp): redesign MCP connections page with componentized layout 2026-05-14 14:09:44 +08:00
McpFormModal.vue fix(mcp): refresh agent cache on MCP connection change + non-blocking connect (#289) 2026-06-09 14:14:08 +08:00
McpKvEditor.vue feat(ui/mcp): redesign MCP connections page with componentized layout 2026-05-14 14:09:44 +08:00
McpServerIcon.vue feat(ui/mcp): redesign MCP connections page with componentized layout 2026-05-14 14:09:44 +08:00
types.ts fix(mcp): raise default tool read timeout from 30s to 60s (#247) 2026-06-03 09:47:18 +08:00