add_project
Add a new project to the RAG index for semantic search. Auto-detects source patterns and indexes content immediately.
Instructions
Add a new project to the RAG index. Auto-detects source patterns and indexes immediately.
Args: name: Unique project name (e.g., "my-new-api") path: Absolute path to the project root directory
Returns: Summary of detected patterns and indexing result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |