Commit 009e03a
fix: remove legacy service-connection MCP field (#233)
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 1e396a0 commit 009e03a
4 files changed
Lines changed: 3 additions & 9 deletions
File tree
- prompts
- src/compile
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1561 | 1561 | | |
1562 | 1562 | | |
1563 | 1563 | | |
1564 | | - | |
1565 | 1564 | | |
1566 | 1565 | | |
1567 | 1566 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
221 | 219 | | |
222 | 220 | | |
223 | 221 | | |
| |||
542 | 540 | | |
543 | 541 | | |
544 | 542 | | |
545 | | - | |
| 543 | + | |
| 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