MCPClient の URL 接続に認証ヘッダーのサポートを追加 #225
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
MCPClient で URL ベース接続(SSEEvents, StreamableHttp)を使用する際に、認証ヘッダーなどの HTTP ヘッダーを設定できる機能を追加しました。
変更内容
McpServerConfig インターフェースの拡張:
headers?: Record<string, string>
プロパティを追加して認証ヘッダーなどのHTTPヘッダーをサポートMCPClient の fromUrl メソッドの強化:
headers
パラメータを受け取るように拡張スキーマ定義の更新:
headers
プロパティを追加URL接続処理の更新:
initMcpFromAgentConfig
関数内で URL 接続時にヘッダー情報を渡すよう更新testMcpServerConnection
関数も同様に更新Strands エージェント変換処理の更新:
使用例
この変更により、次のような設定でヘッダー付きMCP接続が可能になります:
互換性
すべての変更は後方互換性を保っており、既存のコードには影響がありません。ヘッダーが設定されていない場合は、従来通りの動作となります。
Open in Web UI: https://d6ekcqgugsege.cloudfront.net/sessions/1754363530682729