diff --git a/README.md b/README.md index 6bb978a..ca329cf 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ The official Java library for accessing ModelArk on Volcengine and BytePlus. It com.volcengine ark-runtime - 0.6.0 + 0.7.0 ``` ### Gradle ```groovy -implementation 'com.volcengine:ark-runtime:0.6.0' +implementation 'com.volcengine:ark-runtime:0.7.0' ``` ## Choose Volcengine or BytePlus 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/README.md b/examples/self_hosted_mcp_worker/README.md index 8b407da..05d171b 100644 --- a/examples/self_hosted_mcp_worker/README.md +++ b/examples/self_hosted_mcp_worker/README.md @@ -10,7 +10,7 @@ creating a Session. Printing declarations does not update the Agent automatically. The same MCP tool list is registered with the worker for execution, and the example reads every `tools/list` page. -Build the standalone example after `ark-runtime` and `ark-runtime-mcp` 0.6.0 +Build the standalone example after `ark-runtime` and `ark-runtime-mcp` 0.7.0 are available in Maven Central or installed in the local Maven repository: ```bash @@ -38,7 +38,7 @@ following control-plane fields manually: # Optional, for example when testing against staging: # export ARK_BASE_URL=https://example.com/api/v3 - JAR=examples/self_hosted_mcp_worker/target/ark-runtime-self-hosted-mcp-example-0.6.0-jar-with-dependencies.jar + JAR=examples/self_hosted_mcp_worker/target/ark-runtime-self-hosted-mcp-example-0.7.0-jar-with-dependencies.jar java -jar "$JAR" -- java -cp "$JAR" \ com.volcengine.ark.runtime.examples.selfhostedmcp.McpEchoServer ``` diff --git a/examples/self_hosted_mcp_worker/pom.xml b/examples/self_hosted_mcp_worker/pom.xml index 6c13c25..6610076 100644 --- a/examples/self_hosted_mcp_worker/pom.xml +++ b/examples/self_hosted_mcp_worker/pom.xml @@ -6,12 +6,12 @@ com.volcengine ark-runtime-self-hosted-mcp-example - 0.6.0 + 0.7.0 UTF-8 17 - 0.6.0 + 0.7.0 3.7.1 3.14.1 diff --git a/mcp/README.md b/mcp/README.md index 94f9bce..b24758f 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -49,7 +49,7 @@ Use the same release version for the core SDK and this adapter: com.volcengine ark-runtime-mcp - 0.6.0 + 0.7.0 ``` diff --git a/mcp/pom.xml b/mcp/pom.xml index 0cde82a..b593f95 100644 --- a/mcp/pom.xml +++ b/mcp/pom.xml @@ -6,7 +6,7 @@ com.volcengine ark-runtime-mcp - 0.6.0 + 0.7.0 jar ark-runtime-mcp @@ -37,7 +37,7 @@ UTF-8 17 - 0.6.0 + 0.7.0 2.0.0 2.20 2.20.0 diff --git a/pom.xml b/pom.xml index cbbc5ef..02ab9f1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.volcengine ark-runtime - 0.6.0 + 0.7.0 jar ark-runtime