aws / aws/amazon-q-developer-cli
bug: mcpServers in agent doesn't support SSE server transport
- 主要言語
- Rust
- スター
- 2k
- フォーク
- 439
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Checks
- [x] I have searched [github.com/aws/amazon-q-developer-cli/issues](https://github.com/aws/amazon-q-developer-cli/issues?q=) and there are no duplicates of my issue
- [x] I have run `q doctor` in the affected terminal session
- [x] I have run `q restart` and replicated the issue again
### Operating system
macos
### Expected behaviour
I'd like to add mcp server with SSE for an agent, such as
```
"mcpServers": {
"my-first-mcp": {
"url": "http://localhost:8080/sse",
"timeout": 60000
}
}
```
But it complains that `command` is required. In the `agent-v1.json` file, [command is required](https://github.com/aws/amazon-q-developer-cli/blob/main/schemas/agent-v1.json#L87-L89).
### Actual behaviour
But it complains that `command` is required. In the `agent-v1.json` file, [command is required](https://github.com/aws/amazon-q-developer-cli/blob/main/schemas/agent-v1.json#L87-L89).
### Steps to reproduce
_No response_
### Environment
```yaml
```
コントリビューションガイド
調査の方向性
まず、リンク先のコマンド定義にある schemas/agent-v1.json を読み、mcpServers に対するエージェント設定の処理と比較します。示されている URL 設定でバリデーションエラーを再現し、既存のトランスポートサポートを追跡します。エージェントが command を要求せずに SSE MCP サーバーを受け入れて使用できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100