Skip to content

Commit 6d52021

Browse files
committed
feat: upgrade schema to 0.9.1 (#44)
* chore: make check happy Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * chore: gen schema with 0.9.1 Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * chore: bump to 0.7.0 Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> --------- Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
1 parent 58cd8e9 commit 6d52021

File tree

8 files changed

+1233
-319
lines changed

8 files changed

+1233
-319
lines changed

examples/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
HttpMcpServer,
2626
ImageContentBlock,
2727
Implementation,
28+
McpServerStdio,
2829
ResourceContentBlock,
2930
SseMcpServer,
30-
McpServerStdio,
3131
TextContentBlock,
3232
)
3333

examples/echo_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
HttpMcpServer,
2020
ImageContentBlock,
2121
Implementation,
22+
McpServerStdio,
2223
ResourceContentBlock,
2324
SseMcpServer,
24-
McpServerStdio,
2525
TextContentBlock,
2626
)
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-client-protocol"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
description = "A Python implement of Agent Client Protocol (ACP, by Zed Industries)"
55
authors = [
66
{ name = "Chojan Shang", email = "psiace@apache.org" },

schema/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
refs/tags/v0.8.0
1+
refs/tags/v0.9.1

schema/schema.json

Lines changed: 464 additions & 81 deletions
Large diffs are not rendered by default.

src/acp/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated from schema/meta.json. Do not edit by hand.
2-
# Schema ref: refs/tags/v0.8.0
2+
# Schema ref: refs/tags/v0.9.1
33
AGENT_METHODS = {
44
"authenticate": "authenticate",
55
"initialize": "initialize",

src/acp/schema.py

Lines changed: 763 additions & 232 deletions
Large diffs are not rendered by default.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)