BACH Tool: migrate_connections
==================================================
Generiert: 2026-01-23 10:36
Quelle: tools/migrate_connections.py

BESCHREIBUNG
----------------------------------------
Migrate Connections to Database
================================

Migriert die archivierten JSON-Registries in die bach.db Tabellen:
- external_ki_tools_registry.json -> tools (type='external')
- connections_overview.json/cli_tools -> tools (type='cli')
- connections_overview.json/mcp_servers -> connections (type='mcp')
- claude_registry.json -> connections (type='ai')

Usage:
    python migrate_connections.py [--dry-run]
    python migrate_connections.py --status
    python migrate_connections.py --help

Version: 1.0.0

VERWENDUNG
----------------------------------------
python bach.py tools run migrate_connections [args]
oder direkt: python tools/migrate_connections.py [args]

HINWEISE
----------------------------------------
- Automatisch generiert aus Docstring
- Bei Fragen: bach tools show migrate_connections
