import type { McpServerConfig } from './McpServerConfig'; /** * One entry in the MCP servers listing. */ export type McpServerEntry = { name: string; config: McpServerConfig; };