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
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,10 @@ Run any of them via `exec:java`:
<dependency>
<groupId>finance.idem</groupId>
<artifactId>idem-sdk-kotlin</artifactId>
<version>0.0.12-test</version>
<version>0.1.0</version>
</dependency>
```

`idem-sdk-kotlin` hasn't had a stable release yet — `0.0.12-test` is the
latest pre-release build published to Maven Central while the `idem` release
pipeline is under active development
([idem-finance/idem#233](https://github.com/idem-finance/idem/issues/233)).
Update this version once a real `0.x`/`1.x` release ships.

Example 05 (`mcp/McpAgentWorkflowExample.kt`) also depends on the official
`io.modelcontextprotocol.sdk:mcp` client, pinned to the same version the main
repo's MCP server pulls in via `spring-ai-bom`.
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@
<properties>
<java.version>21</java.version>
<kotlin.version>1.9.25</kotlin.version>
<!--
finance.idem:idem-sdk-kotlin has not had a stable release yet — 0.0.12-test
is the latest pre-release build published to Maven Central while the
idem release pipeline is under active development. Update this once a real
0.x/1.x release ships (see github.com/idem-finance/idem, issue #233).
-->
<idem-sdk.version>0.0.12-test</idem-sdk.version>
<idem-sdk.version>0.1.0</idem-sdk.version>
<!-- Pinned to the same io.modelcontextprotocol.sdk:mcp version pulled in by
the main idem repo's mcp module (via spring-ai-bom 1.0.0), to guarantee
wire compatibility with IdemMcpServer's SSE transport. -->
Expand Down