@arc-mcp/adt-ls - v0.6.1
    Preparing search index...

    Interface McpTool

    The runtime tool contract. Preserve metadata added by SAP/MCP without projecting it away.

    interface McpTool {
        annotations?: Record<string, unknown>;
        description?: string;
        inputSchema?: unknown;
        name: string;
        outputSchema?: unknown;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    annotations?: Record<string, unknown>
    description?: string
    inputSchema?: unknown
    name: string
    outputSchema?: unknown