npm
agnost
观察池 · 暂无正式排名
该项目当前未满足“两个有效维度 + 两种数据源”的主榜门槛。
— 未排名
可观测采用度当前有效 · 2026-09-12 37
动量缺失 —
关注度缺失 —
信号可信度 依据当前有数据的独立评分维度数量计算。
有限1/3 · 1 种数据源
项目介绍
Analytics SDK for tracking and analyzing Model Context Protocol (MCP) server interactions.
To completely disable all SDK logs (including error logs), you can use the disableLogs option:
The SDK supports user identification to track analytics per user. This is especially useful for understanding usage patterns across different users and roles.
The identify function should return a UserIdentity object or null:
If you do NOT provide an identify function, the SDK derives the user id from the request's Authorization: Bearer header automatically:
present identifier claim becomes the userId — in order: sub, userid, userId, email, preferredusername, username. (No signature verification — your…