Skip to content

Releases: characat0/databricks-mcp-server

Release v0.0.10

Choose a tag to compare

@github-actions github-actions released this 06 May 16:47
e88e4f4

Release v0.0.10 of databricks-mcp-server

Changelog

  • Bump version to 0.0.10 in Dockerfile and version.go (e88e4f4)
  • Improve timeout error message in SQL execution for better clarity (7316ca5)
  • Add warehouse_id parameter to SQL execution for improved flexibility (b42b295)

Release v0.0.9

Choose a tag to compare

@github-actions github-actions released this 24 Apr 01:36
51e6ccf

Release v0.0.9 of databricks-mcp-server

Changelog

  • Bump version to 0.0.9 in Dockerfile and version.go (51e6ccf)
  • Refactor Databricks operation functions for consistency and clarity (454244c)
  • Refactor SQL execution and retrieval functions for improved error handling and response structure (60d1955)
  • Enhance ListTables to support max_results parameter and return total count with truncation info (6580230)
  • Enhance ListTables to support max_results parameter and return total count with truncation info (7c37031)
  • Add support for omitting table properties and column details in ListTables (a31a75d)
  • Update README.md to reflect correct GitHub username in Releases link (7b38ca4)
  • Update smithery.yaml to include Dockerfile for build configuration (80118f8)
  • Add smithery.yaml for MCP server start command configuration (9e9bd22)
  • Add Dockerfile for multi-stage build of Databricks MCP Server (ed536f1)

Release v0.0.8

Choose a tag to compare

@github-actions github-actions released this 21 Apr 21:31
b620b62

Release v0.0.8 of databricks-mcp-server

Changelog

  • Bump version to 0.0.8 (b620b62)
  • Remove metadata field from JSON response in execute_sql.go (590c509)
  • Rename module to databricks-mcp-server and add list_warehouses tool to README (0b9bc65)
  • Update README for clarity on Databricks MCP Server and SQL warehouse (816c05c)
  • Refactor release workflow and enhance README documentation. (b4a77d5)

Release v0.0.7

Choose a tag to compare

@github-actions github-actions released this 21 Apr 04:46
092baf2

Release v0.0.7 of databricks-mcp-server

Changelog

  • Bump version from 0.0.6 to 0.0.7 (092baf2)
  • Add executable permissions to binaries in npm packages to fix EACCES error (2e703e6)

Release v0.0.6

Choose a tag to compare

@github-actions github-actions released this 21 Apr 04:37
f9c735e

Release v0.0.6 of databricks-mcp-server

Changelog

  • Update application version to 0.0.6 (f9c735e)
  • Refactor os_name in release workflow to use standard OS identifiers (darwin, linux, win32) (0b6d479)

Release v0.0.5

Choose a tag to compare

@github-actions github-actions released this 21 Apr 04:28
348d402

Release v0.0.5 of databricks-mcp-server

Changelog

  • Rename project to databricks-mcp-server and update npm package structure (348d402)
  • Bump version from 0.0.4 to 0.0.5 (a06f3cd)
  • Refactor npm package structure to use bin directory (8a76d14)

Release v0.0.4

Choose a tag to compare

@github-actions github-actions released this 21 Apr 03:45
4804f40

Release v0.0.4 of databricks-mcp

Changelog

  • Update version to 0.0.4 and adjust release permissions (4804f40)

Release v0.0.2

Choose a tag to compare

@github-actions github-actions released this 21 Apr 01:35
e6061fc

Release v0.0.2 of databricks-mcp

Changelog

  • Update .gitignore to include new binary name and bump version to v0.0.2 (e6061fc)
  • Update README.md (61b2679)

Release v0.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Apr 18:19
0b70e11

Release v0.0.1 of databricks-mcp

Changelog

  • Refactor variable naming in execute_sql.go for clarity (0b70e11)
  • Update dependencies and enhance SQL execution with warehouse metadata (d05af1c)
  • Remove binary file and clean up code (9bcf36a)
  • Refactor tool signatures to use ToolHandlerFunc (ddefd3e)
  • Refactor tool names and descriptions for clarity and consistency (3b48481)
  • Update release workflow to handle first release scenario properly (b495db4)
  • Rename project to "databricks-mcp" for consistency. (47ace86)
  • Refactor code by splitting tools into separate files and add row_limit parameter to execute_sql_statement (85c1fde)
  • Simplify README by removing outdated sections. (50ab5a1)
  • Update README to link to Databricks unified auth and update Go version to 1.24 (351efb5)
  • Add automatic changelog generation to release workflow (32d67f8)
  • Optimize binary size by adding build flags and UPX compression (438d795)
  • Update version to 1.1.3 (7e92ef9)
  • Update release workflow to use actions/create-release and actions/upload-release-asset (7961fbe)
  • Update version to 1.1.2 (617fa74)
  • Update version to 1.1.1 to match the new tag (2cb4862)
  • Fix GitHub Actions release workflow: add GITHUB_TOKEN, update Go version, fix artifact paths (1809b04)
  • Update deprecated GitHub Actions to latest versions (v3 to v4) (9069e5d)
  • Remove .idea folder from git tracking (25846b7)
  • Add .gitignore file for Go project (2dc0c40)
  • Add GitHub Actions workflow for CI/CD, versioning support, and documentation (36d6ff0)
  • Code cleanup and improvements (6f912f4)
  • Add initial Go module files with dependencies (2e51202)
  • Remove DatabricksMCP implementation and related files. (d36caf5)
  • Add Databricks client, tests, and configuration setup (80369f2)
  • Add .gitignore with common OS, IDE, and Go file exclusions (929cccb)