Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

mcp-connector changed

managed-agents/mcp-connector

Nearest release: v2.1.260, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+6added
Lines−5removed
From line 53 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits7to this page, all time

The whole hunk

from line 53, old and new numbered
/
lines
from line 53
5353 
5454 <MultiFileExample language="cli" label="CLI">
5555 ```bash CLI
56 AGENT_ID=$(ant beta:agents create --transform id --raw-output < github-assistant.agent.yaml)
56 ant apply github-assistant.md
5757 ```
5858 
59 <File filename="github-assistant.agent.yaml">
60 ```yaml
59 <File filename="github-assistant.md">
60 ```markdown
61 ---
6162 name: GitHub Assistant
62 model:
63 id: claude-opus-5
63 model: claude-opus-5
6464 mcp_servers:
6565 - type: url
6666 name: github
from line 69
6969 - type: agent_toolset_20260401
7070 - type: mcp_toolset
7171 mcp_server_name: github
72 ---
7273 ```
7374 </File>
7475 </MultiFileExample>