Chunks

Textabschnitte mit Vektor-Embeddings. Gesamt: 369 Chunks.

ID Dokument Kategorie Tokens Status Inhalt
#493 Tools Tools 50 synced ParameterTypDefaultBeschreibung querystr-SQL SELECT Statement datab...
#494 Tools Tools 51 synced { "status": "success", // oder "error", "denied" "data": [ {"id...
#495 Tools Tools 75 synced # Einfache Abfrage db_select("SELECT * FROM mcp_log ORDER BY timestamp DESC") #...
#496 Tools Tools 58 synced { "logs": [ { "id": 123, "timestamp": "2025-...
#497 Tools Tools 240 synced Die Tools folgen dem Single Responsibility Principle: def register_select_tool(...
#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...
#508 Architektur Architektur 190 synced /opt/mcp-servers/mcp-db/ ├── server.py # MCP Server Entrypoin...
#509 Architektur Architektur 301 synced ┌─────────────────────────�...
#510 Architektur Architektur 103 synced PrinzipUmsetzung SRP Jede Klasse hat eine Verantwortun...
#511 Architektur Architektur 130 synced 1. Claude Code ruft db_select(query, database, max_rows, params) 2. Tool empfän...