set_project_path
Define the base project directory to enable code indexing, search, and analysis for large language models with minimal setup.
Instructions
Set the base project path for indexing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"title": "Path",
"type": "string"
}
},
"required": [
"path"
],
"title": "set_project_pathArguments",
"type": "object"
}