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