Skip to content

Commit ae640ee

Browse files
committed
fixed broken merge
1 parent 687adbc commit ae640ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcp/server/fastmcp/tools/tool_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ async def call_tool(
8080
name: str,
8181
arguments: dict[str, Any],
8282
context: Context[ServerSession, object, Request] | None = None,
83-
context: Context[ServerSessionT, LifespanContextT, RequestT] | None = None,
8483
convert_result: bool = False,
8584
) -> Any:
8685
"""Call a tool by name with arguments."""

0 commit comments

Comments
 (0)