Uses of Class
com.github.copilot.sdk.json.McpStdioServerConfig
Packages that use McpStdioServerConfig
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of McpStdioServerConfig in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return McpStdioServerConfigModifier and TypeMethodDescriptionSets the arguments to pass to the command.McpStdioServerConfig.setCommand(String command) Sets the command to run the MCP server.Sets the environment variables to pass to the server.McpStdioServerConfig.setTimeout(Integer timeout) McpStdioServerConfig.setWorkingDirectory(String workingDirectory) Sets the working directory for the server process.