@mcpmesh/cli 0.9.0-beta.1 → 0.9.0-beta.11

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mcpmesh/cli
2
2
 
3
- CLI for **MCP Mesh** - Enterprise-Grade Distributed Service Mesh for AI Agents.
3
+ CLI for **MCP Mesh** - Distributed Service Mesh for AI Agents.
4
4
 
5
5
  ## Installation
6
6
 
@@ -42,7 +42,7 @@ mcp-mesh-registry --help
42
42
 
43
43
  ## What is MCP Mesh?
44
44
 
45
- MCP Mesh is an enterprise-grade distributed service mesh built on the Model Context Protocol (MCP). It enables:
45
+ MCP Mesh is a distributed service mesh built on the Model Context Protocol (MCP). It enables:
46
46
 
47
47
  - **AI Agent Orchestration** - Connect and coordinate multiple AI agents
48
48
  - **Service Discovery** - Automatic registration and capability-based routing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcpmesh/cli",
3
- "version": "0.9.0-beta.1",
3
+ "version": "0.9.0-beta.11",
4
4
  "description": "CLI for MCP Mesh - Enterprise-Grade Distributed Service Mesh for AI Agents",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,10 +22,10 @@
22
22
  "node": ">=18"
23
23
  },
24
24
  "optionalDependencies": {
25
- "@mcpmesh/cli-linux-x64": "0.9.0-beta.1",
26
- "@mcpmesh/cli-linux-arm64": "0.9.0-beta.1",
27
- "@mcpmesh/cli-darwin-x64": "0.9.0-beta.1",
28
- "@mcpmesh/cli-darwin-arm64": "0.9.0-beta.1"
25
+ "@mcpmesh/cli-linux-x64": "0.9.0-beta.11",
26
+ "@mcpmesh/cli-linux-arm64": "0.9.0-beta.11",
27
+ "@mcpmesh/cli-darwin-x64": "0.9.0-beta.11",
28
+ "@mcpmesh/cli-darwin-arm64": "0.9.0-beta.11"
29
29
  },
30
30
  "keywords": [
31
31
  "mcp",