UNPKG

@trendmoon/mcp-server

Version:

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

14 lines 768 B
export { TrendmoonMcpServer } from './lib/index.js'; export type { TrendmoonMcpServerConfig } from './lib/index.js'; export type { McpToolCallbackExtra, McpRichContentTextItem, McpToolReturnContent, McpToolReturnValue } from './lib/index.js'; export * from './lib/tools/BinanceTools.js'; export * from './lib/tools/CategoryTools.js'; export * from './lib/tools/ChatActivityTools.js'; export * from './lib/tools/ChatTools.js'; export * from './lib/tools/CoinTools.js'; export * from './lib/tools/MessageTools.js'; export * from './lib/tools/SocialTools.js'; export * from './lib/tools/UserTools.js'; export { startStandaloneServer } from './standalone/server.js'; export type { StandaloneServerConfig } from './standalone/server.js'; //# sourceMappingURL=index.d.ts.map