tool-compass 2.2.0__tar.gz → 2.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tool_compass-2.2.0 → tool_compass-2.2.1}/CHANGELOG.md +10 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/PKG-INFO +1 -1
- {tool_compass-2.2.0 → tool_compass-2.2.1}/cli.py +11 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/pyproject.toml +1 -1
- {tool_compass-2.2.0 → tool_compass-2.2.1}/.dockerignore +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/.env.example +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/dependabot.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/workflows/ci.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/workflows/publish.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/.gitignore +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/AUDIT_REPORT.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/CODE_OF_CONDUCT.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/CONTRIBUTING.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/Dockerfile +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/LICENSE +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/Makefile +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/README.es.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/README.fr.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/README.hi.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/README.it.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/README.ja.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/README.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/README.pt-BR.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/README.zh.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/SCORECARD.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/SECURITY.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/SHIP_GATE.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/_version.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/analytics.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/assets/logo.png +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/backend_client_mcp.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/backend_client_simple.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/bootstrap.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/chain_indexer.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/compass_config.example.json +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/config.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/docker-compose.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/docs/assets/social-preview.png +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/docs/assets/social-preview.svg +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/docs/assets/tool-compass-logo-dark-bg.jpg +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/docs/index.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/embedder.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/fly.toml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/gateway.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/indexer.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/llms.txt +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/logo.png +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/requirements-dev.txt +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/requirements.txt +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/scripts/check-org-urls.sh +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/astro.config.mjs +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/package-lock.json +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/package.json +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/architecture.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/beginners.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/configuration.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/getting-started.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/index.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/operations.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/tools.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content.config.ts +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/pages/index.astro +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/site-config.ts +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/styles/global.css +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/styles/starlight-custom.css +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/site/tsconfig.json +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/sync_manager.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/tool_manifest.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.1}/ui.py +0 -0
|
@@ -5,6 +5,16 @@ All notable changes to Tool Compass will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.2.1] - 2026-04-23
|
|
9
|
+
|
|
10
|
+
Patch release. Fixes the v2.2.0 release-smoke defect.
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- `tool-compass --version` now prints the version and exits. v2.2.0's new
|
|
14
|
+
CLI subcommand shell (MCC-FT-001) forgot to wire `--version` on the root
|
|
15
|
+
parser, so the publish-time release-smoke check failed even though the
|
|
16
|
+
artifacts themselves were valid. Purely a CLI ergonomics fix.
|
|
17
|
+
|
|
8
18
|
## [2.2.0] - 2026-04-23
|
|
9
19
|
|
|
10
20
|
Dogfood swarm release: Stage A bug/security health pass + Stage B/C humanization
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tool-compass
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Semantic MCP tool discovery gateway - find tools by intent, not memory
|
|
5
5
|
Project-URL: Homepage, https://github.com/mcp-tool-shop-org/tool-compass
|
|
6
6
|
Project-URL: Documentation, https://github.com/mcp-tool-shop-org/tool-compass#readme
|
|
@@ -31,6 +31,17 @@ def _build_parser() -> argparse.ArgumentParser:
|
|
|
31
31
|
prog="tool-compass",
|
|
32
32
|
description="Semantic MCP tool discovery gateway",
|
|
33
33
|
)
|
|
34
|
+
# --version lives on the root parser (not a subcommand) so release-smoke
|
|
35
|
+
# and `tool-compass --version` work out of the box.
|
|
36
|
+
try:
|
|
37
|
+
from _version import __version__ as _tc_version
|
|
38
|
+
except ImportError: # pragma: no cover — defensive fallback
|
|
39
|
+
_tc_version = "unknown"
|
|
40
|
+
parser.add_argument(
|
|
41
|
+
"--version",
|
|
42
|
+
action="version",
|
|
43
|
+
version=f"tool-compass {_tc_version}",
|
|
44
|
+
)
|
|
34
45
|
sub = parser.add_subparsers(dest="command", metavar="COMMAND")
|
|
35
46
|
|
|
36
47
|
# doctor — environment snapshot (delegates to config.doctor()).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|