UNPKG

buena-typescript-sdk

Version:

Official TypeScript SDK for Buena.ai API - LinkedIn automation and lead management

13 lines 562 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; apiKeyAuth?: SDKOptions["apiKeyAuth"] | undefined; serverIdx?: SDKOptions["serverIdx"] | undefined; }): McpServer; //# sourceMappingURL=server.d.ts.map