Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
HttpMcpServer,
ImageContentBlock,
Implementation,
McpServerStdio,
ResourceContentBlock,
SseMcpServer,
McpServerStdio,
TextContentBlock,
)

Expand Down
2 changes: 1 addition & 1 deletion examples/echo_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
HttpMcpServer,
ImageContentBlock,
Implementation,
McpServerStdio,
ResourceContentBlock,
SseMcpServer,
McpServerStdio,
TextContentBlock,
)

Expand Down
2 changes: 1 addition & 1 deletion schema/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
refs/tags/v0.8.0
refs/tags/v0.9.1
545 changes: 464 additions & 81 deletions schema/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/acp/meta.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated from schema/meta.json. Do not edit by hand.
# Schema ref: refs/tags/v0.8.0
# Schema ref: refs/tags/v0.9.1
AGENT_METHODS = {
"authenticate": "authenticate",
"initialize": "initialize",
Expand Down
Loading