@mcpfun/mcp-server-ccxt
Version:
High-performance CCXT MCP server for cryptocurrency exchange integration
17 lines (16 loc) • 464 B
TypeScript
/**
* Tools Registry
* Manages the registration of all API tools with the MCP server
*
* 工具注册表
* 管理所有API工具在MCP服务器上的注册
*/
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
/**
* Register all tools with the MCP server
* @param server MCP server instance
*
* 向MCP服务器注册所有工具
* @param server MCP服务器实例
*/
export declare function registerAllTools(server: McpServer): void;