mcp-playwright icon indicating copy to clipboard operation
mcp-playwright copied to clipboard

add observability to the server

Open aadeexyz opened this issue 4 months ago • 0 comments

yo,

i built 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

zero code refactor needed. add two lines and it starts capturing events:

import { MCPScout } from "mcpscout";
new MCPScout("pk_xxx").track(mcpServer);

lmk if that sounds useful and i'll open a pr.

- aadee

aadeexyz avatar Jul 18 '25 19:07 aadeexyz