Uses of Class
com.google.genkit.plugins.mcp.MCPPluginOptions.Builder
Packages that use MCPPluginOptions.Builder
-
Uses of MCPPluginOptions.Builder in com.google.genkit.plugins.mcp
Methods in com.google.genkit.plugins.mcp that return MCPPluginOptions.BuilderModifier and TypeMethodDescriptionMCPPluginOptions.Builder.addServer(String serverName, MCPServerConfig config) Adds an MCP server configuration.static MCPPluginOptions.BuilderMCPPluginOptions.builder()Creates a new builder for MCPPluginOptions.Sets the name of the MCP host.MCPPluginOptions.Builder.rawToolResponses(boolean rawToolResponses) Sets whether to return raw MCP tool responses.MCPPluginOptions.Builder.requestTimeout(Duration timeout) Sets the request timeout for MCP operations.MCPPluginOptions.Builder.servers(Map<String, MCPServerConfig> servers) Sets all MCP server configurations at once.