Skip to main content
Glama
pyproject.toml960 B
[project] name = "ctrltest-mcp" version = "0.1.0" description = "Control-system analysis helpers for MCP services" authors = [{ name = "CtrlTest MCP Maintainers" }] readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.11" dependencies = [ "mcp>=1.20", "fastapi>=0.121,<1.0", "pydantic>=2.11", "numpy>=2.3", "control>=0.10", ] [project.optional-dependencies] dev = [ "pytest>=8.4", "ruff>=0.14", "httpx>=0.28", ] [project.urls] Homepage = "https://github.com/Three-Little-Birds/ctrltest-mcp" Repository = "https://github.com/Three-Little-Birds/ctrltest-mcp" [project.scripts] ctrltest-mcp = "ctrltest_mcp.__main__:main" [build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools] package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"] [tool.ruff] line-length = 100 [tool.pytest.ini_options] pythonpath = ["src"] addopts = "-q"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yevheniikravchuk/ctrltest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server