Vercel MCP および CLI でエージェント実行が利用可能に
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Vercel は、オープンソースエージェントフレームワーク「eve」のトレースを自動的に取り込み、「Agent Runs」として提供する機能を強化しました。これにより、開発者は Vercel の MCP ツールや CLI コマンドを通じて、プロジェクトの実行履歴を検索したり、推論プロセス・ツール呼び出し・トークン使用量などの詳細なトレーシング情報を取得できるようになります。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
あなたのエージェントは、オープンソースのエージェントフレームワークである eve の Vercel MCP および CLI を介して、Agent Runs(エージェント実行)を検査できるようになりました。
eve トレースは Vercel にデプロイされた際に自動的に取り込まれ、Agent Runs として利用可能です。新しい Vercel MCP ツールと Vercel CLI コマンドを使用すると、実行履歴を持つプロジェクトの検索、直近の実行リスト表示、推論、ツール呼び出し、トークン使用量を含む完全なトレースの取得が可能になります。
Vercel MCP ツール:
list_agent_run_projects: チーム内で Agent Runs のアクティビティがあるプロジェクトを検索します。
list_agent_runs: プロジェクトの直近の実行履歴をリスト表示します。
get_agent_run: メタデータ、ライフサイクルイベント、使用状況、サブエージェントデータを検査します。
get_agent_run_trace: 実行ごとのトレースデータを取得します。ターン、メッセージ、推論、ツール呼び出し、トークン使用量、およびツールの入力/出力を含みます。
Vercel CLI コマンド:
vercel agent-runs projects
vercel agent-runs list
vercel agent-runs inspect
vercel agent-runs trace
すべての CLI サブコマンドは、機械可読な出力のために --json をサポートしており、パイプライン処理時にはトレースが Markdown 形式でレンダリングされるため、MCP アクセスを持たないコーディングエージェントも、直接 CLI を呼び出して自身の実行をデバッグできます。
コーディングエージェントに「プロジェクトの最新の生産環境における Agent Runs を表示して」や「直近の実行に基づいてスキルを更新して」といった質問を投げかけてください。
Vercel MCP のインストールから始めましょう:
または、Vercel CLI の最新バージョンへのアップグレードを行ってください:
続きを読む
原文を表示
Your agent can now inspect Agent Runs via the Vercel MCP and CLI for eve, the open-source agent framework.
eve traces are automatically ingested when deployed to Vercel an available as Agent Runs. The new Vercel MCP tools and Vercel CLI commands 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 <runId>
vercel agent-runs trace <runId>
Every CLI subcommand supports --json for machine-readable output, and traces render as markdown when piped, so coding agents without MCP access can call the CLI directly to debug their own runs.
Ask your coding agent questions like "Show me the latest production Agent Runs for my project" or "Update skills based on recent runs".
Get started by installing the Vercel MCP:
Or upgrade to the latest version of the Vercel CLI:
Read more
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み