LICENSE
README.md
pyproject.toml
iflow_mcp_trailofbits_slither_mcp.egg-info/PKG-INFO
iflow_mcp_trailofbits_slither_mcp.egg-info/SOURCES.txt
iflow_mcp_trailofbits_slither_mcp.egg-info/dependency_links.txt
iflow_mcp_trailofbits_slither_mcp.egg-info/entry_points.txt
iflow_mcp_trailofbits_slither_mcp.egg-info/requires.txt
iflow_mcp_trailofbits_slither_mcp.egg-info/top_level.txt
slither_mcp/__init__.py
slither_mcp/artifacts.py
slither_mcp/callees.py
slither_mcp/constants.py
slither_mcp/facts.py
slither_mcp/metrics.py
slither_mcp/pagination.py
slither_mcp/search.py
slither_mcp/server.py
slither_mcp/slither_wrapper.py
slither_mcp/tool_registry.py
slither_mcp/types.py
slither_mcp/client/__init__.py
slither_mcp/client/mcp_client.py
slither_mcp/tools/__init__.py
slither_mcp/tools/analyze_events.py
slither_mcp/tools/analyze_low_level_calls.py
slither_mcp/tools/analyze_modifiers.py
slither_mcp/tools/analyze_state_variables.py
slither_mcp/tools/export_call_graph.py
slither_mcp/tools/find_dead_code.py
slither_mcp/tools/get_contract.py
slither_mcp/tools/get_contract_dependencies.py
slither_mcp/tools/get_contract_source.py
slither_mcp/tools/get_derived_contracts.py
slither_mcp/tools/get_function_source.py
slither_mcp/tools/get_inherited_contracts.py
slither_mcp/tools/get_project_overview.py
slither_mcp/tools/get_storage_layout.py
slither_mcp/tools/list_contracts.py
slither_mcp/tools/list_detectors.py
slither_mcp/tools/list_function_callees.py
slither_mcp/tools/list_function_callers.py
slither_mcp/tools/list_function_implementations.py
slither_mcp/tools/list_functions.py
slither_mcp/tools/run_detectors.py
slither_mcp/tools/search_contracts.py
slither_mcp/tools/search_functions.py
tests/test_analyze_events.py
tests/test_analyze_low_level_calls.py
tests/test_analyze_modifiers.py
tests/test_analyze_state_variables.py
tests/test_artifacts.py
tests/test_detector_integration.py
tests/test_export_call_graph.py
tests/test_find_dead_code.py
tests/test_get_contract_dependencies.py
tests/test_get_contract_source.py
tests/test_get_derived_contracts.py
tests/test_get_function_source.py
tests/test_get_inherited_contracts.py
tests/test_get_project_overview.py
tests/test_get_storage_layout.py
tests/test_list_contracts.py
tests/test_list_detectors.py
tests/test_list_function_callees.py
tests/test_list_function_callers.py
tests/test_list_functions.py
tests/test_mcp_client.py
tests/test_pagination.py
tests/test_run_detectors.py
tests/test_search.py
tests/test_search_contracts.py
tests/test_search_functions.py
tests/test_tool_wrappers.py
tests/test_types.py