Skip to main content
Glama

Poker Task Management MCP

by Hirao-Y
level3_team_collaboration.html.deleted3.58 kB
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>👥 チーム協業システム - Poker MCP Level 3</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%); min-height: 100vh; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-radius: 15px; padding: 30px; margin-bottom: 30px; text-align: center; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); } h1 { color: #2c3e50; margin-bottom: 15px; font-size: 2.3em; } .section-card { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-radius: 15px; padding: 30px; margin-bottom: 25px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); } .coming-soon { text-align: center; padding: 50px; background: linear-gradient(135deg, #fd79a8, #fdcb6e); color: white; border-radius: 15px; font-size: 1.2em; } .navigation-buttons { display: flex; justify-content: space-between; margin-top: 40px; flex-wrap: wrap; gap: 15px; } .nav-button { background: linear-gradient(45deg, #a29bfe, #6c5ce7); color: white; border: none; padding: 15px 30px; border-radius: 8px; font-size: 1.1em; font-weight: bold; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; } .nav-button:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(108, 92, 231, 0.3); } </style> </head> <body> <div class="container"> <header class="header"> <h1>👥 チーム協業システム</h1> <p>効率的な研究チーム協業とナレッジ管理システム</p> <p><strong>Level 3:</strong> プロジェクト管理 | 知識共有 | 標準化</p> </header> <div class="section-card"> <div class="coming-soon"> <h2>🤝 このモジュールは準備中です</h2> <p>プロジェクト管理、バージョン管理、知識共有プラットフォーム、標準化ワークフローなどのチーム協業機能を準備中です。</p> <p><strong>公開予定:</strong> 近日中</p> </div> </div> <div class="navigation-buttons"> <a href="level3_quality_assurance.html" class="nav-button"> ← 前: 品質保証システム </a> <a href="level3_main_guide.html" class="nav-button"> メインガイドに戻る → </a> </div> </div> </body> </html>

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/Hirao-Y/poker_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server