mcp-use TypeScript API
    Preparing search index...

    Interface CompletionContext

    Context passed to completion callbacks.

    interface CompletionContext {
        arguments?: Record<string, unknown>;
    }
    Index
    arguments?: Record<string, unknown>

    Other argument values from the same prompt, for contextual suggestions.