Class StdioServerParameters.Builder
java.lang.Object
com.google.adk.tools.mcp.StdioServerParameters.Builder
- Enclosing class:
StdioServerParameters
Builder for
StdioServerParameters.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StdioServerParameters.BuilderSets the arguments for the command.abstract StdioServerParametersbuild()Builds a newStdioServerParametersinstance.abstract StdioServerParameters.BuilderSets the command to execute for the stdio server.abstract StdioServerParameters.BuilderSets the environment variables.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
command
Sets the command to execute for the stdio server. -
args
Sets the arguments for the command. -
env
Sets the environment variables. -
build
Builds a newStdioServerParametersinstance.
-