Skip to content

Commit 3849344

Browse files
committed
docs
1 parent ea69c14 commit 3849344

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Support http MCP servers that require oauth. #51
6+
57
## 0.88.0
68

79
- Add dynamic model discovery via `fetchModels` provider config for OpenAI-compatible `/models` endpoints

docs/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ For MCP servers configuration, use the `mcpServers` config, examples:
8282
}
8383
```
8484

85-
=== "HTTP-streamable"
85+
=== "HTTP (streamable or sse)"
86+
87+
ECA supports OAuth authentication as well
8688

8789
```javascript title="~/.config/eca/config.json"
8890
{

0 commit comments

Comments
 (0)