UNPKG
@microsoft/clarity-mcp-server
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
MCP Server for Microsoft Clarity based on data export API
@microsoft/clarity-mcp-server
/
dist
/
cli.js
4 lines
(3 loc)
•
95 B
JavaScript
View Raw
1
2
3
4
#!/usr/bin/env node
// This is the CLI entry point for the npx executable
import
'./index.js'
;