Skip to content

Commit 65be14b

Browse files
committed
Initial work using the new JSON-RPC API.
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
1 parent af33c4a commit 65be14b

File tree

4 files changed

+255
-169
lines changed

4 files changed

+255
-169
lines changed

integrations/mcp/server/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<groupId>io.helidon.webserver</groupId>
3535
<artifactId>helidon-webserver</artifactId>
3636
</dependency>
37+
<dependency>
38+
<groupId>io.helidon.webserver</groupId>
39+
<artifactId>helidon-webserver-json-rpc</artifactId>
40+
<version>${helidon.version}</version>
41+
</dependency>
3742
<dependency>
3843
<groupId>io.helidon.webserver</groupId>
3944
<artifactId>helidon-webserver-sse</artifactId>

0 commit comments

Comments
 (0)