Uses of Class
com.google.genkit.plugins.mcp.MCPPluginOptions
Packages that use MCPPluginOptions
-
Uses of MCPPluginOptions in com.google.genkit.plugins.mcp
Methods in com.google.genkit.plugins.mcp that return MCPPluginOptionsModifier and TypeMethodDescriptionMCPPluginOptions.Builder.build()Builds the MCPPluginOptions.MCPPlugin.getOptions()Gets the plugin options.Methods in com.google.genkit.plugins.mcp with parameters of type MCPPluginOptionsModifier and TypeMethodDescriptionstatic MCPPluginMCPPlugin.create(MCPPluginOptions options) Creates an MCP plugin with the given options.Constructors in com.google.genkit.plugins.mcp with parameters of type MCPPluginOptionsModifierConstructorDescriptionMCPPlugin(MCPPluginOptions options) Creates a new MCP plugin with the given options.