UNPKG

@trendmoon/mcp-server

Version:

TrendMoon MCP Server - Library and Standalone Server for Cryptocurrency and Social Data

21 lines 869 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { ChatActivityService } from "@trendmoon/api-client"; import { z } from "zod"; export declare const GetChatActivitySchema: z.ZodObject<{ dateFrom: z.ZodOptional<z.ZodString>; dateTo: z.ZodOptional<z.ZodString>; interval: z.ZodOptional<z.ZodString>; groupChatId: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { dateFrom?: string | undefined; dateTo?: string | undefined; interval?: string | undefined; groupChatId?: string | undefined; }, { dateFrom?: string | undefined; dateTo?: string | undefined; interval?: string | undefined; groupChatId?: string | undefined; }>; export declare function registerChatActivityTools(mcpServer: McpServer, chatActivityService: ChatActivityService): void; //# sourceMappingURL=ChatActivityTools.d.ts.map