gemini-cli-extensions/oracledb
v0.2.6Apache-2.0
Connect, query, and interact with Oracle Databases and their data.
Changelog
0.2.6 (2026-07-27)
Features
- arcadedb: Add arcadedb source and tools (mcp-toolbox#2961) (351de00) (ed67b14)
- cmd/internal,docs: Add warning log that prebuilt tools are for developer use (mcp-toolbox#3451) (8cffcef) (ed67b14)
- Add
quotaProjectsupport for BigQuery and Looker conversational analytics (mcp-toolbox#2610) (f3e7ca9) (ed67b14)
Bug Fixes
- parameters: Report the offending value in array/map type errors (mcp-toolbox#3512) (4034d6f) (ed67b14)
- parameters: Return an error instead of panicking on a non-string type field (mcp-toolbox#3516) (66a0d53) (ed67b14)
0.2.5 (2026-07-02)
Features
0.2.4 (2026-07-02)
Features
- auth/google: Require audience or clientId for mcpEnabled (mcp-toolbox#3450) (59f7b6e) (d5a2625)
- mcp: Add URL parameter binding for HTTP transport (mcp-toolbox#3112) (0cc7b37) (d5a2625)
- scylladb: Adding support for ScyllaDB source and tool (mcp-toolbox#3119) (2dada83) (d5a2625)
- server: Add support for toolset filtering in prebuilt CLI flag (mcp-toolbox#3245) (7cc4f65) (d5a2625)
- skills: Generate skills offline without live source connections (mcp-toolbox#3388) (4c860b6) (d5a2625)
- skills: Tolerate missing env vars during offline skills-generate (mcp-toolbox#3399) (ea5d3e5) (d5a2625)
- tools: Decouple tool initialization from sources (mcp-toolbox#3355) (32a24e3) (d5a2625)
- Enable per source level flags for sql commenter (mcp-toolbox#3465) (ecce6b7) (d5a2625)
Bug Fixes
- auth/dataplex: Fix failing source with service account credentials (mcp-toolbox#3369) (ba4deef) (d5a2625)
- bigquery: Wire maximumBytesBilled into prebuilt config (mcp-toolbox#3385) (4abbf6e) (d5a2625)
- config: Add doc/line context to parse errors (mcp-toolbox#2957) (4b097da) (d5a2625)
- npm: Source binary version from cmd/version.txt (mcp-toolbox#3417) (6ffbdec) (d5a2625)
- prebuilt/alloydb-omni: Require password env var explicitly (mcp-toolbox#3398) (fcbe3e7) (d5a2625)
- server: Fail if MCP auth is enabled together with enable-api (mcp-toolbox#3435) (a6ff910) (d5a2625)
- server: Return errors instead of panicking in InitializeConfigs (mcp-toolbox#3397) (f48b01d) (d5a2625)
- Bound MCP HTTP body size (mcp-toolbox#3216) (d4f4342) (d5a2625)
- Escape delimiter characters in applyEscape to prevent SQL injection (932519a) (d5a2625)
0.2.3 (2026-06-17)
Features
- ci: Add support for windows/arm64 binary distribution (mcp-toolbox#3231) (10abf3b) (8a6d74a)
- datalineage: Add Data Lineage integration (mcp-toolbox#3285) (19353c3) (8a6d74a)
- server: Ignore unknown tools at startup with
--ignore-unknown-toolsflag (mcp-toolbox#3353) (5f0304f) (8a6d74a)
Bug Fixes
- auth: Separate Google and Generic MCP OAuth verification (mcp-toolbox#3341) (dfd66ee) (8a6d74a)
- auth/generic: Enforce issuer presence in opaque token validation (mcp-toolbox#3360) (1d8df0d) (8a6d74a)
- mcp: Support annotations and metadata within Tools to earlier MCP schemas (mcp-toolbox#3300) (9a88c72) (8a6d74a)
- oracle: Remove trailing semicolons from prebuilt tools (mcp-toolbox#3215) (fcad02d) (8a6d74a)
- server: Return null id for batch request rejection (mcp-toolbox#3333) (0b18d58) (8a6d74a)
- server/auth: Centralize tool scopes validation (mcp-toolbox#3335) (adce4ab) (8a6d74a)
- telemetry: Allow GCP project override (mcp-toolbox#2960) (3c83ba5) (8a6d74a)
0.2.2 (2026-06-17)
Features
0.2.1 (2026-05-11)
Features
- Add support for HTTPS/TLS listener (mcp-toolbox#3126) (8bc385d) (c18a28b)
Bug Fixes
- mcp: Implement router-level logger injection for MCP auth (mcp-toolbox#3067) (ccc7cf5) (c18a28b)
- Allow converting string literal block with list (mcp-toolbox#3050) (36ab2a9), closes mcp-toolbox#3023 (c18a28b)
- Prevent test.db from being created during unit tests (mcp-toolbox#3042) (d10d2ca) (c18a28b)
- Remove hardcoded * allowed origin for sse (mcp-toolbox#3054) (c4c7bd9) (c18a28b)
0.2.0 (2026-04-17)
⚠ BREAKING CHANGES
- add support for skills (#30)
Features
- skill: Attach user agent metadata for generated skill (mcp-toolbox#2697) (9598a6a) (85518a0)
- skill: Update skill generation logic (mcp-toolbox#2646) (c233eee) (85518a0)
- skills: Add Claude Code support to generated scripts (mcp-toolbox#2966) (a1609e1) (85518a0)
- skills: Add codex user agent (mcp-toolbox#2973) (070e939) (85518a0)
- skills: Tool invocation via npx (mcp-toolbox#2916) (377dc5b) (85518a0)
- source/oracledb: Add Oracle DB for MCP tools and configurations, updated tools and documentation (mcp-toolbox#2625) (e350fc7) (85518a0)
- add claude code plugin config (#32) (97fa626)
- add codex plugin config (#33) (21485e2)
Bug Fixes
- oracle: Enable DML operations and resolve incorrect array type error (mcp-toolbox#2323) (72146a4) (c66ad3c)
- oracle: Normalize encoded proxy usernames in go-ora DSN (mcp-toolbox#2469) (b1333cd) (85518a0)
- oracle: Update oracle-execute-sql tool interface to match source signature (mcp-toolbox#2627) (81699a3) (85518a0)
- skill: Fix env variable propagation (mcp-toolbox#2645) (5271368) (85518a0)
- skills: Fix integer parameter parsing through agent skills (mcp-toolbox#2847) (4564efe) (85518a0)
- skills: Fix skill generation template (mcp-toolbox#2914) (a01a15e) (85518a0)
- skills: Prevent empty strings overriding optional env vars in node scripts (mcp-toolbox#2963) (c52adeb) (85518a0)