@nexartis/homeport-sdk - v1.1.0
    Preparing search index...

    Interface McpMetadata

    MCP server metadata descriptor attached to an agent.

    interface McpMetadata {
        authentication?: "none" | "bearer" | "oauth2" | "api_key" | "custom";
        endpoint?: string;
        tools?: McpToolMetadata[];
        transport?: "streamable-http" | "sse" | "stdio";
    }
    Index

    Properties

    authentication?: "none" | "bearer" | "oauth2" | "api_key" | "custom"

    MCP endpoint authentication scheme.

    endpoint?: string

    MCP endpoint URL.

    tools?: McpToolMetadata[]

    Tool-level metadata.

    transport?: "streamable-http" | "sse" | "stdio"

    MCP transport.