McpServerConfig
Defined in: packages/core/src/mcp/types.ts:18
MCP Server configuration options
Properties
Section titled “Properties”capabilities?
Section titled “capabilities?”
optionalcapabilities?:object
Defined in: packages/core/src/mcp/types.ts:21
completions?
Section titled “completions?”
optionalcompletions?:object
experimental?
Section titled “experimental?”
optionalexperimental?:object
Index Signature
Section titled “Index Signature”[key: string]: object
extensions?
Section titled “extensions?”
optionalextensions?:object
Index Signature
Section titled “Index Signature”[key: string]: object
logging?
Section titled “logging?”
optionallogging?:object
prompts?
Section titled “prompts?”
optionalprompts?:object
prompts.listChanged?
Section titled “prompts.listChanged?”
optionallistChanged?:boolean
resources?
Section titled “resources?”
optionalresources?:object
resources.listChanged?
Section titled “resources.listChanged?”
optionallistChanged?:boolean
resources.subscribe?
Section titled “resources.subscribe?”
optionalsubscribe?:boolean
tasks?
Section titled “tasks?”
optionaltasks?:object
Index Signature
Section titled “Index Signature”[key: string]: unknown
tasks.cancel?
Section titled “tasks.cancel?”
optionalcancel?:object
Present if the server supports cancelling tasks.
tasks.list?
Section titled “tasks.list?”
optionallist?:object
Present if the server supports listing tasks.
tasks.requests?
Section titled “tasks.requests?”
optionalrequests?:object
Capabilities for task creation on specific request types.
Index Signature
Section titled “Index Signature”[key: string]: unknown
tasks.requests.tools?
Section titled “tasks.requests.tools?”
optionaltools?:object
Task support for tool requests.
Index Signature
Section titled “Index Signature”[key: string]: unknown
tasks.requests.tools.call?
Section titled “tasks.requests.tools.call?”
optionalcall?:object
tools?
Section titled “tools?”
optionaltools?:object
tools.listChanged?
Section titled “tools.listChanged?”
optionallistChanged?:boolean
instructions?
Section titled “instructions?”
optionalinstructions?:string
Defined in: packages/core/src/mcp/types.ts:22
name:
string
Defined in: packages/core/src/mcp/types.ts:19
version
Section titled “version”version:
string
Defined in: packages/core/src/mcp/types.ts:20