Skip to content

Commit 3d0b691

Browse files
authored
Updates MCP server to use JSON-RPC API
Updates MCP server to use JSON-RPC API
2 parents 8ab7f8b + b48ffdc commit 3d0b691

File tree

5 files changed

+288
-184
lines changed

5 files changed

+288
-184
lines changed

integrations/mcp/server/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@
3434
<groupId>io.helidon.webserver</groupId>
3535
<artifactId>helidon-webserver</artifactId>
3636
</dependency>
37+
<dependency>
38+
<groupId>io.helidon.jsonrpc</groupId>
39+
<artifactId>helidon-jsonrpc-core</artifactId>
40+
<version>4.3.0-SNAPSHOT</version>
41+
</dependency>
42+
<dependency>
43+
<groupId>io.helidon.webserver</groupId>
44+
<artifactId>helidon-webserver-jsonrpc</artifactId>
45+
<version>4.3.0-SNAPSHOT</version>
46+
</dependency>
3747
<dependency>
3848
<groupId>io.helidon.webserver</groupId>
3949
<artifactId>helidon-webserver-sse</artifactId>

0 commit comments

Comments
 (0)