LICENSE
README.md
pyproject.toml
src/automox_mcp/__init__.py
src/automox_mcp/auth.py
src/automox_mcp/client.py
src/automox_mcp/middleware.py
src/automox_mcp/py.typed
src/automox_mcp/schemas.py
src/automox_mcp/server.py
src/automox_mcp/transport_security.py
src/automox_mcp.egg-info/PKG-INFO
src/automox_mcp.egg-info/SOURCES.txt
src/automox_mcp.egg-info/dependency_links.txt
src/automox_mcp.egg-info/entry_points.txt
src/automox_mcp.egg-info/requires.txt
src/automox_mcp.egg-info/top_level.txt
src/automox_mcp/prompts/__init__.py
src/automox_mcp/prompts/audit_policy.py
src/automox_mcp/prompts/investigate_device.py
src/automox_mcp/prompts/onboard_group.py
src/automox_mcp/prompts/patch_tuesday.py
src/automox_mcp/prompts/security_posture.py
src/automox_mcp/prompts/triage_failure.py
src/automox_mcp/resources/__init__.py
src/automox_mcp/resources/platform_resources.py
src/automox_mcp/resources/policy_resources.py
src/automox_mcp/resources/servergroup_resources.py
src/automox_mcp/resources/webhook_resources.py
src/automox_mcp/tools/__init__.py
src/automox_mcp/tools/account_tools.py
src/automox_mcp/tools/audit_tools.py
src/automox_mcp/tools/audit_v2_tools.py
src/automox_mcp/tools/compound_tools.py
src/automox_mcp/tools/data_extract_tools.py
src/automox_mcp/tools/device_search_tools.py
src/automox_mcp/tools/device_tools.py
src/automox_mcp/tools/event_tools.py
src/automox_mcp/tools/group_tools.py
src/automox_mcp/tools/meta_tools.py
src/automox_mcp/tools/package_tools.py
src/automox_mcp/tools/policy_history_tools.py
src/automox_mcp/tools/policy_tools.py
src/automox_mcp/tools/policy_windows_tools.py
src/automox_mcp/tools/report_tools.py
src/automox_mcp/tools/vuln_sync_tools.py
src/automox_mcp/tools/webhook_tools.py
src/automox_mcp/tools/worklet_tools.py
src/automox_mcp/utils/__init__.py
src/automox_mcp/utils/logging.py
src/automox_mcp/utils/organization.py
src/automox_mcp/utils/response.py
src/automox_mcp/utils/sanitize.py
src/automox_mcp/utils/tooling.py
src/automox_mcp/workflows/__init__.py
src/automox_mcp/workflows/account.py
src/automox_mcp/workflows/audit.py
src/automox_mcp/workflows/audit_v2.py
src/automox_mcp/workflows/compound.py
src/automox_mcp/workflows/data_extracts.py
src/automox_mcp/workflows/device_commands.py
src/automox_mcp/workflows/device_inventory.py
src/automox_mcp/workflows/device_search.py
src/automox_mcp/workflows/devices.py
src/automox_mcp/workflows/events.py
src/automox_mcp/workflows/groups.py
src/automox_mcp/workflows/packages.py
src/automox_mcp/workflows/policy.py
src/automox_mcp/workflows/policy_crud.py
src/automox_mcp/workflows/policy_history.py
src/automox_mcp/workflows/policy_windows.py
src/automox_mcp/workflows/reports.py
src/automox_mcp/workflows/vuln_sync.py
src/automox_mcp/workflows/webhooks.py
src/automox_mcp/workflows/worklets.py
tests/test_auth.py
tests/test_auth_jwt.py
tests/test_config.py
tests/test_http.py
tests/test_idempotency.py
tests/test_json_logging.py
tests/test_meta_tools.py
tests/test_middleware.py
tests/test_new_tool_registration.py
tests/test_org_utils.py
tests/test_phase3_edge_cases.py
tests/test_phase3_tool_errors.py
tests/test_prompts.py
tests/test_resources.py
tests/test_resources_servergroup.py
tests/test_sanitize.py
tests/test_schemas.py
tests/test_tool_defaults.py
tests/test_tool_dispatch.py
tests/test_tool_prefix.py
tests/test_tool_registration.py
tests/test_tools.py
tests/test_transport_security.py
tests/test_utils_tooling.py
tests/test_workflows_account.py
tests/test_workflows_audit.py
tests/test_workflows_audit_extended.py
tests/test_workflows_audit_v2.py
tests/test_workflows_compound.py
tests/test_workflows_data_extracts.py
tests/test_workflows_device_commands.py
tests/test_workflows_device_inventory.py
tests/test_workflows_device_search.py
tests/test_workflows_devices.py
tests/test_workflows_devices_extended.py
tests/test_workflows_events.py
tests/test_workflows_groups.py
tests/test_workflows_packages.py
tests/test_workflows_policy.py
tests/test_workflows_policy_crud.py
tests/test_workflows_policy_crud_extended.py
tests/test_workflows_policy_history.py
tests/test_workflows_policy_windows.py
tests/test_workflows_policy_windows_extended.py
tests/test_workflows_reports.py
tests/test_workflows_vuln_sync.py
tests/test_workflows_webhooks.py
tests/test_workflows_webhooks_extended.py
tests/test_workflows_worklets.py