Skip to content

[Feature]: add observability to the server #967

@aadeexyz

Description

@aadeexyz

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions