- Save cover email body as DMS document with new 'email' context type - Show email body separately from attachments in email detail view - Add per-category DMS document assignment in quarterly confirmation (Studiennachweis, Einkommenssituation, Vermögenssituation) - Add VERSION file and context processor for automatic version display - Add MCP server, agent system, import/export, and new migrations - Update compose files and production environment template Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
112 B
Python
5 lines
112 B
Python
"""Ermöglicht Start via: python -m mcp_server"""
|
|
from mcp_server.server import mcp
|
|
|
|
mcp.run(transport="stdio")
|