Chunk #605
Aus: Installation (Index: 0)
121
Tokens
Synced
Status
Taxonomie
| Kategorie | Installation |
|---|---|
| Pfad | Installation > Files > Directory Structure |
| Heading-Pfad | Installation > MCP-Tasks Installation > 3. Dateien erstellen |
Entities
| Name | Typ |
|---|---|
| server.py | TECHNOLOGY |
| config.py | CONFIG |
| .env | CONFIG |
| requirements.txt | TECHNOLOGY |
| venv | TECHNOLOGY |
| domain | TECHNOLOGY |
| contracts.py | CONCEPT |
| infrastructure | TECHNOLOGY |
| db_connection.py | SERVICE |
| protokoll_logger.py | SERVICE |
| task_repository.py | TECHNOLOGY |
| tools | TECHNOLOGY |
| task_tools.py | TECHNOLOGY |
| quality_tools.py | TECHNOLOGY |
| validators | TECHNOLOGY |
| __init__.py | TECHNOLOGY |
Keywords
Inhalt
Siehe Architektur für vollständige Verzeichnisstruktur.
# Struktur
/opt/mcp-servers/mcp-tasks/
├── server.py # Hauptdatei
├── config.py # Konfiguration
├── .env # Credentials
├── requirements.txt
├── venv/
├── domain/
│ ├── __init__.py
│ └── contracts.py
├── infrastructure/
│ ├── __init__.py
│ ├── db_connection.py
│ ├── protokoll_logger.py
│ └── task_repository.py
├── tools/
│ ├── __init__.py
│ ├── task_tools.py
│ └── quality_tools.py
└── validators/
└── __init__.pyClean Content
Siehe Architektur für vollständige Verzeichnisstruktur. ``` `# Struktur /opt/mcp-servers/mcp-tasks/ ├── server.py # Hauptdatei ├── config.py # Konfiguration ├── .env # Credentials ├── requirements.txt ├── venv/ ├── domain/ │ ├── __init__.py │ └── contracts.py ├── infrastructure/ │ ├── __init__.py │ ├── db_connection.py │ ├── protokoll_logger.py │ └── task_repository.py ├── tools/ │ ├── __init__.py │ ├── task_tools.py │ └── quality_tools.py └── validators/ └── __init__.py` ```
Metadaten
| Analysiert am | 20.12.2025 12:46:46 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | aaa94aa2-efca-41cb-8abe-c2f56c09633e |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:57:43 |