We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pyvista/pyvista-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•537 B
[project]
dependencies = ["mcp[cli]>=1.6.0", "pyvista[all]>=0.44.2"]
description = "Add your description here"
name = "pyvista-mcp-server"
readme = "README.md"
requires-python = ">=3.12"
version = "0.1.0"
# The following mypy configuration is intentionally relaxed for early-stage development.
# Type checking is currently deprioritized to allow for rapid prototyping.
# These settings may be revisited and tightened as the project matures.
[tool.mypy]
allow_untyped_decorators = true
ignore_errors = true
ignore_missing_imports = true