Skip to content

Releases: flaviodelgrosso/fastify-mcp-server

v0.7.2

28 Dec 22:56
1ce3346

Choose a tag to compare

Patch Changes

  • 2a80f7c: fix: use redis client instead of options to session and event stores

v0.7.1

28 Dec 19:47
bec7566

Choose a tag to compare

Patch Changes

  • ecf1780: fix: make bearer auth option required and export OAuth2AuthorizationOptions type

v0.7.0

27 Dec 18:21
30faa0f

Choose a tag to compare

Minor Changes

  • 14ed3d5: feat: add customizable transport options

v0.6.0

22 Dec 22:11

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Oct 20:51

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

03 Aug 17:37

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump eslint from 9.29.0 to 9.30.0 by @dependabot[bot] in #9
  • chore(deps-dev): bump @types/node from 24.0.3 to 24.0.7 by @dependabot[bot] in #10
  • chore(deps-dev): bump neostandard from 0.12.1 to 0.12.2 by @dependabot[bot] in #11
  • chore(deps-dev): bump @types/node from 24.0.7 to 24.0.10 by @dependabot[bot] in #12
  • chore(deps-dev): bump eslint from 9.30.0 to 9.30.1 by @dependabot[bot] in #13
  • chore(deps-dev): bump eslint from 9.30.1 to 9.31.0 by @dependabot[bot] in #14
  • chore(deps-dev): bump @types/node from 24.0.10 to 24.0.13 by @dependabot[bot] in #15
  • chore(deps-dev): bump @types/node from 24.0.13 to 24.0.15 by @dependabot[bot] in #16
  • chore(deps-dev): bump @types/node from 24.0.15 to 24.1.0 by @dependabot[bot] in #18
  • chore(deps-dev): bump eslint from 9.31.0 to 9.32.0 by @dependabot[bot] in #19
  • fix(sec): change bearer check on onRequest lifecycle instead of preHa… by @flaviodelgrosso in #20

Full Changelog: v0.4.0...v0.4.1

v0.4.0

20 Jun 17:31

Choose a tag to compare

Features

  • add support for Well-Known OAuth Metadata routes (021d566)

v0.3.0

20 Jun 00:28

Choose a tag to compare

Features

  • enhance bearer token middleware with error handling options (e22e99c)

0.2.1 (2025-06-18)

Bug Fixes

  • deps: remove unused @fastify/middie lib (9170ae7)

v0.2.1

18 Jun 16:23

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Jun 16:16

Choose a tag to compare

Features

  • added support to access token verification middleware (#5) (da7b5b2)

0.1.0 (2025-06-15)

First release