Skip to content

qa-mcp v0.1.0 (MVP prerelease)

Pre-release
Pre-release

Choose a tag to compare

@vlikhobabin vlikhobabin released this 11 Sep 12:41
· 1 commit to main since this release

qa-mcp 0.1.0 MVP prerelease — an early public release, not Stable.

The immutable v0.1.0 tag points to the new public root commit ba576b752ebe2939d4c84d53a8b1732d7b641e36 (3,131 files, no parent commits). It imports the prepared source snapshot based on original baseline b6ae33639d151e9b47bf0a1248f0be5309a72504; that baseline identifies the original source and is not an ancestor in this new repository. Product code is unchanged. The attached full source archive has the exact tagged tree bytes and executable modes. Subsequent main documentation may update README and publication-policy URLs/status; the tag and artifacts remain the exact snapshot.

Download all seven attachments into one directory and verify them with:

sha256sum -c SHA256SUMS
  • qa-mcp-b6ae336-source.tar.gz: full source snapshot (extracts to qa-mcp-b6ae336/).
  • qa_mcp-0.1.0-py3-none-any.whl: installable Python wheel.
  • qa_mcp-0.1.0.tar.gz: Python package sdist; use the full source archive for the complete repository.
  • qa-mcp-image.tar: Docker image archive.
  • qa-mcp-host-agent.exe: Windows amd64 executable, cross-built on Linux.
  • qa-mcp-windows-cross-build.zip: Windows executable and staged supporting distribution files, including LICENSE/NOTICE.
  • SHA256SUMS: SHA-256 checksums of the six artifacts, using flat filenames.

Python 3.11+ quick start from the downloaded wheel:

python3 -m venv .venv
.venv/bin/python -m pip install ./qa_mcp-0.1.0-py3-none-any.whl
.venv/bin/qa-native-mcp

qa-native-mcp defaults to stdio for an MCP client. See README, Docker/HTTP setup and Windows bridge setup for existing configuration/start instructions. Live TestClient operations need a licensed 1C platform and an explicit test target.

Load the Docker attachment locally:

docker load --input qa-mcp-image.tar
docker image inspect qa-mcp-mvp-b6ae336-20260911t105140z:local

Use this loaded tag with the documented Docker startup settings. Historical image source labels refer to the original baseline; this release is distributed at the URLs above. No image was published to GHCR and no package was published to PyPI. GitHub Actions is disabled for this initial-import repository; imported workflow source is retained.

Preparation evidence already completed: wheel/sdist build and clean installation; installed-wheel MCP initialize/list-tools (64 tools, none invoked); Docker inventory/archive checks and five-check HTTP startup smoke; public audit and provenance checks plus 23 focused public-readiness tests passed (one deselected); 415 portable Go tests passed. These are retained preparation results, not newly rerun suites. Reused build inputs were checked against the final snapshot.

Known limits: no new live 1C or Windows-native qualification for this release, and no claim of full BDD or security qualification. The Windows executable passed PE/amd64/GUI and capability-marker inspection; it is an unstamped Linux cross-build (-buildvcs=false), not a successfully verified helper bundle. The existing Git-dependent Windows build helper fails in a Git-free source extraction. This disclosed limitation does not change the attached artifact or its qualification. open_external_processor remains outside the declared stable standalone support surface. Apache-2.0 and NOTICE apply.