meshagent-mcp 0.19.4__tar.gz → 0.20.0__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.4 → meshagent_mcp-0.20.0}/CHANGELOG.md +13 -0
- {meshagent_mcp-0.19.4/meshagent_mcp.egg-info → meshagent_mcp-0.20.0}/PKG-INFO +2 -2
- meshagent_mcp-0.20.0/meshagent/mcp/version.py +1 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0/meshagent_mcp.egg-info}/PKG-INFO +2 -2
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/meshagent_mcp.egg-info/requires.txt +1 -1
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/pyproject.toml +1 -1
- meshagent_mcp-0.19.4/meshagent/mcp/version.py +0 -1
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/LICENSE +0 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/MANIFEST.in +0 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/README.md +0 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/meshagent/mcp/__init__.py +0 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/meshagent/mcp/cleanup.py +0 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/meshagent/mcp/toolkit.py +0 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/meshagent_mcp.egg-info/SOURCES.txt +0 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/meshagent_mcp.egg-info/dependency_links.txt +0 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/meshagent_mcp.egg-info/top_level.txt +0 -0
- {meshagent_mcp-0.19.4 → meshagent_mcp-0.20.0}/setup.cfg +0 -0
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [0.20.0]
|
|
2
|
+
- Breaking: mailbox create/update requests must now include a `public` flag (SDK defaults to `False` when omitted in method calls)
|
|
3
|
+
- Mailbox response models include a `public` field
|
|
4
|
+
- Breaking: service specs now require either `external` or `container` to be set
|
|
5
|
+
- External service specs allow omitting the base URL
|
|
6
|
+
- Service template variables include optional `annotations` metadata
|
|
7
|
+
- CLI mailbox commands support `--public` and include the `public` value in listings
|
|
8
|
+
- Mailbot whitelist parsing accepts comma-separated values
|
|
9
|
+
- Fixed JSON schema generation for database delete/search tools
|
|
10
|
+
|
|
11
|
+
## [0.19.5]
|
|
12
|
+
- Stability
|
|
13
|
+
|
|
1
14
|
## [0.19.4]
|
|
2
15
|
- Stability
|
|
3
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-mcp
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.20.0
|
|
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.
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.20.0
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.20.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-mcp
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.20.0
|
|
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.
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.20.0
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.19.4"
|
|
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
|