src-sesiones-mcp
SRC Sesiones Quincenales — Plugin MCP v0.1
이 플러그인의 첫 번째 프로토타입은 기관용 격주 세션 템플릿을 MCP 호스트(예: 계정/워크스페이스에서 맞춤 MCP 앱을 허용하는 ChatGPT)에서 호출할 수 있는 도구로 변환합니다.
이 버전의 기능
MASTER_SRC_TEMPLATE.docx를 마스터 템플릿으로 유지합니다.필드를 조회하고 DOCX를 생성하는 MCP 도구를 노출합니다.
선택적 굵게 표시를 유지합니다. 레이블/소제목만.
시작, 전개, 마무리 하위 섹션을 시각적 구분이 있는 실제 Word 단락으로 변환합니다.
생성된 Word를
/download/{file_id}로 제공합니다.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@latestRender 배포
저장소에는 이미 render.yaml이 포함되어 있습니다. 배포 후 PUBLIC_BASE_URL을 공개 URL(예: https://src-sesiones-mcp.onrender.com)로 설정하세요.
MCP 호스트에 연결할 엔드포인트는 다음과 같습니다:
https://TU-SERVICIO.onrender.com/mcp현재 상태 / 다음 단계
v0.1은 프로토타입 템플릿에 준비된 6개의 세션 블록을 사용합니다. 다음 버전에서는 해당 2주 동안의 실제 수업 수에 따라 세션 블록을 동적으로 복제하거나 제거한 다음, 선택적 웹 인터페이스를 통합해야 합니다.
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