You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scope npm package to @wm-mcp-server/cli org, first publish live
Scoped package required for org-level npm token. Published v2.7.0
to npm successfully. Updated all docs to use @wm-mcp-server/cli.
Usage: npx @wm-mcp-server/cli
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
An [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that gives AI assistants full control over [webMethods Integration Server](https://www.ibm.com/docs/en/webmethods-integration/wm-integration-server/11.1.0) -- replacing webMethods Designer for most development and administration tasks.
8
8
@@ -80,10 +80,10 @@ The AI can guide you step-by-step through setting up:
80
80
81
81
```bash
82
82
# Via npx (no install needed)
83
-
npx wm-mcp-server
83
+
npx @wm-mcp-server/cli
84
84
85
85
# Or install globally via npm
86
-
npm install -g wm-mcp-server
86
+
npm install -g @wm-mcp-server/cli
87
87
88
88
# Or from crates.io (requires Rust)
89
89
cargo install wm-mcp-server
@@ -103,7 +103,7 @@ Add to `.mcp.json` in your project directory:
0 commit comments