💬 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:
Adam Ladachowski
2026-02-08 04:43:30 +01:00
parent 6a055cb18f
commit bbcb224f42
3 changed files with 4 additions and 27 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"claude-browse": {
"browse-mcp": {
"command": "browse-mcp",
"args": []
}
+3 -25
View File
@@ -10,7 +10,6 @@
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"@saiden/browse": "^0.2.4",
"chalk": "^5.6.2",
"express": "^5.2.1",
"log-symbols": "^7.0.1",
@@ -1630,27 +1629,6 @@
"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": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
@@ -1751,9 +1729,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "20.19.32",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
"integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
"version": "20.19.33",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
"integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
"dev": true,
"license": "MIT",
"dependencies": {
-1
View File
@@ -49,7 +49,6 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"@saiden/browse": "^0.2.4",
"chalk": "^5.6.2",
"express": "^5.2.1",
"log-symbols": "^7.0.1",