Skip to main content
Glama
dmarsters

Quantum ZX-Calculus MCP Server

by dmarsters
pyproject.toml899 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "quantum-zx-calculus-mcp" version = "0.1.0" description = "Quantum ZX-Calculus MCP Server - Convert quantum circuits to ZX-diagrams using categorical quantum mechanics" readme = "README.md" requires-python = ">=3.10" authors = [ {name = "Lushy", email = "info@lushy.ai"} ] license = {text = "MIT"} dependencies = [ "fastmcp>=0.3.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0", "pytest-asyncio>=0.21.0", "black>=23.0", "ruff>=0.1.0", ] [project.scripts] quantum-zx = "quantum_zx.cli:main" [tool.hatch.build.targets.wheel] packages = ["src/quantum_zx"] [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] asyncio_mode = "auto" [tool.black] line-length = 100 target-version = ['py310'] [tool.ruff] line-length = 100 target-version = "py310"

Latest Blog Posts

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/dmarsters/quantum-zx-calculus-mcp'

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