Aigency::Agent::Tools::McpTool::McpTypeStdio

McpTypeStdio

Configuration for stdio-based MCP tools.

Syntax

command: <string>
args:
  - <string>
  - <string>
env:
  KEY: VALUE

Properties

  • command
    • Description: Command to execute for the MCP server.
    • Type: string
    • Required: True
  • args
    • Description: Command line arguments.
    • Type: list of string
    • Required: True
  • env
    • Description: Environment variables.
    • Type: string
    • Required: False