Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| miyabi__analyze_task_intent | ユーザーのタスクを分析し、開発関連か一般タスクかを判定します |
| miyabi__auto_dispatch | タスクを自動的に適切なハンドラーに振り分けます(開発タスク→Miyabi、一般タスク→Manus) |
| miyabi__handle_development_task | 開発タスクを処理します(Issue作成→Agent実行) |
| miyabi__generate_article | 医療AI関連の学術記事を生成します(LLMO対策、サムネイル指示付き) |