Skip to main content
Glama

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 界面。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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