analyze_codebase_apis
Scan codebases to detect and map API endpoints in FeathersJS, Express, and Fastify projects, then store results by spec ID for later retrieval.
Instructions
Analyze codebase for API endpoints (FeathersJS, Express, Fastify)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_id | Yes | Spec ID to store results | |
| framework | No | Framework to detect: feathers, express, fastify (optional, auto-detect if not provided) | |
| source_path | Yes | Path to source file or directory |