start_dev_server
Run npm run dev in the background within a specified directory using npm-dev-mcp, with automatic project detection and log monitoring for efficient development workflow.
Instructions
指定ディレクトリでnpm run devをバックグラウンドで開始
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | 実行ディレクトリ(オプション、未指定時は自動検出) |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"directory": {
"description": "実行ディレクトリ(オプション、未指定時は自動検出)",
"type": "string"
}
},
"type": "object"
}