Skip to content

Commit 1cfef72

Browse files
committed
feat: increase temporary fork describe
1 parent e395098 commit 1cfef72

2 files changed

Lines changed: 21 additions & 7 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 🔔 Temporary Fork Version
2+
3+
> **be careful**:this is [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) temporary fork version。
4+
>
5+
> **Why does this package exist?**
6+
> We have submitted a PR (# xxx) to the upstream and added more mobile device simulation functions. You can use this temporary version before PR is merged.
7+
>
8+
> **Recommended practice**
9+
> Once the upstream PR is merged, please switch back to the official one `chrome-devtools-mcp`
10+
11+
12+
# The following is the original README content:
13+
114
# Chrome DevTools MCP
215

316
[![npm chrome-devtools-mcp package](https://img.shields.io/npm/v/chrome-devtools-mcp.svg)](https://npmjs.org/package/chrome-devtools-mcp)

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "chrome-devtools-mcp",
2+
"name": "chrome-devtools-mcp-increase-devices-emulate-npm",
33
"version": "0.4.0",
4-
"description": "MCP server for Chrome DevTools",
4+
"description": "基于 chrome-devtools-mcp 的扩展版本,增加了移动设备模拟功能",
55
"type": "module",
66
"bin": "./build/src/index.js",
77
"main": "index.js",
@@ -27,14 +27,15 @@
2727
"LICENSE",
2828
"!*.tsbuildinfo"
2929
],
30-
"repository": "ChromeDevTools/chrome-devtools-mcp",
31-
"author": "Google LLC",
30+
"repository": "openmind-why/chrome-devtools-mcp-increase-mobile-emulate",
31+
"author": "openmind-why",
3232
"license": "Apache-2.0",
3333
"bugs": {
34-
"url": "https://github.com/ChromeDevTools/chrome-devtools-mcp/issues"
34+
"url": "https://github.com/openmind-why/chrome-devtools-mcp-increase-mobile-emulate/tree/chrome-devtools-map-increase-devices-emulate-npm/issues"
3535
},
36-
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp#readme",
37-
"mcpName": "io.github.ChromeDevTools/chrome-devtools-mcp",
36+
"homepage": "https://github.com/openmind-why/chrome-devtools-mcp-increase-mobile-emulate/tree/chrome-devtools-map-increase-devices-emulate-npm#readme",
37+
"keywords": ["chrome-devtools", "mcp", "fork", "mobile-emulation"],
38+
"mcpName": "io.github.openmind-why/chrome-devtools-mcp-increase-devices-emulate-npm",
3839
"dependencies": {
3940
"@modelcontextprotocol/sdk": "1.18.1",
4041
"debug": "4.4.3",

0 commit comments

Comments
 (0)