UNPKG

@oraichain/mcp-server

Version:
10 lines (9 loc) 284 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { Tool } from "langchain/tools"; /** * Creates an MCP server from a set of actions */ export declare function createMcpServer(tools: Tool[], options: { name: string; version: string; }): McpServer;