We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ab7f8b + b48ffdc commit 3d0b691Copy full SHA for 3d0b691
integrations/mcp/server/pom.xml
@@ -34,6 +34,16 @@
34
<groupId>io.helidon.webserver</groupId>
35
<artifactId>helidon-webserver</artifactId>
36
</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
43
+ <groupId>io.helidon.webserver</groupId>
44
+ <artifactId>helidon-webserver-jsonrpc</artifactId>
45
46
47
<dependency>
48
49
<artifactId>helidon-webserver-sse</artifactId>
0 commit comments