Skip to content

Commit b0adc6b

Browse files
authored
fix(docs): fix mcp link (#1025)
1 parent bf86583 commit b0adc6b

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ lib
9999

100100
# Prettier reformats code blocks inside Markdown, which affects rendered output
101101
*.md
102+
*.mdx
102103

103104
vendors/**/index.d.ts
104105
vendors/**/index.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ English | [简体中文](./README.zh.md)
4646
### Tools
4747
- **Visual Reports for Debugging 🎞️**: Through our test reports and Playground, you can easily understand, replay and debug the entire process.
4848
- [**Caching for Efficiency 🔄**](https://midscenejs.com/caching.html): Replay your script with cache and get the result faster.
49-
- [**MCP 🔗**](https://midscenejs.com/mcp.html): Allows other MCP Clients to directly use Midscene's capabilities.
49+
- **MCP**: Allows other MCP Clients to directly use Midscene's capabilities. [**Web MCP**](https://midscenejs.com/web-mcp.html) [**Android MCP**](https://midscenejs.com/mcp-android.html)
5050

5151
### Three kinds of APIs
5252
- [Interaction API 🔗](https://midscenejs.com/api.html#interaction-methods): interact with the user interface.

README.zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
- **Android 自动化 📱**: 使用 [Javascript SDK](https://midscenejs.com/integrate-with-android.html) 配合 adb 来控制本地 Android 设备。
4545

4646
### 工具
47-
- **用于调试的可视化报告 🎞️**: 通过我们的测试报告和 Playground,你可以轻松理解、回放和调试整个过程。
48-
- [**使用缓存,提高执行效率 🔄**](https://midscenejs.com/zh/caching.html): 使用缓存能力重放脚本,提高执行效率。
49-
- [**MCP 🔗**](https://midscenejs.com/zh/mcp.html): 允许其他 MCP Client 直接使用 Midscene 的能力
47+
- **用于调试的可视化报告**: 通过我们的测试报告和 Playground,你可以轻松理解、回放和调试整个过程。
48+
- [**使用缓存,提高执行效率**](https://midscenejs.com/zh/caching.html): 使用缓存能力重放脚本,提高执行效率。
49+
- **MCP**: 允许其他 MCP Client 直接使用 Midscene 的能力。[**Web MCP**](https://midscenejs.com/zh/web-mcp.html) [**Android MCP**](https://midscenejs.com/zh/mcp-android.html)
5050

5151
### 三种类型的 API
5252
- [**交互 API 🔗**](https://midscenejs.com/zh/api.html#interaction-methods): 与用户界面交互。

apps/site/docs/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Open-source AI Operator for Web, Mobile App, Automation & Testing
1515
### Tools
1616
- **Visual Reports for Debugging**: Through our test reports and Playground, you can easily understand, replay and debug the entire process.
1717
- [**Caching for Efficiency**](https://midscenejs.com/caching.html): Replay your script with cache and get the result faster.
18-
- [**MCP**](https://midscenejs.com/mcp.html): Allows other MCP Clients to directly use Midscene's capabilities.
18+
- **MCP**: Allows other MCP Clients to directly use Midscene's capabilities. [**Web MCP**](https://midscenejs.com/web-mcp.html) [**Android MCP**](https://midscenejs.com/mcp-android.html)
1919

2020
### Three kinds of APIs
2121
- [Interaction API](https://midscenejs.com/api.html#interaction-methods): interact with the user interface.

apps/site/docs/zh/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
### 工具
1616
- **用于调试的可视化报告**: 通过我们的测试报告和 Playground,你可以轻松理解、回放和调试整个过程。
1717
- [**使用缓存,提高执行效率**](https://midscenejs.com/zh/caching.html): 使用缓存能力重放脚本,提高执行效率。
18-
- [**MCP**](https://midscenejs.com/zh/mcp.html): 允许其他 MCP Client 直接使用 Midscene 的能力
18+
- **MCP**: 允许其他 MCP Client 直接使用 Midscene 的能力。[**Web MCP**](https://midscenejs.com/zh/web-mcp.html) [**Android MCP**](https://midscenejs.com/zh/mcp-android.html)
1919

2020
### 三种 API 类型
2121

0 commit comments

Comments
 (0)