@mcpmesh/cli 0.9.0-beta.9 → 0.9.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.
- package/README.md +3 -3
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mcpmesh/cli
|
|
2
2
|
|
|
3
|
-
CLI for **MCP Mesh** -
|
|
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
|
|
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
|
|
@@ -78,7 +78,7 @@ meshctl list --tools=<tool_name>
|
|
|
78
78
|
|
|
79
79
|
## Links
|
|
80
80
|
|
|
81
|
-
- [Documentation](https://
|
|
81
|
+
- [Documentation](https://mcp-mesh.ai/)
|
|
82
82
|
- [GitHub Repository](https://github.com/dhyansraj/mcp-mesh)
|
|
83
83
|
- [PyPI Package](https://pypi.org/project/mcp-mesh/)
|
|
84
84
|
- [Docker Images](https://hub.docker.com/u/mcpmesh)
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcpmesh/cli",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "CLI for MCP Mesh
|
|
3
|
+
"version": "0.9.1",
|
|
4
|
+
"description": "CLI for MCP Mesh — build distributed AI agents with auto-discovery, dependency injection, and LLM integration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/dhyansraj/mcp-mesh.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://
|
|
10
|
+
"homepage": "https://mcp-mesh.ai/",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/dhyansraj/mcp-mesh/issues"
|
|
13
13
|
},
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"node": ">=18"
|
|
23
23
|
},
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@mcpmesh/cli-linux-x64": "0.9.
|
|
26
|
-
"@mcpmesh/cli-linux-arm64": "0.9.
|
|
27
|
-
"@mcpmesh/cli-darwin-x64": "0.9.
|
|
28
|
-
"@mcpmesh/cli-darwin-arm64": "0.9.
|
|
25
|
+
"@mcpmesh/cli-linux-x64": "0.9.1",
|
|
26
|
+
"@mcpmesh/cli-linux-arm64": "0.9.1",
|
|
27
|
+
"@mcpmesh/cli-darwin-x64": "0.9.1",
|
|
28
|
+
"@mcpmesh/cli-darwin-arm64": "0.9.1"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"mcp",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"service-mesh",
|
|
43
43
|
"distributed-systems"
|
|
44
44
|
],
|
|
45
|
-
"author": "
|
|
45
|
+
"author": "MCP Mesh Contributors <noreply@mcp-mesh.ai>",
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
}
|