UNPKG
yszl-mcp
Version:
latest (1.2.68)
1.2.68
1.2.67
1.2.66
1.2.65
1.2.64
1.2.63
1.2.62
1.2.61
1.2.60
1.2.59
1.2.58
1.2.57
1.2.56
1.2.55
1.2.54
1.2.52
1.2.51
1.2.49
1.2.48
1.2.47
1.2.46
1.2.38
1.2.37
1.2.36
1.2.35
1.2.34
1.2.33
1.2.32
1.2.31
1.2.30
1.2.29
1.2.21
1.2.18
1.2.17
1.2.16
1.2.13
1.2.12
1.2.11
1.2.10
1.2.8
1.2.7
1.2.6
1.2.5
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Scenic Area Tourist Flow Query Server with official MCP SDK
yszl-mcp
/
test-ping.js
6 lines
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
// 发送一个ping消息到标准输出 (JSON-RPC 2.0格式)
console
.log
(JSON.
stringify
({
jsonrpc
:
"2.0"
,
method
:
"mcp.ping"
,
id
:
"ping-1"
}));