src-sesiones-mcp
SRC Sesiones Quincenales — MCP-Plugin v0.1
Erster Prototyp des Plugins, das die institutionelle Vorlage für vierzehntägige Sitzungen in ein Werkzeug verwandelt, das von einem MCP-Host aufgerufen werden kann (z. B. ChatGPT, wenn Konto/Workspace benutzerdefinierte MCP-Apps erlauben).
Was diese Version tut
Behält
MASTER_SRC_TEMPLATE.docxals Master-Vorlage bei.Stellt MCP-Tools bereit, um Felder abzufragen und das DOCX zu erzeugen.
Behält selektive Fettung bei: nur Beschriftungen/Untertitel.
Wandelt die Unterabschnitte von Beginn, Entwicklung und Abschluss in echte Word-Absätze mit visueller Trennung um.
Liefert das erzeugte Word-Dokument über
/download/{file_id}aus.Enthält Basiskonfiguration für Render.
Related MCP server: docx-forge-mcp
MCP-Tools
get_template_info: gibt die Felder und Formatregeln zurück.generate_quincena_docx: empfängt die ausgefüllten Felder und erstellt das Word-Dokument.get_generated_document: prüft, ob eine erzeugte Datei weiterhin verfügbar ist.
Lokal ausführen
Erfordert Python 3.10+.
python -m venv .venv
# Windows
.venv\\Scripts\\activate
# macOS/Linux
source .venv/bin/activate
pip install -r requirements.txt
uvicorn server:app --host 127.0.0.1 --port 8000Health: http://127.0.0.1:8000/health
MCP: http://127.0.0.1:8000/mcp
Zum Testen mit MCP Inspector:
npx @modelcontextprotocol/inspector@latestBereitstellung auf Render
Das Repository enthält bereits render.yaml. Nach der Bereitstellung konfigurierst du PUBLIC_BASE_URL mit der öffentlichen URL, zum Beispiel https://src-sesiones-mcp.onrender.com.
Der Endpunkt, der mit dem MCP-Host verbunden wird, ist:
https://TU-SERVICIO.onrender.com/mcpStatus / nächster Schritt
v0.1 verwendet die sechs Sitzungsblöcke, die in der Prototyp-Vorlage vorbereitet sind. Die nächste Version soll Sitzungsblöcke dynamisch klonen oder entfernen, je nach tatsächlicher Anzahl der Unterrichtseinheiten in der vierzehntägigen Periode, und anschließend die optionale Webschnittstelle integrieren.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityBmaintenanceMCP server for Office document automation, enabling AI assistants to create, read, and clone Word/Excel/PPT templates while preserving formatting.41
- AlicenseAqualityDmaintenanceMCP server for Word document (.docx) creation and manipulation — the production-grade document automation tool for AI agents.938MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables LLM agents to read, understand, and fill DOCX templates while preserving formatting like bold labels and fonts. It exposes tools for document upload, AST inspection, editing, and validation.MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JuancitoCozzeti24/src-sesiones-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server