meshagent-mcp 0.19.1__tar.gz → 0.19.3__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.
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/CHANGELOG.md +9 -0
- {meshagent_mcp-0.19.1/meshagent_mcp.egg-info → meshagent_mcp-0.19.3}/PKG-INFO +2 -2
- meshagent_mcp-0.19.3/meshagent/mcp/version.py +1 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3/meshagent_mcp.egg-info}/PKG-INFO +2 -2
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/meshagent_mcp.egg-info/requires.txt +1 -1
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/pyproject.toml +1 -1
- meshagent_mcp-0.19.1/meshagent/mcp/version.py +0 -1
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/LICENSE +0 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/MANIFEST.in +0 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/README.md +0 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/meshagent/mcp/__init__.py +0 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/meshagent/mcp/cleanup.py +0 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/meshagent/mcp/toolkit.py +0 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/meshagent_mcp.egg-info/SOURCES.txt +0 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/meshagent_mcp.egg-info/dependency_links.txt +0 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/meshagent_mcp.egg-info/top_level.txt +0 -0
- {meshagent_mcp-0.19.1 → meshagent_mcp-0.19.3}/setup.cfg +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [0.19.3]
|
|
2
|
+
- Stability
|
|
3
|
+
|
|
4
|
+
## [0.19.2]
|
|
5
|
+
- Add boolean data type support plus `nullable`/`metadata` on schema types and generated JSON Schema.
|
|
6
|
+
- BREAKING: OpenAI proxy client creation now takes an optional `http_client` (request logging is configured via a separate logging client helper).
|
|
7
|
+
- Shell tool now reuses a long-lived container with a writable root filesystem, runs commands via `bash -lc`, and defaults to the `python:3.13` image.
|
|
8
|
+
- Add `log_llm_requests` support to enable OpenAI request/response logging.
|
|
9
|
+
|
|
1
10
|
## [0.19.1]
|
|
2
11
|
- Add optional metadata to agent chat contexts and propagate it through message-stream LLM delegation, including recording thread participant lists
|
|
3
12
|
- Add an option for the mailbot CLI to delegate LLM interactions to a remote participant instead of using the local LLM adapter
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-mcp
|
|
3
|
-
Version: 0.19.
|
|
3
|
+
Version: 0.19.3
|
|
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.19.
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.19.3
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.19.3"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-mcp
|
|
3
|
-
Version: 0.19.
|
|
3
|
+
Version: 0.19.3
|
|
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.19.
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.19.3
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.19.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|