0.3.2 (2026-07-10)
Features
- auth: Implement MCP auth tool-level scopes validation (mcp-toolbox#3049) (c528985) (49be417)
- auth/google: Require audience or clientId for mcpEnabled (mcp-toolbox#3450) (59f7b6e) (49be417)
- ci: Add support for windows/arm64 binary distribution (mcp-toolbox#3231) (10abf3b) (49be417)
- datalineage: Add Data Lineage integration (mcp-toolbox#3285) (19353c3) (49be417)
- looker: Propagate client IP from incoming MCP requests to downstream SDK calls (mcp-toolbox#3253) (75da6c2) (49be417)
- mcp: Add URL parameter binding for HTTP transport (mcp-toolbox#3112) (0cc7b37) (49be417)
- release: Add digital signature to Toolbox binaries (mcp-toolbox#3528) (3f0f0af) (49be417)
- scylladb: Adding support for ScyllaDB source and tool (mcp-toolbox#3119) (2dada83) (49be417)
- server: Add support for toolset filtering in prebuilt CLI flag (mcp-toolbox#3245) (7cc4f65) (49be417)
- server: Ignore unknown tools at startup with
--ignore-unknown-toolsflag (mcp-toolbox#3353) (5f0304f) (49be417) - skills: Generate skills offline without live source connections (mcp-toolbox#3388) (4c860b6) (49be417)
- skills: Tolerate missing env vars during offline skills-generate (mcp-toolbox#3399) (ea5d3e5) (49be417)
- tools: Decouple tool initialization from sources (mcp-toolbox#3355) (32a24e3) (49be417)
- tools/spanner-search-catalog: Implement search_catalog tool (mcp-toolbox#3140) (defc086) (49be417)
- Enable per source level flags for sql commenter (mcp-toolbox#3465) (ecce6b7) (49be417)
- Setup SQLCommenter and allow client metadata (mcp-toolbox#3064) (9f1f9b3) (49be417)
- Support MCP 2026 draft specs (mcp-toolbox#3544) (d12eaa8) (49be417)
Bug Fixes
- auth: Separate Google and Generic MCP OAuth verification (mcp-toolbox#3341) (dfd66ee) (49be417)
- auth/dataplex: Fix failing source with service account credentials (mcp-toolbox#3369) (ba4deef) (49be417)
- auth/generic: Enforce issuer presence in opaque token validation (mcp-toolbox#3360) (1d8df0d) (49be417)
- auth/generic: Fix generic auth expiration field and integration with
authRequired(mcp-toolbox#3251) (f4d16c0) (49be417) - bigquery: Wire maximumBytesBilled into prebuilt config (mcp-toolbox#3385) (4abbf6e) (49be417)
- config: Add doc/line context to parse errors (mcp-toolbox#2957) (4b097da) (49be417)
- mcp: Support annotations and metadata within Tools to earlier MCP schemas (mcp-toolbox#3300) (9a88c72) (49be417)
- npm: Source binary version from cmd/version.txt (mcp-toolbox#3417) (6ffbdec) (49be417)
- oracle: Remove trailing semicolons from prebuilt tools (mcp-toolbox#3215) (fcad02d) (49be417)
- prebuilt/alloydb-omni: Require password env var explicitly (mcp-toolbox#3398) (fcbe3e7) (49be417)
- server: Fail if MCP auth is enabled together with enable-api (mcp-toolbox#3435) (a6ff910) (49be417)
- server: Return errors instead of panicking in InitializeConfigs (mcp-toolbox#3397) (f48b01d) (49be417)
- server: Return null id for batch request rejection (mcp-toolbox#3333) (0b18d58) (49be417)
- server/auth: Centralize tool scopes validation (mcp-toolbox#3335) (adce4ab) (49be417)
- telemetry: Allow GCP project override (mcp-toolbox#2960) (3c83ba5) (49be417)
- tool/spanner-sql,tool/spanner-execute-sql: Use read-only annotations when readOnly is set (mcp-toolbox#3338) (8bde0ec) (49be417)
- tools: Initialize query result slices to empty array (mcp-toolbox#3250) (60ddf48) (49be417)
- Bound MCP HTTP body size (mcp-toolbox#3216) (d4f4342) (49be417)
- Escape delimiter characters in applyEscape to prevent SQL injection (mcp-toolbox#2811) (932519a) (49be417)