Metadata-Version: 2.5
Name: softqcos-mcp
Version: 3.8.0
Summary: QCOS MCP Server — 86 typed quantum computing tools for AI agents via Model Context Protocol
Author-email: SoftQuantus innovative OÜ <support@softquantus.com>
Maintainer-email: SoftQuantus innovative OÜ <support@softquantus.com>
License: Proprietary — SoftQuantus innovative OÜ
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: mcp<2.0.0,>=1.5.0
Requires-Dist: softqcos-sdk>=3.6.0
Requires-Dist: starlette>=0.37
Requires-Dist: uvicorn>=0.30
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

# SoftQCOS MCP

The official QCOS Model Context Protocol server exposes the canonical QCOS
Runtime contract to authenticated MCP clients through Streamable HTTP.

It includes `qcos_get_v1_runtime_jobs_job_id_execution_evidence`, which
retrieves the immutable Runtime execution-evidence bundle.

Production configuration is supplied through Azure Key Vault. Do not place API
keys, bearer tokens, or provider credentials in this repository.

Production delivery is Azure-native. Build the immutable, source-protected
image with `ops/deploy/azure/pipelines/build.sh --mcp`, validate the image gate,
then promote it with `ops/deploy/azure/pipelines/deploy.sh --mcp`. GitHub Actions
does not hold Azure credentials or deploy this service.
