java.lang.Object
com.github.copilot.generated.rpc.ServerMcpConfigApi
API methods for the
mcp.config namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionadd(McpConfigAddParams params) MCP server name and configuration to add to user configuration.disable(McpConfigDisableParams params) MCP server names to disable for new sessions.enable(McpConfigEnableParams params) MCP server names to enable for new sessions.list()User-configured MCP servers, keyed by server name.remove(McpConfigRemoveParams params) MCP server name to remove from user configuration.update(McpConfigUpdateParams params) MCP server name and replacement configuration to write to user configuration.
-
Method Details
-
list
User-configured MCP servers, keyed by server name.- Since:
- 1.0.0
-
add
MCP server name and configuration to add to user configuration.- Since:
- 1.0.0
-
update
MCP server name and replacement configuration to write to user configuration.- Since:
- 1.0.0
-
remove
MCP server name to remove from user configuration.- Since:
- 1.0.0
-
enable
MCP server names to enable for new sessions.- Since:
- 1.0.0
-
disable
MCP server names to disable for new sessions.- Since:
- 1.0.0
-