meshagent-mcp 0.22.0__tar.gz → 0.22.2__tar.gz

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.
@@ -1,3 +1,9 @@
1
+ ## [0.22.2]
2
+ - Stability
3
+
4
+ ## [0.22.1]
5
+ - Stability
6
+
1
7
  ## [0.22.0]
2
8
  - Added meshagent-anthropic with Anthropic Messages adapter, MCP connector toolkit support, and an OpenAI-Responses-compatible stream adapter (depends on anthropic>=0.25,<1.0).
3
9
  - Breaking: agent naming now derives from participant name (Agent.name deprecated; TaskRunner/LLMRunner/Worker/VoiceBot constructors no longer require name; Voicebot alias removed; MailWorker renamed to MailBot with queue default).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-mcp
3
- Version: 0.22.0
3
+ Version: 0.22.2
4
4
  Summary: Computer Building Blocks for MCP
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -12,7 +12,7 @@ License-File: LICENSE
12
12
  Requires-Dist: pytest~=8.4
13
13
  Requires-Dist: pytest-asyncio~=0.26
14
14
  Requires-Dist: mcp~=1.9
15
- Requires-Dist: meshagent-tools~=0.22.0
15
+ Requires-Dist: meshagent-tools~=0.22.2
16
16
  Dynamic: license-file
17
17
 
18
18
  # [Meshagent](https://www.meshagent.com)
@@ -0,0 +1 @@
1
+ __version__ = "0.22.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-mcp
3
- Version: 0.22.0
3
+ Version: 0.22.2
4
4
  Summary: Computer Building Blocks for MCP
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -12,7 +12,7 @@ License-File: LICENSE
12
12
  Requires-Dist: pytest~=8.4
13
13
  Requires-Dist: pytest-asyncio~=0.26
14
14
  Requires-Dist: mcp~=1.9
15
- Requires-Dist: meshagent-tools~=0.22.0
15
+ Requires-Dist: meshagent-tools~=0.22.2
16
16
  Dynamic: license-file
17
17
 
18
18
  # [Meshagent](https://www.meshagent.com)
@@ -1,4 +1,4 @@
1
1
  pytest~=8.4
2
2
  pytest-asyncio~=0.26
3
3
  mcp~=1.9
4
- meshagent-tools~=0.22.0
4
+ meshagent-tools~=0.22.2
@@ -12,7 +12,7 @@ dependencies = [
12
12
  "pytest~=8.4",
13
13
  "pytest-asyncio~=0.26",
14
14
  "mcp~=1.9",
15
- "meshagent-tools~=0.22.0"
15
+ "meshagent-tools~=0.22.2"
16
16
  ]
17
17
  dynamic = ["version", "readme"]
18
18
 
@@ -1 +0,0 @@
1
- __version__ = "0.22.0"
File without changes
File without changes
File without changes