💬 Commit message: Update 2026-02-08 04:43:30, 3 files, 31 lines
📁 Files changed: 3 📝 Lines changed: 31 • .mcp.json • package-lock.json • package.json
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"claude-browse": {
|
"browse-mcp": {
|
||||||
"command": "browse-mcp",
|
"command": "browse-mcp",
|
||||||
"args": []
|
"args": []
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+3
-25
@@ -10,7 +10,6 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
||||||
"@saiden/browse": "^0.2.4",
|
|
||||||
"chalk": "^5.6.2",
|
"chalk": "^5.6.2",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"log-symbols": "^7.0.1",
|
"log-symbols": "^7.0.1",
|
||||||
@@ -1630,27 +1629,6 @@
|
|||||||
"win32"
|
"win32"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"node_modules/@saiden/browse": {
|
|
||||||
"version": "0.2.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/@saiden/browse/-/browse-0.2.4.tgz",
|
|
||||||
"integrity": "sha512-9ccORVRsKhf0UpF2Xw+Wcextt1QIu0Ehr8VIW/MZEQ2JGrRhQbLP67I4ssWjjmC0/4DkicEq3ZnmwkRM5jNsaQ==",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
||||||
"chalk": "^5.6.2",
|
|
||||||
"express": "^5.2.1",
|
|
||||||
"log-symbols": "^7.0.1",
|
|
||||||
"playwright": "^1.41.0",
|
|
||||||
"sharp": "^0.34.5"
|
|
||||||
},
|
|
||||||
"bin": {
|
|
||||||
"browse-mcp": "dist/mcp.js",
|
|
||||||
"claude-browse": "dist/cli.js"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=18"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@standard-schema/spec": {
|
"node_modules/@standard-schema/spec": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
||||||
@@ -1751,9 +1729,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@types/node": {
|
"node_modules/@types/node": {
|
||||||
"version": "20.19.32",
|
"version": "20.19.33",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
|
||||||
"integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
|
"integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -49,7 +49,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
||||||
"@saiden/browse": "^0.2.4",
|
|
||||||
"chalk": "^5.6.2",
|
"chalk": "^5.6.2",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"log-symbols": "^7.0.1",
|
"log-symbols": "^7.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user