Commit baf5fe9
Remove the dead `service_connection` field from `McpOptions` and fix
incorrect documentation claiming 1ES uses service connections for MCP
routing. Both targets use MCPG — the field was parsed but never read.
- Remove `service_connection` field from `McpOptions` in types.rs
- Remove `service-connection:` from AGENTS.md MCP config docs
- Fix create/update prompts: 1ES supports containerized MCPs via MCPG
Closes #233
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 92b6e3e commit baf5fe9
4 files changed
Lines changed: 3 additions & 10 deletions
File tree
- prompts
- src/compile
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1564 | 1564 | | |
1565 | 1565 | | |
1566 | 1566 | | |
1567 | | - | |
1568 | 1567 | | |
1569 | 1568 | | |
1570 | 1569 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | | - | |
| 220 | + | |
223 | 221 | | |
224 | 222 | | |
225 | 223 | | |
| |||
592 | 590 | | |
593 | 591 | | |
594 | 592 | | |
595 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | 710 | | |
714 | 711 | | |
715 | 712 | | |
| |||
0 commit comments