Agents can now access runtime logs with Vercel's MCP server
Vercel's MCP server gains a get_runtime_logs tool, allowing agents to retrieve function output, console logs, and error details from preview and production deployments.
Agents can now access runtime logs through Vercel's MCP server. The tool lets agents retrieve for a project or deployment. Runtime logs include logs generated by invocations in preview and production deployments, including function output and messages. get_runtime_logsRuntime LogsVercel Functionsconsole.log This enables agents to: Get started with the .Vercel MCP server Read more debug failing requests inspect function output search logs for specific errors or request IDs investigate runtime behavior across deployments