metro-mcp 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3740,9 +3740,9 @@ function extractCDPExceptionMessage(details, fallback = "Evaluation failed") {
3740
3740
  // package.json
3741
3741
  var package_default = {
3742
3742
  name: "metro-mcp",
3743
- version: "0.6.0",
3743
+ version: "0.6.1",
3744
3744
  description: "Plugin-based MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP",
3745
- homepage: "https://github.com/steve228uk/metro-mcp",
3745
+ homepage: "https://metromcp.dev",
3746
3746
  repository: {
3747
3747
  type: "git",
3748
3748
  url: "git+https://github.com/steve228uk/metro-mcp.git"
@@ -3783,7 +3783,10 @@ var package_default = {
3783
3783
  "build:js": "bun build src/index.ts src/plugin.ts --outdir dist --target node --external @modelcontextprotocol/sdk --external zod --external ws && bun build src/client/index.ts --outfile dist/client/index.js --target browser --external @modelcontextprotocol/sdk --external zod && bun build src/client/index.ts --outfile dist/client/index.cjs --target browser --format cjs --external @modelcontextprotocol/sdk --external zod && bun build src/plugin.ts --outfile dist/plugin.cjs --target node --format cjs --external @modelcontextprotocol/sdk --external zod",
3784
3784
  "build:bin": "bun build bin/metro-mcp.ts --outfile dist/bin/metro-mcp.js --target node --external @modelcontextprotocol/sdk --external zod --external ws && chmod +x dist/bin/metro-mcp.js",
3785
3785
  "build:types": "bunx tsc -p tsconfig.build.json",
3786
- typecheck: "tsc --noEmit"
3786
+ typecheck: "tsc --noEmit",
3787
+ "docs:dev": "vitepress dev docs",
3788
+ "docs:build": "vitepress build docs",
3789
+ "docs:preview": "vitepress preview docs"
3787
3790
  },
3788
3791
  keywords: [
3789
3792
  "mcp",
@@ -3809,7 +3812,8 @@ var package_default = {
3809
3812
  devDependencies: {
3810
3813
  "@types/bun": "^1.2.10",
3811
3814
  "@types/ws": "^8.18.1",
3812
- typescript: "^5.8.3"
3815
+ typescript: "^5.8.3",
3816
+ vitepress: "^1.6.4"
3813
3817
  },
3814
3818
  engines: {
3815
3819
  node: ">=18.0.0"
package/dist/index.js CHANGED
@@ -3748,9 +3748,9 @@ function extractCDPExceptionMessage(details, fallback = "Evaluation failed") {
3748
3748
  // package.json
3749
3749
  var package_default = {
3750
3750
  name: "metro-mcp",
3751
- version: "0.6.0",
3751
+ version: "0.6.1",
3752
3752
  description: "Plugin-based MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP",
3753
- homepage: "https://github.com/steve228uk/metro-mcp",
3753
+ homepage: "https://metromcp.dev",
3754
3754
  repository: {
3755
3755
  type: "git",
3756
3756
  url: "git+https://github.com/steve228uk/metro-mcp.git"
@@ -3791,7 +3791,10 @@ var package_default = {
3791
3791
  "build:js": "bun build src/index.ts src/plugin.ts --outdir dist --target node --external @modelcontextprotocol/sdk --external zod --external ws && bun build src/client/index.ts --outfile dist/client/index.js --target browser --external @modelcontextprotocol/sdk --external zod && bun build src/client/index.ts --outfile dist/client/index.cjs --target browser --format cjs --external @modelcontextprotocol/sdk --external zod && bun build src/plugin.ts --outfile dist/plugin.cjs --target node --format cjs --external @modelcontextprotocol/sdk --external zod",
3792
3792
  "build:bin": "bun build bin/metro-mcp.ts --outfile dist/bin/metro-mcp.js --target node --external @modelcontextprotocol/sdk --external zod --external ws && chmod +x dist/bin/metro-mcp.js",
3793
3793
  "build:types": "bunx tsc -p tsconfig.build.json",
3794
- typecheck: "tsc --noEmit"
3794
+ typecheck: "tsc --noEmit",
3795
+ "docs:dev": "vitepress dev docs",
3796
+ "docs:build": "vitepress build docs",
3797
+ "docs:preview": "vitepress preview docs"
3795
3798
  },
3796
3799
  keywords: [
3797
3800
  "mcp",
@@ -3817,7 +3820,8 @@ var package_default = {
3817
3820
  devDependencies: {
3818
3821
  "@types/bun": "^1.2.10",
3819
3822
  "@types/ws": "^8.18.1",
3820
- typescript: "^5.8.3"
3823
+ typescript: "^5.8.3",
3824
+ vitepress: "^1.6.4"
3821
3825
  },
3822
3826
  engines: {
3823
3827
  node: ">=18.0.0"
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "metro-mcp",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Plugin-based MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP",
5
- "homepage": "https://github.com/steve228uk/metro-mcp",
5
+ "homepage": "https://metromcp.dev",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/steve228uk/metro-mcp.git"
@@ -43,7 +43,10 @@
43
43
  "build:js": "bun build src/index.ts src/plugin.ts --outdir dist --target node --external @modelcontextprotocol/sdk --external zod --external ws && bun build src/client/index.ts --outfile dist/client/index.js --target browser --external @modelcontextprotocol/sdk --external zod && bun build src/client/index.ts --outfile dist/client/index.cjs --target browser --format cjs --external @modelcontextprotocol/sdk --external zod && bun build src/plugin.ts --outfile dist/plugin.cjs --target node --format cjs --external @modelcontextprotocol/sdk --external zod",
44
44
  "build:bin": "bun build bin/metro-mcp.ts --outfile dist/bin/metro-mcp.js --target node --external @modelcontextprotocol/sdk --external zod --external ws && chmod +x dist/bin/metro-mcp.js",
45
45
  "build:types": "bunx tsc -p tsconfig.build.json",
46
- "typecheck": "tsc --noEmit"
46
+ "typecheck": "tsc --noEmit",
47
+ "docs:dev": "vitepress dev docs",
48
+ "docs:build": "vitepress build docs",
49
+ "docs:preview": "vitepress preview docs"
47
50
  },
48
51
  "keywords": [
49
52
  "mcp",
@@ -69,7 +72,8 @@
69
72
  "devDependencies": {
70
73
  "@types/bun": "^1.2.10",
71
74
  "@types/ws": "^8.18.1",
72
- "typescript": "^5.8.3"
75
+ "typescript": "^5.8.3",
76
+ "vitepress": "^1.6.4"
73
77
  },
74
78
  "engines": {
75
79
  "node": ">=18.0.0"