• 1min read Agents can now access runtime logs through Vercel’s MCP server. • Theget_runtime_logstool lets agents retrieveRuntime Logsfor a project or deployment. • Runtime logs include logs generated byVercel Functionsinvocations in preview and production deployments, including function output andconsole.logmessages. • This enables agents to: debug failing requests debug failing requests inspect function output inspect function output search logs for specific errors or request IDs search logs for specific errors or request IDs investigate runtime behavior across deployments investigate runtime behavior across deployments Get started with theVercel MCP server.
Sources: