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
/
src
/
cli.ts
4 lines
(3 loc)
•
98 B
text/typescript
View Raw
1
2
3
4
#!/usr/bin/env node
// This is the CLI entry point for the npx executable
import
'./index.js'
;