agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface McpServerConfigLocal

    A local MCP server launched as a child process inside the VM.

    interface McpServerConfigLocal {
        args?: string[];
        command: string;
        env?: Record<string, string>;
        type: "local";
    }
    Index

    Properties

    Properties

    args?: string[]

    Arguments for the command.

    command: string

    Command to launch the MCP server.

    env?: Record<string, string>

    Environment variables for the server process.

    type: "local"