We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bbf67 commit c149a48Copy full SHA for c149a48
src/mcp/server/fastmcp/server.py
@@ -588,7 +588,7 @@ def decorator(
588
589
return decorator
590
591
- def include_bunder(self, bundler: Bundler) -> None:
+ def include_bundler(self, bundler: Bundler) -> None:
592
"""Add bundler of resources, tools and prompts to the server."""
593
bundler_tools = bundler.get_tools()
594
for name, tool in bundler_tools.items():
0 commit comments