UNPKG
mcp-crew-risk
Version:
latest (0.0.1)
0.0.1
This is a Crawler Security Guard based on the Model Context Protocol (MCP).
mcp-crew-risk
/
build
/
test.js
6 lines
(5 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ checkSite }
from
'./yu.js'
; (
async
() => {
const
result =
await
checkSite
(
"http://www.9935china-air.com/tejia/HET_HLD.htm"
);
console
.
log
(
JSON
.
stringify
(result,
null
,
2
)); })();