From a9b539ca9c11b47af45893d0519cfa4e60c9fd84 Mon Sep 17 00:00:00 2001 From: winlifes <110321103+Winlifes@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:23:14 -0700 Subject: [PATCH] docs: add Cocos Store install link to README --- README.md | 5 ++++- README_CN.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c99408a..6919eb1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ License: MIT MCP Compatible Editor Only + Install from Cocos Store

中文 | English @@ -41,7 +42,9 @@ If you just want to connect quickly, do these three things: ### 1. Install as a Cocos Creator Extension -Clone or copy this repository into your Cocos project extension directory: +Recommended install: use the official [Cocos Store page](https://store.cocos.com/app/detail/8913) and install the extension into your target Cocos Creator project. + +For local development or unreleased builds, clone or copy this repository into your Cocos project extension directory: ```bash cd /path/to/your-cocos-project diff --git a/README_CN.md b/README_CN.md index d1537b8..04719e0 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,6 +8,7 @@ License: MIT MCP Compatible Editor Only + Install from Cocos Store

中文 | English @@ -41,7 +42,9 @@ Funplay MCP for Cocos 是一个采用 MIT 协议的 Cocos Creator 扩展,它 ### 1. 安装为 Cocos Creator 扩展 -把仓库 clone 或复制到 Cocos 项目的扩展目录: +推荐安装方式:通过官方 [Cocos Store 页面](https://store.cocos.com/app/detail/8913) 安装到目标 Cocos Creator 项目。 + +如果要本地开发或使用未发布版本,可以把仓库 clone 或复制到 Cocos 项目的扩展目录: ```bash cd /path/to/your-cocos-project