Skip to content

Commit bd0351f

Browse files
authored
fix: add mcpName to package.json (#103)
1 parent 901a730 commit bd0351f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"url": "https://github.com/ChromeDevTools/chrome-devtools-mcp/issues"
3434
},
3535
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp#readme",
36+
"mcpName": "io.github.ChromeDevTools/chrome-devtools-mcp",
3637
"dependencies": {
3738
"@modelcontextprotocol/sdk": "1.18.1",
3839
"debug": "4.4.3",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
88
"source": "github"
99
},
10-
"version": "0.2.3",
10+
"version": "0.2.4",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "chrome-devtools-mcp",
16-
"version": "0.2.3",
16+
"version": "0.2.4",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)