소스 수정

This commit is contained in:
jade
2026-07-14 11:17:12 +09:00
parent 73c47bd684
commit 84d4937e05
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ public class McpBridge {
String id = extractId(line);
try {
HttpRequest req = HttpRequest.newBuilder()
.uri(URI.create("http://localhost:8081/mcp/api/v1/tools/list"))
.uri(URI.create("http://localhost:8281/mcp/api/v1/tools/list"))
.GET()
.build();
@@ -65,7 +65,7 @@ public class McpBridge {
String id = extractId(line);
try {
HttpRequest req = HttpRequest.newBuilder()
.uri(URI.create("http://localhost:8081/mcp/api/v1/tools/call"))
.uri(URI.create("http://localhost:8281/mcp/api/v1/tools/call"))
.header("Content-Type", "application/json")
.header("X-Agent-Id", "Antigravity")