Frodo Library - v4.0.0-42
    Preparing search index...

    Type Alias McpToolRuntime

    Manifest-backed runtime object.

    type McpToolRuntime = {
        manifest: McpToolManifest;
        executeTool(
            request: McpToolExecutionRequest,
        ): Promise<McpToolExecutionResult>;
    }
    Index

    Properties

    Methods

    Properties

    manifest: McpToolManifest

    Reduced manifest used for tool registration and discovery.

    Methods