UNPKG
@box3lab/statistics-mcp
Version:
latest (0.0.3)
0.0.3
神岛平台数据统计MCP服务,提供用户资料、地图信息和统计数据访问
github.com/box3lab/statistics-mcp
box3lab/statistics-mcp
@box3lab/statistics-mcp
/
build
/
src
/
types
/
index.js
8 lines
(7 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * 类型定义文件 */
// 导出常量类型
export
const
API_BASE_URL =
"https://code-api-pc.dao3.fun"
;
export
const
SERVER_NAME =
"@dao3fun/statistics-mcp"
;
export
const
SERVER_VERSION =
"0.0.1"
;