meshagent-mcp 0.14.0__tar.gz → 0.16.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.14.0 → meshagent_mcp-0.16.0}/CHANGELOG.md +8 -0
- {meshagent_mcp-0.14.0/meshagent_mcp.egg-info → meshagent_mcp-0.16.0}/PKG-INFO +2 -2
- meshagent_mcp-0.16.0/meshagent/mcp/version.py +1 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0/meshagent_mcp.egg-info}/PKG-INFO +2 -2
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/meshagent_mcp.egg-info/requires.txt +1 -1
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/pyproject.toml +1 -1
- meshagent_mcp-0.14.0/meshagent/mcp/version.py +0 -1
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/LICENSE +0 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/MANIFEST.in +0 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/README.md +0 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/meshagent/mcp/__init__.py +0 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/meshagent/mcp/cleanup.py +0 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/meshagent/mcp/toolkit.py +0 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/meshagent_mcp.egg-info/SOURCES.txt +0 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/meshagent_mcp.egg-info/dependency_links.txt +0 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/meshagent_mcp.egg-info/top_level.txt +0 -0
- {meshagent_mcp-0.14.0 → meshagent_mcp-0.16.0}/setup.cfg +0 -0
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [0.16.0]
|
|
2
|
+
- Add optional `namespace` support across database client operations (list/inspect/create/drop/index/etc.) to target namespaced tables
|
|
3
|
+
- Update dependencies `livekit-api` to `~1.1` (from `>=1.0`) and `livekit-agents`/`livekit-plugins-openai`/`livekit-plugins-silero`/`livekit-plugins-turn-detector` to `~1.3` (from `~1.2`)
|
|
4
|
+
|
|
5
|
+
## [0.15.0]
|
|
6
|
+
- Added new UI schema widgets for `tabs`/`tab` (including initial tab selection and active background styling) plus a `visible` boolean widget property for conditional rendering.
|
|
7
|
+
- Updated Python LiveKit integration dependencies to include `livekit==1.0.20`.
|
|
8
|
+
|
|
1
9
|
## [0.14.0]
|
|
2
10
|
- Breaking change: toolkit extension hooks were simplified to a synchronous `get_toolkit_builders()` API and tool selection now uses per-toolkit configuration objects (not just tool names)
|
|
3
11
|
- `LLMTaskRunner` now supports per-client and per-room rules, plus dynamically injected required toolkits at call time
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-mcp
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.16.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.16.0
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.16.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-mcp
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.16.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.16.0
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.14.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
|