Skip to content

Releases: e0ipso/drupal-bridge-mcp

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Nov 17:29

2.1.2 (2025-11-05)

Bug Fixes

  • update remaining --no-auth references in help text and docs (e26ac75)

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Nov 17:10

2.1.1 (2025-11-04)

Bug Fixes

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Nov 16:42

2.1.0 (2025-11-04)

Features

  • add CLI help and version display utilities (661f73c)
  • implement CLI argument parser module (7ec61af)
  • implement configuration manager with CLI argument precedence (b64b98c)
  • integrate CLI parser into server entry point (272b55a)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Nov 14:36

2.0.0 (2025-11-04)

Features

  • complete per-tool URL migration - config, docs, and tests (d0041c9), closes #3
  • implement per-tool URL construction for MCP tool invocation (09ec04f), closes #3

BREAKING CHANGES

  • This completes the migration from centralized endpoint
  • Tools now invoke at /mcp/tools/{tool_name} instead
    of centralized /jsonrpc or /mcp/tools/invoke endpoints.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 29 Oct 10:38

1.11.1 (2025-10-29)

Bug Fixes

  • migrate to resource server OAuth pattern and standard JSON-RPC endpoint (#5) (879d7a1)

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 22 Oct 08:53

1.11.0 (2025-10-22)

Bug Fixes

Features

  • add software identification to OAuth metadata (cde9eb6)

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 21 Oct 19:27

1.10.0 (2025-10-21)

Features

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 21 Oct 19:25

1.9.0 (2025-10-21)

Features

  • OAuth resource server architecture and scope-aware tool discovery (#3) (e26f4bb)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 14 Oct 05:37

1.8.0 (2025-10-14)

Features

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Oct 20:54

1.7.0 (2025-10-09)

Features

  • add an auth_login tool that can manage device_code authorization flow end-to-end. (42ffada)