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.
Files changed (71) hide show
  1. {tool_compass-2.2.0 → tool_compass-2.2.2}/CHANGELOG.md +23 -0
  2. {tool_compass-2.2.0 → tool_compass-2.2.2}/Dockerfile +11 -4
  3. {tool_compass-2.2.0 → tool_compass-2.2.2}/PKG-INFO +1 -1
  4. {tool_compass-2.2.0 → tool_compass-2.2.2}/cli.py +11 -0
  5. {tool_compass-2.2.0 → tool_compass-2.2.2}/pyproject.toml +1 -1
  6. {tool_compass-2.2.0 → tool_compass-2.2.2}/.dockerignore +0 -0
  7. {tool_compass-2.2.0 → tool_compass-2.2.2}/.env.example +0 -0
  8. {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  9. {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  10. {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/dependabot.yml +0 -0
  11. {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/workflows/ci.yml +0 -0
  12. {tool_compass-2.2.0 → tool_compass-2.2.2}/.github/workflows/publish.yml +0 -0
  13. {tool_compass-2.2.0 → tool_compass-2.2.2}/.gitignore +0 -0
  14. {tool_compass-2.2.0 → tool_compass-2.2.2}/AUDIT_REPORT.md +0 -0
  15. {tool_compass-2.2.0 → tool_compass-2.2.2}/CODE_OF_CONDUCT.md +0 -0
  16. {tool_compass-2.2.0 → tool_compass-2.2.2}/CONTRIBUTING.md +0 -0
  17. {tool_compass-2.2.0 → tool_compass-2.2.2}/LICENSE +0 -0
  18. {tool_compass-2.2.0 → tool_compass-2.2.2}/Makefile +0 -0
  19. {tool_compass-2.2.0 → tool_compass-2.2.2}/README.es.md +0 -0
  20. {tool_compass-2.2.0 → tool_compass-2.2.2}/README.fr.md +0 -0
  21. {tool_compass-2.2.0 → tool_compass-2.2.2}/README.hi.md +0 -0
  22. {tool_compass-2.2.0 → tool_compass-2.2.2}/README.it.md +0 -0
  23. {tool_compass-2.2.0 → tool_compass-2.2.2}/README.ja.md +0 -0
  24. {tool_compass-2.2.0 → tool_compass-2.2.2}/README.md +0 -0
  25. {tool_compass-2.2.0 → tool_compass-2.2.2}/README.pt-BR.md +0 -0
  26. {tool_compass-2.2.0 → tool_compass-2.2.2}/README.zh.md +0 -0
  27. {tool_compass-2.2.0 → tool_compass-2.2.2}/SCORECARD.md +0 -0
  28. {tool_compass-2.2.0 → tool_compass-2.2.2}/SECURITY.md +0 -0
  29. {tool_compass-2.2.0 → tool_compass-2.2.2}/SHIP_GATE.md +0 -0
  30. {tool_compass-2.2.0 → tool_compass-2.2.2}/_version.py +0 -0
  31. {tool_compass-2.2.0 → tool_compass-2.2.2}/analytics.py +0 -0
  32. {tool_compass-2.2.0 → tool_compass-2.2.2}/assets/logo.png +0 -0
  33. {tool_compass-2.2.0 → tool_compass-2.2.2}/backend_client_mcp.py +0 -0
  34. {tool_compass-2.2.0 → tool_compass-2.2.2}/backend_client_simple.py +0 -0
  35. {tool_compass-2.2.0 → tool_compass-2.2.2}/bootstrap.py +0 -0
  36. {tool_compass-2.2.0 → tool_compass-2.2.2}/chain_indexer.py +0 -0
  37. {tool_compass-2.2.0 → tool_compass-2.2.2}/compass_config.example.json +0 -0
  38. {tool_compass-2.2.0 → tool_compass-2.2.2}/config.py +0 -0
  39. {tool_compass-2.2.0 → tool_compass-2.2.2}/docker-compose.yml +0 -0
  40. {tool_compass-2.2.0 → tool_compass-2.2.2}/docs/assets/social-preview.png +0 -0
  41. {tool_compass-2.2.0 → tool_compass-2.2.2}/docs/assets/social-preview.svg +0 -0
  42. {tool_compass-2.2.0 → tool_compass-2.2.2}/docs/assets/tool-compass-logo-dark-bg.jpg +0 -0
  43. {tool_compass-2.2.0 → tool_compass-2.2.2}/docs/index.md +0 -0
  44. {tool_compass-2.2.0 → tool_compass-2.2.2}/embedder.py +0 -0
  45. {tool_compass-2.2.0 → tool_compass-2.2.2}/fly.toml +0 -0
  46. {tool_compass-2.2.0 → tool_compass-2.2.2}/gateway.py +0 -0
  47. {tool_compass-2.2.0 → tool_compass-2.2.2}/indexer.py +0 -0
  48. {tool_compass-2.2.0 → tool_compass-2.2.2}/llms.txt +0 -0
  49. {tool_compass-2.2.0 → tool_compass-2.2.2}/logo.png +0 -0
  50. {tool_compass-2.2.0 → tool_compass-2.2.2}/requirements-dev.txt +0 -0
  51. {tool_compass-2.2.0 → tool_compass-2.2.2}/requirements.txt +0 -0
  52. {tool_compass-2.2.0 → tool_compass-2.2.2}/scripts/check-org-urls.sh +0 -0
  53. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/astro.config.mjs +0 -0
  54. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/package-lock.json +0 -0
  55. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/package.json +0 -0
  56. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/architecture.md +0 -0
  57. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/beginners.md +0 -0
  58. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/configuration.md +0 -0
  59. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/getting-started.md +0 -0
  60. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/index.md +0 -0
  61. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/operations.md +0 -0
  62. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content/docs/handbook/tools.md +0 -0
  63. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/content.config.ts +0 -0
  64. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/pages/index.astro +0 -0
  65. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/site-config.ts +0 -0
  66. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/styles/global.css +0 -0
  67. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/src/styles/starlight-custom.css +0 -0
  68. {tool_compass-2.2.0 → tool_compass-2.2.2}/site/tsconfig.json +0 -0
  69. {tool_compass-2.2.0 → tool_compass-2.2.2}/sync_manager.py +0 -0
  70. {tool_compass-2.2.0 → tool_compass-2.2.2}/tool_manifest.py +0 -0
  71. {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
- # Create virtualenv and install dependencies
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.0.7"
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.0
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()).
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tool-compass"
7
- version = "2.2.0"
7
+ version = "2.2.2"
8
8
  description = "Semantic MCP tool discovery gateway - find tools by intent, not memory"
9
9
  readme = "README.md"
10
10
  license = "MIT"
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