src-sesiones-mcp
SRC Sesiones Quincenales — Plugin MCP v0.1
该插件的首个原型,将机构双周会议模板转换为可从 MCP 主机调用的工具(例如,当账户/工作区允许自定义 MCP 应用时的 ChatGPT)。
此版本的功能
保留
MASTER_SRC_TEMPLATE.docx作为主模板。公开 MCP 工具,用于查询字段并生成 DOCX。
保持选择性加粗:仅标签/副标题。
将开始、发展与结束的子部分转换为真正的 Word 段落,并带有视觉分隔。
通过
/download/{file_id}提供生成的 Word 文件。包含 Render 的基础配置。
Related MCP server: docx-forge-mcp
MCP 工具
get_template_info:返回格式的字段和规则。generate_quincena_docx:接收已填写的字段并生成 Word 文件。get_generated_document:检查生成的文件是否仍然可用。
本地运行
需要 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 8000健康检查:http://127.0.0.1:8000/health
MCP:http://127.0.0.1:8000/mcp
要使用 MCP Inspector 进行测试:
npx @modelcontextprotocol/inspector@latest在 Render 上部署
仓库已包含 render.yaml。部署后,将 PUBLIC_BASE_URL 配置为公共 URL,例如 https://src-sesiones-mcp.onrender.com。
将连接到 MCP 主机的端点将是:
https://TU-SERVICIO.onrender.com/mcp状态 / 下一步
v0.1 使用原型模板中准备好的六个会话块。下一版本应根据双周的实际课时数动态克隆或删除会话块,然后加入可选的 Web 界面。
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