[adef.commands]
attack = adef.commands.attack:attack
catalog = adef.commands.catalog:catalog
coverage = adef.commands.coverage:coverage
detection = adef.commands.detection:detection
hunt-promote = adef.commands.hunt_promote:hunt_promote
init = adef.commands.init:init
install-skills = adef.commands.install_skills:install_skills
profile = adef.commands.profile:profile
reindex = adef.commands.reindex:reindex
schema = adef.commands.schema:schema
sync = adef.commands.sync:sync

[adef.mcp_tools]
adef-builtin = adef.mcp.register:register_mcp_tools

[console_scripts]
adef = adef.cli:main
adef-mcp = adef.mcp.server:cli
