Skip to content

Commit 1d63668

Browse files
fix(sdk): preserve custom MCP provider typing
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent c6f677c commit 1d63668

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openhands-sdk/openhands/sdk/mcp/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def create_tools(
4747
mcp_config: dict[str, MCPServer],
4848
timeout: float = 30.0,
4949
*,
50-
strict: bool = False,
5150
on_tools_changed: ToolsChangedCallback | None = None,
5251
on_tools_reconciled: ToolsReconciledCallback | None = None,
5352
) -> MCPClient: ...

0 commit comments

Comments
 (0)