Chunks

Textabschnitte mit Vektor-Embeddings. Gesamt: 19 Chunks.

Reset
ID Dokument Kategorie Tokens Status Inhalt
#605 Installation Installation 121 synced Siehe Architektur für vollständige Verzeichnisstruktur. # Struktur /opt/mcp-s...
#606 Installation Installation 100 synced # Datenbank für Task-Operationen (volle CRUD-Rechte) DB_HOST=localhost DB_PORT=...
#607 Installation Installation 279 synced ``` `-- Haupttabelle CREATE TABLE IF NOT EXISTS tasks ( id INT AUTO_INCREMENT P...
#608 Installation Installation 264 synced -- Ergebnisse CREATE TABLE IF NOT EXISTS task_results ( id INT AUTO_INCREMENT P...
#609 Installation Installation 142 synced -- claude_code: Volle CRUD-Rechte auf Task-Tabellen GRANT SELECT, INSERT, UPDATE...
#610 Installation Installation 70 synced # Task-Management tasks_list() tasks_statistics() # Task erstellen und ausführ...
#611 Installation Installation 53 synced # Dependencies prüfen pip list | grep -E "mcp|pymysql|dotenv" # Python Version...
#612 Installation Installation 54 synced # Dependencies aktualisieren cd /opt/mcp-servers/mcp-tasks source venv/bin/activ...
#613 Installation Installation 69 synced # Aus Claude Code entfernen claude mcp remove mcp-tasks # Verzeichnis löschen ...
#498 Installation Installation 59 synced Siehe Architektur für vollständige Verzeichnisstruktur. # Struktur /opt/mcp-s...
#499 Installation Installation 69 synced # Datenbank für Queries (mcp_readonly) DB_HOST=localhost DB_USER=mcp_readonly D...
#500 Installation Installation 103 synced CREATE TABLE IF NOT EXISTS mcp_log ( id INT AUTO_INCREMENT PRIMARY KEY, ...
#501 Installation Installation 201 synced -- mcp_readonly CREATE USER IF NOT EXISTS 'mcp_readonly'@'localhost' IDENTIFIED ...
#502 Installation Installation 96 synced Registrierung nur für ein bestimmtes Projekt (z.B. /var/www): cd /var/www claud...
#503 Installation Installation 52 synced # DB-Verbindung mit MCP-DB testen (empfohlen) db_select("SELECT 1") # Alternati...
#504 Installation Installation 59 synced # Status prüfen (zeigt on-demand oder systemd) /opt/scripts/mcp-db-status.sh #...
#505 Installation Installation 50 synced Empfohlen: On-demand Betrieb (Claude startet MCP automatisch) Service n...
#506 Installation Installation 67 synced # Dependencies aktualisieren cd /opt/mcp-servers/mcp-db source venv/bin/activate...
#507 Installation Installation 58 synced # Aus Claude Code entfernen claude mcp remove mcp-db # Verzeichnis löschen (op...