Skip to content

Commit 4856454

Browse files
authored
Merge branch 'main' into support-python-314
2 parents 0c7bb5f + f397783 commit 4856454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/lowlevel/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def call_tool(self, *, validate_input: bool = True):
499499

500500
def decorator(
501501
func: Callable[
502-
...,
502+
[str, dict[str, Any]],
503503
Awaitable[
504504
UnstructuredContent
505505
| StructuredContent

0 commit comments

Comments
 (0)