probe_scan
Scan a directory to discover AI tools, MCP servers, agent frameworks, API keys, and local models. Supports full, quick, or category-specific scans.
Instructions
Scan the current environment for AI tools, MCP servers, agent frameworks, API keys, and local models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Root path to scan (defaults to current directory) | |
| scope | No | Scan scope: full=everything, quick=IDE+MCP only, category=specific | full |
| categories | No | Comma-separated categories: ide,mcp,agents,keys,models,deps | |
| includeProjectDeps | No | Scan package.json/requirements.txt for AI dependencies |