src-sesiones-mcp
SRC 隔週セッション — MCP プラグイン v0.1
隔週セッションの機関テンプレートを、MCP ホスト(例えば、アカウント/ワークスペースがカスタム MCP アプリを許可している場合の ChatGPT)から呼び出し可能なツールに変換するプラグインの最初のプロトタイプ。
このバージョンの機能
MASTER_SRC_TEMPLATE.docxをマスターテンプレートとして保持。フィールドの照会と DOCX 生成のための MCP ツールを公開。
選択的な太字を維持:ラベル/小見出しのみ。
Inicio、Desarrollo、Cierre のサブセクションを、視覚的な区切りを伴う実際の 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つのセッションブロックを使用する。次のバージョンでは、隔週の実際の授業数に応じてセッションブロックを動的に複製または削除し、その後オプションの 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