From 7c5cd5c60397e07b57409f25f4e60d50ef05683e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Jul 2025 19:51:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86mcp=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=9C=A8claude=E4=B8=AD=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 255266a..f089353 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A comprehensive MCP (Model Context Protocol) server plugin for Cocos Creator 3.8 **Claude cli configuration:** ``` -claude mcp add --transport http http://localhost:3000/mcp (use the port number you configured yourself) +claude mcp add --transport http cocos-creator http://127.0.0.1:3000/mcp (use the port number you configured yourself) ``` **Claude client configuration:** @@ -29,7 +29,7 @@ claude mcp add --transport http http://localhost:3000/mcp (use the port number y "type": "http", -"url": "http://localhost:3000/mcp" +"url": "http://127.0.0.1:3000/mcp" } diff --git a/README.zh-CN.md b/README.zh-CN.md index 40e776f..410420b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -16,7 +16,7 @@ **Claude cli配置:** ``` -claude mcp add --transport http http://localhost:3000/mcp(使用你自己配置的端口号) +claude mcp add --transport http cocos-creator http://127.0.0.1:3000/mcp(使用你自己配置的端口号) ``` **Claude客户端配置:** @@ -30,7 +30,7 @@ claude mcp add --transport http http://localhost:3000/mcp(使用你自己配 "type": "http", - "url": "http://localhost:3000/mcp" + "url": "http://127.0.0.1:3000/mcp" }