tool-compass 2.2.0__tar.gz → 2.2.2__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.2}/CHANGELOG.md +23 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/Dockerfile +11 -4
- {tool_compass-2.2.0 → tool_compass-2.2.2}/PKG-INFO +1 -1
- {tool_compass-2.2.0 → tool_compass-2.2.2}/cli.py +11 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/pyproject.toml +1 -1
- {tool_compass-2.2.0 → tool_compass-2.2.2}/.dockerignore +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/.env.example +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/dependabot.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/workflows/ci.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/workflows/publish.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/.gitignore +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/AUDIT_REPORT.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/CODE_OF_CONDUCT.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/CONTRIBUTING.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/LICENSE +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/Makefile +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/README.es.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/README.fr.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/README.hi.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/README.it.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/README.ja.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/README.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/README.pt-BR.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/README.zh.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/SCORECARD.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/SECURITY.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/SHIP_GATE.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/_version.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/analytics.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/assets/logo.png +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/backend_client_mcp.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/backend_client_simple.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/bootstrap.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/chain_indexer.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/compass_config.example.json +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/config.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/docker-compose.yml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/docs/assets/social-preview.png +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/docs/assets/social-preview.svg +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/docs/assets/tool-compass-logo-dark-bg.jpg +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/docs/index.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/embedder.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/fly.toml +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/gateway.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/indexer.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/llms.txt +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/logo.png +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/requirements-dev.txt +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/requirements.txt +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/scripts/check-org-urls.sh +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/astro.config.mjs +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/package-lock.json +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/package.json +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/architecture.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/beginners.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/configuration.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/getting-started.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/index.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/operations.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/tools.md +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content.config.ts +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/pages/index.astro +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/site-config.ts +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/styles/global.css +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/styles/starlight-custom.css +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/site/tsconfig.json +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/sync_manager.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/tool_manifest.py +0 -0
- {tool_compass-2.2.0 → tool_compass-2.2.2}/ui.py +0 -0
|
@@ -5,6 +5,29 @@ 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.2] - 2026-04-23
|
|
9
|
+
|
|
10
|
+
Patch release. Fixes the Docker image so the `tool-compass` console script
|
|
11
|
+
is actually installed inside the container (was missing in v2.2.0/v2.2.1).
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- Docker image now runs `pip install --no-deps .` during build, so
|
|
15
|
+
`docker run ghcr.io/mcp-tool-shop-org/tool-compass:2.2.2 tool-compass --version`
|
|
16
|
+
(or any subcommand) works out of the box. v2.2.0/v2.2.1 images only
|
|
17
|
+
shipped the source tree; the console script was never registered on
|
|
18
|
+
PATH.
|
|
19
|
+
- Dockerfile `LABEL version` bumped 2.0.7 → 2.2.2.
|
|
20
|
+
|
|
21
|
+
## [2.2.1] - 2026-04-23
|
|
22
|
+
|
|
23
|
+
Patch release. Fixes the v2.2.0 release-smoke defect.
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
- `tool-compass --version` now prints the version and exits. v2.2.0's new
|
|
27
|
+
CLI subcommand shell (MCC-FT-001) forgot to wire `--version` on the root
|
|
28
|
+
parser, so the publish-time release-smoke check failed even though the
|
|
29
|
+
artifacts themselves were valid. Purely a CLI ergonomics fix.
|
|
30
|
+
|
|
8
31
|
## [2.2.0] - 2026-04-23
|
|
9
32
|
|
|
10
33
|
Dogfood swarm release: Stage A bug/security health pass + Stage B/C humanization
|
|
@@ -15,13 +15,20 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
|
15
15
|
|
|
16
16
|
# Copy requirements first for layer caching
|
|
17
17
|
COPY requirements.txt .
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
COPY pyproject.toml README.md LICENSE ./
|
|
19
|
+
COPY cli.py gateway.py ui.py indexer.py embedder.py chain_indexer.py \
|
|
20
|
+
analytics.py config.py sync_manager.py tool_manifest.py \
|
|
21
|
+
bootstrap.py backend_client_simple.py backend_client_mcp.py \
|
|
22
|
+
_version.py llms.txt compass_config.example.json ./
|
|
23
|
+
|
|
24
|
+
# Create virtualenv, install deps, and install the package itself so
|
|
25
|
+
# the `tool-compass` console script ends up on PATH (ships with the image).
|
|
20
26
|
RUN python -m venv /opt/venv
|
|
21
27
|
ENV PATH="/opt/venv/bin:$PATH"
|
|
22
28
|
RUN pip install --no-cache-dir --upgrade pip && \
|
|
23
29
|
pip install --no-cache-dir -r requirements.txt && \
|
|
24
|
-
pip install --no-cache-dir uvicorn
|
|
30
|
+
pip install --no-cache-dir uvicorn && \
|
|
31
|
+
pip install --no-cache-dir --no-deps .
|
|
25
32
|
|
|
26
33
|
# =============================================================================
|
|
27
34
|
# Stage 2: Production
|
|
@@ -31,7 +38,7 @@ FROM python:3.11-slim AS production
|
|
|
31
38
|
LABEL maintainer="Tool Compass <github.com/mcp-tool-shop-org/tool-compass>"
|
|
32
39
|
LABEL description="Semantic search gateway for MCP tools"
|
|
33
40
|
# Keep in sync with pyproject.toml [project] version
|
|
34
|
-
LABEL version="2.
|
|
41
|
+
LABEL version="2.2.2"
|
|
35
42
|
|
|
36
43
|
# Security: Run as non-root user
|
|
37
44
|
RUN groupadd -r compass && useradd -r -g compass compass
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tool-compass
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.2
|
|
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
|