mcp-use TypeScript API
    Preparing search index...

    Interface McpMount

    Result of createMcpMount.

    interface McpMount {
        fetch: FetchHandler;
        handler: McpHttpHandler;
    }
    Index

    Fetch handler for the MCP path only (compose into a larger app).

    handler: McpHttpHandler

    Underlying SDK handler (close, notify, bus).