LICENSE
README.md
pyproject.toml
mseep_slither_mcp.egg-info/PKG-INFO
mseep_slither_mcp.egg-info/SOURCES.txt
mseep_slither_mcp.egg-info/dependency_links.txt
mseep_slither_mcp.egg-info/entry_points.txt
mseep_slither_mcp.egg-info/requires.txt
mseep_slither_mcp.egg-info/top_level.txt
slither_mcp/__init__.py
slither_mcp/artifacts.py
slither_mcp/callees.py
slither_mcp/facts.py
slither_mcp/metrics.py
slither_mcp/server.py
slither_mcp/slither_wrapper.py
slither_mcp/types.py
slither_mcp/client/__init__.py
slither_mcp/client/mcp_client.py
slither_mcp/tools/__init__.py
slither_mcp/tools/get_contract.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/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
tests/test_detector_integration.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_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_run_detectors.py
tests/test_tool_wrappers.py