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 |
|---|---|
| scan_project_dirs | プロジェクト内のpackage.jsonとdevスクリプトを検索 |
| start_dev_server | 指定ディレクトリでnpm run devをバックグラウンドで開始 |
| get_dev_status | npm run devプロセスの状態確認 |
| get_dev_logs | npm run devのログ取得 |
| stop_dev_server | npm run devプロセス停止 |
| restart_dev_server | npm run devプロセス再起動 |
| get_health_status | MCPサーバーのヘルス状態を取得 |
| recover_from_state | 保存された状態から復旧を試行 |
| auto_recover | MCPサーバーの自動復旧を実行(ヘルスチェック→復旧→再検証) |