scan_project_dirs
Scan project directories to locate package.json files and identify dev scripts, enabling automated management of npm run dev processes in background.
Instructions
プロジェクト内のpackage.jsonとdevスクリプトを検索
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {},
"type": "object"
}