Skip to content

Commit c149a48

Browse files
committed
fix function typo
1 parent 40bbf67 commit c149a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def decorator(
588588

589589
return decorator
590590

591-
def include_bunder(self, bundler: Bundler) -> None:
591+
def include_bundler(self, bundler: Bundler) -> None:
592592
"""Add bundler of resources, tools and prompts to the server."""
593593
bundler_tools = bundler.get_tools()
594594
for name, tool in bundler_tools.items():

0 commit comments

Comments
 (0)