MCPServerConfig is implemented by MCP server configuration types. Only MCPStdioServerConfig and MCPHTTPServerConfig implement this interface.
| 817 | // MCPServerConfig is implemented by MCP server configuration types. |
| 818 | // Only MCPStdioServerConfig and MCPHTTPServerConfig implement this interface. |
| 819 | type MCPServerConfig interface { |
| 820 | mcpServerConfig() |
| 821 | } |
| 822 | |
| 823 | // MCPStdioServerConfig configures a local/stdio MCP server. |
| 824 | // |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…