Skip to content

Commit fa409cf

Browse files
committed
Update session.py
1 parent 93213b4 commit fa409cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ async def create_message(
260260
"""
261261

262262
if tools is not None or tool_choice is not None:
263-
has_tools_cap = self.check_client_capability( \
263+
has_tools_cap = self.check_client_capability(
264264
types.ClientCapabilities(sampling=types.SamplingCapability(tools=types.SamplingToolsCapability()))
265265
)
266266
if not has_tools_cap:

0 commit comments

Comments
 (0)