UNPKG

@box3lab/statistics-mcp

Version:

神岛平台数据统计MCP服务,提供用户资料、地图信息和统计数据访问

16 lines (14 loc) 423 B
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. {} commandFunction: # A JS function that produces the CLI command based on the given config to start the MCP on stdio. |- (config) => ({ command: 'node', args: ['build/index.js'] }) exampleConfig: {}