Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
4 changes: 2 additions & 2 deletions examples/self_hosted_mcp_worker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion mcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mcp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
Loading