meshagent-mcp 0.25.0__tar.gz → 0.25.1__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.25.0 → meshagent_mcp-0.25.1}/CHANGELOG.md +8 -0
- {meshagent_mcp-0.25.0/meshagent_mcp.egg-info → meshagent_mcp-0.25.1}/PKG-INFO +3 -3
- meshagent_mcp-0.25.1/meshagent/mcp/version.py +1 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1/meshagent_mcp.egg-info}/PKG-INFO +3 -3
- meshagent_mcp-0.25.1/meshagent_mcp.egg-info/requires.txt +4 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/pyproject.toml +2 -2
- meshagent_mcp-0.25.0/meshagent/mcp/version.py +0 -1
- meshagent_mcp-0.25.0/meshagent_mcp.egg-info/requires.txt +0 -4
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/LICENSE +0 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/MANIFEST.in +0 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/README.md +0 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/meshagent/mcp/__init__.py +0 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/meshagent/mcp/cleanup.py +0 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/meshagent/mcp/toolkit.py +0 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/meshagent_mcp.egg-info/SOURCES.txt +0 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/meshagent_mcp.egg-info/dependency_links.txt +0 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/meshagent_mcp.egg-info/top_level.txt +0 -0
- {meshagent_mcp-0.25.0 → meshagent_mcp-0.25.1}/setup.cfg +0 -0
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [0.25.1]
|
|
2
|
+
- Added Anthropic web search and web fetch toolkits, including beta header injection and request middleware support.
|
|
3
|
+
- Added a container-based shell tool to run commands in persistent containers with configurable image, mounts, and environment.
|
|
4
|
+
- Expanded the web fetch tool to return text, JSON, or file responses with HTML-to-Markdown conversion and content-type handling.
|
|
5
|
+
- Breaking: CLI commands now reject OpenAI-only tool flags when using Claude models (image generation, local shell, apply patch, computer use).
|
|
6
|
+
- CLI MCP bridge adds streamable HTTP connections plus custom headers and secret-backed headers; OAuth2 secret set now accepts text/base64 input and identity-scoped secrets.
|
|
7
|
+
- Dependency updates: mcp to ~1.26.0; html-to-markdown to ~2.24.3.
|
|
8
|
+
|
|
1
9
|
## [0.25.0]
|
|
2
10
|
- Added SQL column-schema parsing and CLI support for SQL-like `--columns` when creating tables or adding columns.
|
|
3
11
|
- Breaking: SQL query requests now use a single `params` map for typed bindings instead of `parameters`/`param_values`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-mcp
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.1
|
|
4
4
|
Summary: Computer Building Blocks for MCP
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
@@ -11,8 +11,8 @@ Description-Content-Type: text/markdown
|
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: pytest~=8.4
|
|
13
13
|
Requires-Dist: pytest-asyncio~=0.26
|
|
14
|
-
Requires-Dist: mcp~=1.
|
|
15
|
-
Requires-Dist: meshagent-tools~=0.25.
|
|
14
|
+
Requires-Dist: mcp~=1.26.0
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.25.1
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.25.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-mcp
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.1
|
|
4
4
|
Summary: Computer Building Blocks for MCP
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
@@ -11,8 +11,8 @@ Description-Content-Type: text/markdown
|
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: pytest~=8.4
|
|
13
13
|
Requires-Dist: pytest-asyncio~=0.26
|
|
14
|
-
Requires-Dist: mcp~=1.
|
|
15
|
-
Requires-Dist: meshagent-tools~=0.25.
|
|
14
|
+
Requires-Dist: mcp~=1.26.0
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.25.1
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.25.0"
|
|
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
|