aws / aws/amazon-q-developer-cli

bug: mcpServers in agent doesn't support SSE server transport

Open
#2,803 2 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.