Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2025

This PR contains the following updates:

Package Change Age Confidence
fastmcp (source) ^1.23.2 -> ^3.0.0 age confidence

Release Notes

punkpeye/fastmcp (fastmcp)

v3.26.7

Compare Source

Bug Fixes

v3.26.6

Compare Source

Bug Fixes

v3.26.5

Compare Source

Bug Fixes

v3.26.4

Compare Source

Bug Fixes

v3.26.3

Compare Source

Bug Fixes
  • force release using new npm token (90d5652)

v3.26.2

Compare Source

Bug Fixes
  • force release using new npm token (468c545)

v3.25.4

Compare Source

Bug Fixes

v3.25.3

Compare Source

Bug Fixes

v3.25.2

Compare Source

Bug Fixes

v3.25.1

Compare Source

Bug Fixes
  • update dev dependencies (0868fc8)

v3.25.0

Compare Source

Features
  • Add MCP 2025-11-25 compliant PRM sub-path discovery (#​213) (8cf74e7)

v3.24.0

Compare Source

Features
  • Add OAuth 2.1 Proxy implementation with FastMCP integration (#​210) (118aa4c)

v3.23.1

Compare Source

Bug Fixes

v3.23.0

Compare Source

Features

v3.22.0

Compare Source

Features
  • add support for runtime injection of tools/prompts/resources (#​199) (879ee2d)

v3.21.0

Compare Source

Features
  • add DiscoveryDocumentCache for OAuth Discovery Documents (#​196) (9079a85)

v3.20.2

Compare Source

Bug Fixes
  • Prevent tsconfig from being included in npm package. (#​194) (29fc1a7)

v3.20.1

Compare Source

Bug Fixes

v3.20.0

Compare Source

Features

v3.19.3

Compare Source

Bug Fixes
  • createSession method always creates a session, even if authentication fails (Issue #​186) (#​188) (6f87a40)

v3.19.2

Compare Source

Bug Fixes

v3.19.1

Compare Source

Bug Fixes

v3.19.0

Compare Source

Features

v3.18.0

Compare Source

Features

v3.17.0

Compare Source

Features

v3.16.0

Compare Source

Features

v3.15.2

Compare Source

Bug Fixes

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features

v3.14.5

Compare Source

Bug Fixes

v3.14.4

Compare Source

Bug Fixes

v3.14.3

Compare Source

Bug Fixes
  • prevent stack overflow when shutting down (96873d7)

v3.14.2

Compare Source

Bug Fixes

v3.14.1

Compare Source

Bug Fixes

v3.14.0

Compare Source

Features

v3.13.0

Compare Source

Features
  • add stateless session support and bumped mcp-proxy version (#​158) (774d1a0)

v3.12.0

Compare Source

Features

v3.11.0

Compare Source

Features

v3.10.0

Compare Source

Features
  • allow custom friendlyErrors message on parameters validation error (#​151) (ba4cc37)

v3.9.0

Compare Source

Features

v3.8.5

Compare Source

Bug Fixes

v3.8.4

Compare Source

Bug Fixes

v3.8.3

Compare Source

Bug Fixes

v3.8.2

Compare Source

Bug Fixes

v3.8.1

Compare Source

Bug Fixes

v3.8.0

Compare Source

Bug Fixes
Features
  • add authentication context to resources and resource templates (#​137) (ff83afc)

v3.7.0

Compare Source

Features

v3.6.2

Compare Source

Reverts

v3.6.1

Compare Source

Bug Fixes

v3.6.0

Compare Source

Features
  • Support Tool calls returning ResourceLink object. (#​130) (55fd721)

v3.5.0

Compare Source

Features
  • Implement Parameterless server.start() with CLI-Based Auto-Configuration (#​127) (16e12b8)

v3.4.0

Compare Source

Features
  • add support for passing options to requestSampling (#​125) (08dcf0b)
  • Allow ResourceTemplate to return array of resources. (#​123) (eaee1b4)

v3.3.1

Compare Source

Bug Fixes
  • replaced static imports with dynamic imports for the file-type package (#​119) (e309123)

v3.3.0

Compare Source

Features

v3.2.0

Compare Source

Features

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
  • optimize memory management and enhance CLI tooling (#​108) (64f0394)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Features
BREAKING CHANGES
  • default endpoint is changed from /stream to /mcp to align with borader community conventions

v2.2.4

Compare Source

Bug Fixes

v2.2.3

Compare Source

Bug Fixes
  • optimize event loop flushing for different transport types (#​94) (f41e587)

v2.2.2

Compare Source

Bug Fixes

v2.2.1

Compare Source

Bug Fixes

v2.2.0

Compare Source

Features
  • embedded resources API (server.embedded(uri) method) (#​86) (c3991b8)

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes
  • docs: update README to use await for async functions in examples (#​80) (a3d9cd5)

v2.1.2

Compare Source

Bug Fixes
  • types: add missing property to ResourceTemplate arguments (#​71) (a8b0d91)

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Features

v2.0.0

Compare Source

Features
BREAKING CHANGES
  • SSE is no longer available as a separate option, but instead is a default fallback of streamable HTTP
Migration

If you had SSE server, simply replace "sse" with "httpStream" and drop endpoint setting:

server.start({
-  transportType: "sse",
+  transportType: "httpStream",
-  sse: {
+  httpStream: {
-    endpoint: "/sse",
    port: 8080,
  },
});

If you already had streamable HTTP server, simply drop endpoint (it already defaults to /stream for streamable HTTP and /sse for SSE):

server.start({
  transportType: "httpStream",
  httpStream: {
-    endpoint: "/stream",
    port: 8080,
  },
});

[!NOTE]
There are no breaking changes to client integrations, i.e. clients that were already using your streamable HTTP or SSE server, will continue to work without the need to make adjustments to their configuration.

[!NOTE]
This change is also being rolled out to all servers hosted by Glama.

v1.27.7

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 2 times, most recently from a64016c to c4ace89 Compare July 25, 2025 13:52
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 2 times, most recently from 9602c34 to 9f41cdb Compare July 31, 2025 22:46
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 4 times, most recently from 89b2d17 to af8686c Compare August 10, 2025 22:48
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 3 times, most recently from 4084ec3 to e316967 Compare August 22, 2025 20:29
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 2 times, most recently from cd3c317 to a64dc4b Compare October 6, 2025 23:33
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 4 times, most recently from 0ac4f4f to a094898 Compare October 20, 2025 06:40
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 2 times, most recently from bae60c5 to 8cef556 Compare October 26, 2025 06:53
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 3 times, most recently from dc9f2ff to e201a32 Compare November 17, 2025 14:45
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch from e201a32 to c857656 Compare November 18, 2025 13:46
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 3 times, most recently from ed0a480 to f112d83 Compare December 5, 2025 05:39
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch 2 times, most recently from 5f5e9b5 to 5a79366 Compare December 9, 2025 17:49
@renovate renovate bot force-pushed the renovate/fastmcp-3.x branch from 5a79366 to ee88df4 Compare December 27, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant