Agent Runs Feature Now Available in Vercel MCP and CLI
Key point
Vercel has released MCP and CLI tools that let you check execution logs for eve, an open-source agent framework.
Details
Traces generated when deploying eve, an open-source agent framework, to Vercel can now be checked directly through Vercel MCP and the CLI.
With the new tools, you can find execution logs within a project, view a list of recent runs, and review the full trace in detail, including reasoning, tool calls, and token usage.
Key features of the Vercel MCP tools:
list_agent_run_projects: Search for projects with activitylist_agent_runs: List recent runs for a projectget_agent_run: View metadata, lifecycle events, usage, and sub-agent dataget_agent_run_trace: Retrieve detailed trace data such as conversation turns, messages, reasoning, and tool inputs/outputs
The same tasks can also be performed in the Vercel CLI via the vercel agent-runs command. All CLI subcommands support the --json option, and when trace data is piped, it is rendered in markdown format, allowing coding agents without MCP permissions to use it directly for debugging.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.