MCPcopy Index your code
hub / github.com/github/copilot-sdk / MCPServerConfig

Interface MCPServerConfig

go/types.go:819–821  ·  view source on GitHub ↗

MCPServerConfig is implemented by MCP server configuration types. Only MCPStdioServerConfig and MCPHTTPServerConfig implement this interface.

Source from the content-addressed store, hash-verified

817// MCPServerConfig is implemented by MCP server configuration types.
818// Only MCPStdioServerConfig and MCPHTTPServerConfig implement this interface.
819type MCPServerConfig interface {
820 mcpServerConfig()
821}
822
823// MCPStdioServerConfig configures a local/stdio MCP server.
824//

Callers

nothing calls this directly

Implementers 5

MCPServerConfigHTTPgo/rpc/zrpc.go
MCPServerConfigStdiogo/rpc/zrpc.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…