Skip to content

Commit 21e8302

Browse files
fix: 修正测试客户端端口号并清理残留文件
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
1 parent e659af8 commit 21e8302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server/src/mcp-test-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const TextContentBlockSchema = z.object({
1414
});
1515

1616
// --- 配置 ---
17-
const SERVER_URL = 'http://localhost:8282/mcp';
17+
const SERVER_URL = 'http://localhost:8765/mcp';
1818
const LOG_PREFIX = '[TEST CLIENT]';
1919
// -------------
2020

0 commit comments

Comments
 (0)