Skip to content

McpServerConfig

Defined in: packages/core/src/mcp/types.ts:18

MCP Server configuration options

optional capabilities?: object

Defined in: packages/core/src/mcp/types.ts:21

optional completions?: object

optional experimental?: object

[key: string]: object

optional extensions?: object

[key: string]: object

optional logging?: object

optional prompts?: object

optional listChanged?: boolean

optional resources?: object

optional listChanged?: boolean

optional subscribe?: boolean

optional tasks?: object

[key: string]: unknown

optional cancel?: object

Present if the server supports cancelling tasks.

optional list?: object

Present if the server supports listing tasks.

optional requests?: object

Capabilities for task creation on specific request types.

[key: string]: unknown

optional tools?: object

Task support for tool requests.

[key: string]: unknown

optional call?: object

optional tools?: object

optional listChanged?: boolean


optional instructions?: string

Defined in: packages/core/src/mcp/types.ts:22


name: string

Defined in: packages/core/src/mcp/types.ts:19


version: string

Defined in: packages/core/src/mcp/types.ts:20