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

    Interface McpServerConfigRemote

    A remote MCP server reachable over HTTP.

    interface McpServerConfigRemote {
        headers?: Record<string, string>;
        type: "remote";
        url: string;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string>

    HTTP headers to include in requests to the server.

    type: "remote"
    url: string

    URL of the remote MCP server.