Agents can now access runtime logs with Vercel's MCP server
2026-02-10
1 min read
0
Endigest AI Core Summary
Vercel's MCP server now includes a get_runtime_logs tool that allows agents to access runtime logs from projects and deployments.
- •The tool retrieves logs generated by Vercel Functions invocations in both preview and production deployments
- •Logs include function output and console.log messages
- •Agents can use it to debug failing requests and inspect function output
- •Supports searching logs for specific errors or request IDs
- •Enables investigation of runtime behavior across multiple deployments
