Skip to content

Releases: box-community/mcp-server-box

v0.7.0

02 Dec 21:27

Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

v0.6.0

13 Nov 21:39

Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.6.0

v0.5.2

06 Nov 14:21
f5a4f5a

Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

v0.5.1

04 Nov 19:00

Choose a tag to compare

Fix bug in date time to text

v0.5.0

03 Nov 22:58
cfa7368

Choose a tag to compare

What's Changed

Release Overview

This PR significantly enhances the MCP server's authentication capabilities by introducing flexible, multi-layered authentication configuration supporting both MCP client-to-server and server-to-Box API authentication scenarios. The changes enable support for OAuth 2.1 with partial Dynamic Client Registration, multiple Box authentication methods (OAuth, CCG, JWT), and various MCP authentication types (OAuth, token-based, none).

Key Changes:

  • Introduced dual authentication model with --mcp-auth-type (client-to-server) and --box-auth-type (server-to-Box API) parameters
  • Added OAuth 2.1 discovery endpoints and partial Dynamic Client Registration for MCP OAuth flow
  • Refactored configuration system with structured AppConfig containing separate configs for server, Box API, MCP auth, and logging
  • Enhanced middleware to support multiple authentication types using pure ASGI for streaming compatibility
  • Added comprehensive authentication documentation covering all configuration scenarios

Full Changelog: 0.4.0...0.5.0

v 0.4.0

22 Oct 21:12
f7f5b3d

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

v0.3.0

01 Oct 21:39
9b1a5d2

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

v0.2.0

30 Sep 20:44
16c3031

Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.2.0

v0.1.4

25 Sep 19:28
85d131e

Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

v0.1.3

18 Sep 20:40

Choose a tag to compare

Implementing Groups tools

Full Changelog: 0.1.2...0.1.3