Uses of Class
com.github.copilot.sdk.json.McpServerConfig
Packages that use McpServerConfig
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of McpServerConfig in com.github.copilot.sdk.json
Subclasses of McpServerConfig in com.github.copilot.sdk.jsonModifier and TypeClassDescriptionfinal classConfiguration for a remote HTTP/SSE MCP (Model Context Protocol) server.final classConfiguration for a local/stdio MCP (Model Context Protocol) server.Methods in com.github.copilot.sdk.json that return McpServerConfigModifier and TypeMethodDescriptionMcpServerConfig.setTimeout(Integer timeout) Sets an optional timeout in milliseconds for tool calls to this server.Sets the list of tools to include from this server.Methods in com.github.copilot.sdk.json that return types with arguments of type McpServerConfigModifier and TypeMethodDescriptionCreateSessionRequest.getMcpServers()Gets MCP servers.CustomAgentConfig.getMcpServers()Gets the MCP server configurations for this agent.ResumeSessionConfig.getMcpServers()Gets the MCP server configurations.ResumeSessionRequest.getMcpServers()Gets MCP servers.SessionConfig.getMcpServers()Gets the MCP server configurations.Method parameters in com.github.copilot.sdk.json with type arguments of type McpServerConfigModifier and TypeMethodDescriptionvoidCreateSessionRequest.setMcpServers(Map<String, McpServerConfig> mcpServers) Sets MCP servers.CustomAgentConfig.setMcpServers(Map<String, McpServerConfig> mcpServers) Sets MCP (Model Context Protocol) servers available to this agent.ResumeSessionConfig.setMcpServers(Map<String, McpServerConfig> mcpServers) Sets MCP (Model Context Protocol) server configurations.voidResumeSessionRequest.setMcpServers(Map<String, McpServerConfig> mcpServers) Sets MCP servers.SessionConfig.setMcpServers(Map<String, McpServerConfig> mcpServers) Sets MCP (Model Context Protocol) server configurations.