Agent Runs now available in the Vercel MCP and CLI Vercel launched Agent Runs observability in its MCP and CLI for eve, the open-source agent framework, enabling developers to inspect traces including reasoning, tool calls, and token usage. The new tools allow finding projects with runs, listing recent runs, and retrieving full traces, with CLI support for machine-readable output and markdown rendering for coding agents. Your agent can now inspect Agent Runs https://vercel.com/docs/eve/observability agent-runs via the Vercel MCP and CLI for eve https://eve.dev/ , the open-source agent framework. eve traces are automatically ingested when deployed to Vercel and available as Agent Runs. The new Vercel MCP tools https://vercel.com/docs/agent-resources/vercel-mcp/tools agent-runs-observability-tools and Vercel CLI commands https://vercel.com/docs/cli let you find projects with runs, list recent runs, and retrieve full traces, including reasoning, tool calls, and token usage. Vercel MCP tools: list agent run projects : Find projects in a team with Agent Runs activity. list agent runs : List recent runs for a project. get agent run : Inspect metadata, lifecycle events, usage, and subagent data. get agent run trace : Retrieve trace data for a run, including turns, messages, reasoning, tool calls, token usage, and tool input/output. Vercel CLI commands: vercel agent-runs projects vercel agent-runs list vercel agent-runs inspect