Skip to content

Releases: flaviodelgrosso/fastify-mcp-server

v0.5.0

09 Oct 20:51

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump pino-pretty from 13.0.0 to 13.1.1 by @dependabot[bot] in #21
  • chore(deps-dev): bump @fastify/cors from 11.0.1 to 11.1.0 by @dependabot[bot] in #22
  • chore(deps-dev): bump lint-staged from 16.1.2 to 16.1.4 by @dependabot[bot] in #23
  • chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #24
  • chore(deps-dev): bump eslint from 9.32.0 to 9.33.0 by @dependabot[bot] in #26
  • chore(deps-dev): bump lint-staged from 16.1.4 to 16.1.5 by @dependabot[bot] in #27
  • chore(deps-dev): bump @types/node from 24.1.0 to 24.2.1 by @dependabot[bot] in #28
  • Authrorization config refactoring and schema validations by @flaviodelgrosso in #29
  • chore(deps-dev): bump @modelcontextprotocol/sdk from 1.17.2 to 1.17.3 by @dependabot[bot] in #30
  • chore(deps-dev): bump @types/node from 24.2.1 to 24.3.0 by @dependabot[bot] in #31
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #32
  • chore(deps-dev): bump @modelcontextprotocol/sdk from 1.17.3 to 1.17.4 by @dependabot[bot] in #33
  • chore(deps-dev): bump eslint from 9.33.0 to 9.34.0 by @dependabot[bot] in #34
  • chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #35
  • chore(deps-dev): bump @types/node from 24.3.0 to 24.3.1 by @dependabot[bot] in #36
  • chore(deps-dev): bump @modelcontextprotocol/sdk from 1.17.4 to 1.17.5 by @dependabot[bot] in #37
  • chore(deps-dev): bump fastify from 5.5.0 to 5.6.0 by @dependabot[bot] in #38
  • chore(deps-dev): bump lint-staged from 16.1.5 to 16.1.6 by @dependabot[bot] in #39
  • chore(deps-dev): bump eslint from 9.34.0 to 9.35.0 by @dependabot[bot] in #40
  • chore(deps-dev): bump @modelcontextprotocol/sdk from 1.17.5 to 1.18.0 by @dependabot[bot] in #41
  • chore(deps-dev): bump @types/node from 24.3.1 to 24.4.0 by @dependabot[bot] in #42
  • chore(deps-dev): bump eslint from 9.35.0 to 9.36.0 by @dependabot[bot] in #43
  • chore(deps-dev): bump @modelcontextprotocol/sdk from 1.18.0 to 1.18.1 by @dependabot[bot] in #44
  • chore(deps-dev): bump @types/node from 24.4.0 to 24.5.2 by @dependabot[bot] in #45
  • chore(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 20.0.0 by @dependabot[bot] in #46
  • chore(deps-dev): bump lint-staged from 16.1.6 to 16.2.3 by @dependabot[bot] in #47
  • chore(deps-dev): bump close-with-grace from 2.2.0 to 2.3.0 by @dependabot[bot] in #48
  • chore(deps): bump fastify-plugin from 5.0.1 to 5.1.0 by @dependabot[bot] in #49
  • chore(deps-dev): bump @modelcontextprotocol/sdk from 1.18.1 to 1.18.2 by @dependabot[bot] in #50
  • chore(deps-dev): bump fastify from 5.6.0 to 5.6.1 by @dependabot[bot] in #52
  • chore(deps-dev): bump @commitlint/cli from 19.8.1 to 20.0.0 by @dependabot[bot] in #51
  • chore(deps): update dependency typescript to v5.9.3 by @renovate[bot] in #55
  • chore(deps): lock file maintenance by @renovate[bot] in #56

New Contributors

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

chore(release): 0.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

v0.1.0

18 Jun 13:20

Choose a tag to compare

First release