aws / aws/amazon-q-developer-cli
bug: mcpServers in agent doesn't support SSE server transport
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
### 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
```
Contributor guide
Assessment
This issue has not been assessed yet.