-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Which destkop app does this feature request relate to?
- Select a project 👇
- Agent-TARS (cli, server, agent, tool etc.)
- UI-TARS Desktop
What problem does this feature solve?
yo,
add mcpscout, a tiny sdk that tracks:
- which MCP tools were called
- how long they ran for
- why the LLM chose to call them
- and much more
What does the proposed features look like?
zero code refactor needed. add two lines and it starts capturing events:
import { MCPScout } from "mcpscout";
new MCPScout("pk_xxx").track(mcpServer);