Skip to content

Releases: gobenpark/metabase-mcp

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 10 Mar 07:55

Changelog

  • 025042d chore: bump npm package version to 0.1.7
  • 5ea4f71 feat: add type parameter to create_card and update_card
  • eb7b47d fix(ci): npm version에 --allow-same-version 플래그 추가
  • 8442ed6 fix(npm): package.json version 필드 뒤 쉼표 누락 수정

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 08 Mar 09:00

Changelog

  • 417bcb9 chore: bump npm package version to 0.1.6
  • 155c080 fix: normalize visualization_settings column names to lowercase

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 08 Mar 08:51

Changelog

  • e6e4b38 feat: add archive_card tool for soft-deleting saved questions

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 08 Mar 07:32

Changelog

  • a37205d chore: fix repository url in npm package.json
  • c8e1772 feat: add visualization_settings to create_card and update_card

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 06 Mar 00:25

Changelog

  • dfe7cfd fix: add parameter_mappings to add_card_to_dashboard, remove invalid jsonschema tags

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 05 Mar 07:36

Changelog

  • 0ed3e69 feat: add get_card and update_card tools

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Mar 06:14

Changelog

  • c61ef0f Detect grid width from card positions instead of hardcoding
  • 1a04eb4 Fix dashboard grid to 24 columns and show grid info
  • e15dce5 Show grid size in get_dashboard output
  • b66951a Use fixed 24-column grid for latest Metabase
  • 93a8812 feat: add create_card and update_card_display tools

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Mar 06:02

Changelog

  • 93cad38 Add claude mcp add CLI commands to README
  • a381c08 Add npm wrapper for npx support
  • 08ad63d Add npx installation method to README
  • aece876 Add update_dashboard_cards tool for card layout changes
  • 38e731a Bump npm version to 0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 05:37

Changelog

  • 69a525c Initial release: Metabase MCP server in Go