UNPKG

unstructured-client

Version:

<h3 align="center"> <img src="https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png" height="200" > </h3>

13 lines 552 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { SDKOptions } from "../lib/config.js"; import type { ConsoleLogger } from "./console-logger.js"; import { MCPScope } from "./scopes.js"; export declare function createMCPServer(deps: { logger: ConsoleLogger; allowedTools?: string[] | undefined; scopes?: MCPScope[] | undefined; serverURL?: string | undefined; security?: SDKOptions["security"] | undefined; server?: SDKOptions["server"] | undefined; }): McpServer; //# sourceMappingURL=server.d.ts.map