iflow-mcp-m507_ai-soc-agent 1.0.1__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/PKG-INFO +1 -1
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/PKG-INFO +1 -1
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/pyproject.toml +1 -1
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/mcp_server.py +3 -3
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/LICENSE +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/README.md +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/SOURCES.txt +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/dependency_links.txt +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/entry_points.txt +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/requires.txt +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/top_level.txt +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/setup.cfg +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/README.md +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/agent_executor.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/cli/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/cli/main.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/session_manager.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/web/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/web/server.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/web/static/css/README.md +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/case_management.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/edr.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/kb.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/siem.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/config.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/config_storage.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/dto.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/errors.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/logging.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/iris_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/iris_http.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/iris_mapper.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/iris_models.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/thehive_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/thehive_http.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/thehive_mapper.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/thehive_models.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/local_tip/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/local_tip/local_tip_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/local_tip/local_tip_http.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/opencti/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/opencti/opencti_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/opencti/opencti_http.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/edr/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/edr/elastic_defend/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/edr/elastic_defend/elastic_defend_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/edr/elastic_defend/elastic_defend_http.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/clickup/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/clickup/clickup_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/clickup/clickup_http.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/github/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/github/github_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/github/github_http.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/trello/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/trello/trello_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/trello/trello_http.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/kb/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/kb/fs_kb_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/siem/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/siem/elastic/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/siem/elastic/elastic_client.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/siem/elastic/elastic_http.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/README.md +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/TOOLS.md +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/__main__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/agent_profiles.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/flow_agent_profiles.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/rules_engine.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/runbook_manager.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/incident_workflow.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_case.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_cti.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_edr.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_eng.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_kb.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_siem.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/web/__init__.py +0 -0
- {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/web/config_server.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "iflow-mcp-m507_ai-soc-agent"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.2"
|
|
8
8
|
description = "AI-powered security investigation and incident response platform through MCP"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/mcp_server.py
RENAMED
|
@@ -3622,7 +3622,7 @@ async def main() -> None:
|
|
|
3622
3622
|
logger.info(f"Configuration loaded successfully from {config_file}")
|
|
3623
3623
|
else:
|
|
3624
3624
|
logger.warning(f"config.json not found at {config_file}, using defaults")
|
|
3625
|
-
|
|
3625
|
+
# LoggingConfig already imported at module level
|
|
3626
3626
|
config = SamiConfig(
|
|
3627
3627
|
thehive=None,
|
|
3628
3628
|
iris=None,
|
|
@@ -3632,7 +3632,7 @@ async def main() -> None:
|
|
|
3632
3632
|
)
|
|
3633
3633
|
except json.JSONDecodeError as e:
|
|
3634
3634
|
logger.error(f"Invalid JSON in {config_file}: {e}", exc_info=True)
|
|
3635
|
-
|
|
3635
|
+
# LoggingConfig already imported at module level
|
|
3636
3636
|
config = SamiConfig(
|
|
3637
3637
|
thehive=None,
|
|
3638
3638
|
iris=None,
|
|
@@ -3642,7 +3642,7 @@ async def main() -> None:
|
|
|
3642
3642
|
)
|
|
3643
3643
|
except Exception as e:
|
|
3644
3644
|
logger.error(f"Failed to load {config_file}, using defaults: {e}", exc_info=True)
|
|
3645
|
-
|
|
3645
|
+
# LoggingConfig already imported at module level
|
|
3646
3646
|
config = SamiConfig(
|
|
3647
3647
|
thehive=None,
|
|
3648
3648
|
iris=None,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/case_management.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/config_storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/agent_profiles.py
RENAMED
|
File without changes
|
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/rules_engine.py
RENAMED
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/runbook_manager.py
RENAMED
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_kb.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/web/config_server.py
RENAMED
|
File without changes
|