diff --git a/VERSION b/VERSION index a918a2a..faef31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/examples/self_hosted_mcp_worker/go.mod b/examples/self_hosted_mcp_worker/go.mod index 1af5bee..63ca62a 100644 --- a/examples/self_hosted_mcp_worker/go.mod +++ b/examples/self_hosted_mcp_worker/go.mod @@ -4,8 +4,8 @@ go 1.23.0 require ( github.com/modelcontextprotocol/go-sdk v1.3.1 - github.com/volcengine/ark-runtime-go v0.6.0 - github.com/volcengine/ark-runtime-go/mcp v0.6.0 + github.com/volcengine/ark-runtime-go v0.7.0 + github.com/volcengine/ark-runtime-go/mcp v0.7.0 ) require ( diff --git a/mcp/README.md b/mcp/README.md index c11a330..348ac5a 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -51,7 +51,7 @@ a separate Go module so the main Ark Runtime SDK keeps its Go 1.20 baseline. Install the adapter with the same release version as the core SDK: ```bash -go get github.com/volcengine/ark-runtime-go/mcp@v0.6.0 +go get github.com/volcengine/ark-runtime-go/mcp@v0.7.0 ``` Each core `vMAJOR.MINOR.0` release also publishes the matching diff --git a/mcp/go.mod b/mcp/go.mod index 38951a0..8c2f591 100644 --- a/mcp/go.mod +++ b/mcp/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/modelcontextprotocol/go-sdk v1.3.1 - github.com/volcengine/ark-runtime-go v0.6.0 + github.com/volcengine/ark-runtime-go v0.7.0 ) require (