Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tests/unittests/tools/mcp_tool/test_mcp_toolset.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,8 @@ def test_init_with_tool_filter_list(self):
connection_params=self.mock_stdio_params, tool_filter=tool_filter
)

# The tool filter is stored in the parent BaseToolset class
# We can verify it by checking the filtering behavior in get_tools
assert toolset._is_tool_selected is not None
# The tool filter is stored on the parent BaseToolset class.
assert toolset.tool_filter == tool_filter

def test_init_with_auth(self):
"""Test initialization with authentication."""
Expand Down