Skip to content

Commit dad23a0

Browse files
committed
add JSON-RPC for MCP
1 parent ddba69e commit dad23a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import java.text.SimpleDateFormat
22
import java.util.Date
3-
import org.gradle.api.artifacts.Configuration
43

54

65
plugins {
@@ -65,6 +64,9 @@ dependencies {
6564
// JSON pour MCP
6665
implementation("com.google.code.gson:gson:2.10.1")
6766

67+
// JSON-RPC pour MCP
68+
implementation("com.github.briandilley.jsonrpc4j:jsonrpc4j:1.6.3")
69+
6870
// Eclipse ELK
6971
implementation("org.eclipse.elk:org.eclipse.elk.core:0.9.1")
7072
implementation("org.eclipse.elk:org.eclipse.elk.alg.layered:0.9.1")

0 commit comments

Comments
 (0)