McpServerSettings interface
The settings of the MCP (Model Context Protocol) server for this session pool.
Properties
| is |
Indicates whether the MCP server API key is disabled. |
| is |
Indicates whether the MCP server is enabled. |
| mcp |
The endpoint of the MCP server. |
Property Details
isMcpServerApiKeyDisabled
Indicates whether the MCP server API key is disabled.
isMcpServerApiKeyDisabled?: boolean
Property Value
boolean
isMcpServerEnabled
Indicates whether the MCP server is enabled.
isMcpServerEnabled?: boolean
Property Value
boolean
mcpServerEndpoint
The endpoint of the MCP server.
mcpServerEndpoint?: string
Property Value
string