.gitignore
Containerfile
LICENSE
README.md
language.json
package_name
podman-compose.yml
pyproject.toml
pytest.ini
test_mcp.sh
test_mcp_manual.py
apparmor/mcp-bash
apparmor/mcp-python
bin/00-all-in-one.sh
bin/01-init.sh
bin/02-build-container.sh
bin/03-setup-environment.sh
bin/04-run-container.sh
bin/05-check-container.sh
bin/06-run-tests.sh
bin/07-attach-container.sh
bin/08-testnetwork.sh
bin/09-view-logs.sh
bin/README.md
bin/zy-shutdown.sh
bin/zz-teardown.sh
cmcp/__init__.py
cmcp/config.py
cmcp/main.py
cmcp/kb/__init__.py
cmcp/kb/document_store.py
cmcp/kb/models.py
cmcp/kb/path.py
cmcp/kb/search/__init__.py
cmcp/kb/search/graph.py
cmcp/kb/search/manager.py
cmcp/kb/search/recovery.py
cmcp/kb/search/reranker.py
cmcp/kb/search/service.py
cmcp/kb/search/sparse.py
cmcp/managers/__init__.py
cmcp/managers/bash_manager.py
cmcp/managers/file_manager.py
cmcp/managers/knowledge_base_manager.py
cmcp/managers/list_manager.py
cmcp/managers/market_manager.py
cmcp/managers/python_manager.py
cmcp/managers/rss_manager.py
cmcp/managers/web_manager.py
cmcp/tools/__init__.py
cmcp/tools/file.py
cmcp/tools/kb.py
cmcp/tools/list.py
cmcp/tools/market.py
cmcp/tools/rss.py
cmcp/tools/system.py
cmcp/tools/web.py
cmcp/types/file.py
cmcp/utils/__init__.py
cmcp/utils/diff.py
cmcp/utils/io.py
cmcp/utils/logging.py
iflow_mcp_54rt1n_container_mcp.egg-info/PKG-INFO
iflow_mcp_54rt1n_container_mcp.egg-info/SOURCES.txt
iflow_mcp_54rt1n_container_mcp.egg-info/dependency_links.txt
iflow_mcp_54rt1n_container_mcp.egg-info/entry_points.txt
iflow_mcp_54rt1n_container_mcp.egg-info/requires.txt
iflow_mcp_54rt1n_container_mcp.egg-info/top_level.txt
resources/AVAILABLE_COMMANDS.txt
resources/COMMANDS_VN.txt
resources/KB_INSTRUCTIONS.md
resources/KB_INSTRUCTIONS.txt
resources/default.env
resources/unrestricted.env
scripts/list_tools.py
scripts/startup.sh
tests/conftest.py
tests/integration/test_knowledge_base.py
tests/integration/test_mcp_server.py
tests/unit/debug_path.py
tests/unit/test_bash_manager.py
tests/unit/test_diff_util.py
tests/unit/test_file_manager.py
tests/unit/test_kb_document_store.py
tests/unit/test_kb_manager.py
tests/unit/test_kb_models.py
tests/unit/test_kb_path.py
tests/unit/test_kb_search.py
tests/unit/test_list_manager.py
tests/unit/test_market_manager.py
tests/unit/test_python_manager.py
tests/unit/test_rss_manager.py
tests/unit/test_web_manager.py
tests/unit/search/__init__.py
tests/unit/search/test_graph.py
tests/unit/search/test_integration.py
tests/unit/search/test_manager.py
tests/unit/search/test_recovery.py
tests/unit/search/test_reranker.py
tests/unit/search/test_service.py
tests/unit/search/test_sparse.py