mcp-workbench-cli 0.1.0 → 0.2.0

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # mcp-workbench-cli
2
2
 
3
- Convenience wrapper for **[@raeseoklee/mcp-workbench](https://www.npmjs.com/package/@raeseoklee/mcp-workbench)**.
3
+ Convenience wrapper for **[@mcp-workbench/cli](https://www.npmjs.com/package/@mcp-workbench/cli)**.
4
4
 
5
5
  The unscoped npm name `mcp-workbench` is taken by an unrelated project. This package provides the same `mcp-workbench` command under an alternative package name.
6
6
 
@@ -13,7 +13,7 @@ npm install -g mcp-workbench-cli
13
13
  This is equivalent to:
14
14
 
15
15
  ```bash
16
- npm install -g @raeseoklee/mcp-workbench
16
+ npm install -g @mcp-workbench/cli
17
17
  ```
18
18
 
19
19
  Both install the `mcp-workbench` command.
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- // Thin wrapper — forwards to @raeseoklee/mcp-workbench CLI.
4
- import("@raeseoklee/mcp-workbench/dist/index.js");
3
+ // Thin wrapper — forwards to @mcp-workbench/cli CLI.
4
+ import("@mcp-workbench/cli/dist/index.js");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-workbench-cli",
3
- "version": "0.1.0",
4
- "description": "MCP Workbench CLI — convenience wrapper for @raeseoklee/mcp-workbench",
3
+ "version": "0.2.0",
4
+ "description": "MCP Workbench CLI — convenience wrapper for @mcp-workbench/cli",
5
5
  "type": "module",
6
6
  "keywords": ["mcp", "model-context-protocol", "mcp-server", "mcp-testing", "mcp-workbench", "testing", "cli", "developer-tools", "ai-tooling", "llm-tooling"],
7
7
  "license": "Apache-2.0",
@@ -24,7 +24,7 @@
24
24
  "bin"
25
25
  ],
26
26
  "dependencies": {
27
- "@raeseoklee/mcp-workbench": "workspace:*"
27
+ "@mcp-workbench/cli": "workspace:*"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"