uxarray-mcp 0.2.0__tar.gz → 0.2.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.
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/PKG-INFO +3 -2
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/pyproject.toml +3 -2
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/pyproject.toml.orig +4 -2
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/__init__.py +1 -1
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/LICENSE +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/README.md +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/__main__.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/app.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/cli.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/domain/__init__.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/domain/area.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/domain/mesh.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/domain/plotting.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/domain/variable.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/domain/vector_calc.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/domain/zonal.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/provenance.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/py.typed +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/registry.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/remote/__init__.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/remote/agent.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/remote/compute_functions.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/remote/config.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/remote/health.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/state.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/__init__.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/advanced.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/capabilities.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/catalog.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/execution_control.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/frontdoor.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/inspection.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/orchestration.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/plotting.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/remote_tools.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/scientific_agent.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/stateful.py +0 -0
- {uxarray_mcp-0.2.0 → uxarray_mcp-0.2.1}/src/uxarray_mcp/tools/vector_calc.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: uxarray-mcp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: MCP server for analyzing unstructured meshes with UXarray
|
|
5
5
|
Keywords: uxarray,mcp,unstructured grids,scientific computing,globus compute
|
|
6
6
|
Author: Rajeev Jain, Dayan Abdulla
|
|
@@ -215,10 +215,11 @@ Classifier: Programming Language :: Python :: 3
|
|
|
215
215
|
Classifier: Programming Language :: Python :: 3.12
|
|
216
216
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
217
217
|
Requires-Dist: toolregistry-server[mcp]>=0.4.0
|
|
218
|
+
Requires-Dist: mcp>=1.20,<2
|
|
218
219
|
Requires-Dist: holoviews>=1.19.0
|
|
219
220
|
Requires-Dist: matplotlib>=3.9.0
|
|
220
221
|
Requires-Dist: pyyaml>=6.0
|
|
221
|
-
Requires-Dist: uxarray>=2026.
|
|
222
|
+
Requires-Dist: uxarray>=2026.7.0
|
|
222
223
|
Requires-Dist: sphinx>=7.0 ; extra == 'docs'
|
|
223
224
|
Requires-Dist: sphinx-book-theme>=1.1.0 ; extra == 'docs'
|
|
224
225
|
Requires-Dist: myst-parser>=3.0 ; extra == 'docs'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uxarray-mcp"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.1"
|
|
4
4
|
description = "MCP server for analyzing unstructured meshes with UXarray"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
keywords = [
|
|
@@ -22,10 +22,11 @@ classifiers = [
|
|
|
22
22
|
requires-python = ">=3.12,<3.13"
|
|
23
23
|
dependencies = [
|
|
24
24
|
"toolregistry-server[mcp]>=0.4.0",
|
|
25
|
+
"mcp>=1.20,<2",
|
|
25
26
|
"holoviews>=1.19.0",
|
|
26
27
|
"matplotlib>=3.9.0",
|
|
27
28
|
"pyyaml>=6.0",
|
|
28
|
-
"uxarray>=2026.
|
|
29
|
+
"uxarray>=2026.7.0",
|
|
29
30
|
]
|
|
30
31
|
|
|
31
32
|
[[project.authors]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uxarray-mcp"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.1"
|
|
4
4
|
description = "MCP server for analyzing unstructured meshes with UXarray"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
keywords = ["uxarray", "mcp", "unstructured grids", "scientific computing", "globus compute"]
|
|
@@ -26,10 +26,12 @@ license = { file = "LICENSE" }
|
|
|
26
26
|
requires-python = ">=3.12,<3.13"
|
|
27
27
|
dependencies = [
|
|
28
28
|
"toolregistry-server[mcp]>=0.4.0",
|
|
29
|
+
# toolregistry-server 0.4.x imports McpError, renamed to MCPError in mcp 2.
|
|
30
|
+
"mcp>=1.20,<2",
|
|
29
31
|
"holoviews>=1.19.0",
|
|
30
32
|
"matplotlib>=3.9.0",
|
|
31
33
|
"pyyaml>=6.0",
|
|
32
|
-
"uxarray>=2026.
|
|
34
|
+
"uxarray>=2026.7.0",
|
|
33
35
|
]
|
|
34
36
|
|
|
35
37
|
[project.optional-dependencies]
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|