Vercel MCP、2026-07-28仕様に準拠しクライアント側変更不要
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Vercel は MCP の最新仕様(2026-07-28)への対応を発表し、クライアント側の修正なしで非同期リクエストモデルと更新された認証動作をサポートするようになった。
AI深層分析を開く2026年8月1日 04:27
AI深層分析
キーポイント
新仕様の自動サポート開始
Vercel MCP は 2026-07-28 仕様に対応し、クライアント側のコード変更なしで新しいステートレスリクエストモデルと認証動作を提供する。
旧プロトコルとの完全互換性
2025 プロトコル向けに構築された既存のクライアントは、以前と同じように動作し続けるため、移行作業が不要である。
単一エンドポイントでの両対応
公式 MCP SDK v2 と mcp-handler 2.x を使用することで、1 つのコネクションで新旧両方のプロトコルを処理できる。
重要な引用
Vercel MCP now supports the 2026-07-28 MCP specification, giving newer clients a stateless request model and updated authorization behavior without any change on the client side.
Clients built for the 2025 protocol keep working exactly as before, and clients that understand the new specification pick it up automatically.
編集コメントを表示
編集コメント
MCP 仕様の更新において、既存クライアントとの互換性を維持しつつ新機能を導入する姿勢は、エコシステムの安定化に寄与している。開発者は SDK のバージョンアップだけで対応できるため、運用リスクを最小限に抑えながら技術のアップデートを進められる。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Vercel MCP が 2026-07-28 の MCP 仕様に正式対応しました。これにより、新しいクライアントは、ステートレスなリクエストモデルと更新された認証動作を、クライアント側の変更なしに利用できるようになります。
2025 プロトコル向けに構築された既存のクライアントも、これまで通り問題なく動作します。一方、新仕様に対応したクライアントは自動的にその機能を検知して使用します。
両方のプロトコルバージョンは、最新の仕様にサポートを追加した公式 MCP SDK v2 と mcp-handler 2.x を介して、同じエンドポイントから提供されます。これにより、単一の接続でどちらのプロトコルにも対応可能です。
セットアップ方法に変更はありません。これまで通りサーバーを追加するだけです。
npx add-mcp https://mcp.vercel.com
vercel mcp コマンドを実行することもできます。クライアントの接続方法は Vercel MCP のドキュメントをご覧ください。プロトコルの変更点の詳細は、2026 年仕様のチェンジログと認証に関する発表記事をご参照ください。
さらに詳しく読む
原文を表示
Vercel MCP now supports the 2026-07-28 MCP specification, giving newer clients a stateless request model and updated authorization behavior without any change on the client side.
Clients built for the 2025 protocol keep working exactly as before, and clients that understand the new specification pick it up automatically.
Both protocol versions are served from the same endpoint through the official MCP SDK v2 and mcp-handler 2.x, which added support for the latest spec, so a single connection handles either protocol.
Nothing about setup changes. Add the server the same way you always have.
npx add-mcp https://mcp.vercel.com
You can also run vercel mcp. See the Vercel MCP documentation to connect your client. For the full list of protocol changes, read the 2026 specification changelog and the authorization announcement.
Read more
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み