/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { McpServerConfig } from './McpServerConfig'; /** * One entry in the MCP servers listing. */ export type McpServerEntry = { name: string; config: McpServerConfig; };