Docs
create_project MCP tool
Create a new empty local Vidova project and set it as the active project.
Project-level MCP tool. It does not dispatch into the open editor.
Does not use hosted quota. Local editor operation.
Create a new empty local Vidova project and set it as the active project. Does not use hosted quota. Local editor operation.
Advertised MCP input
The MCP server validates this object with .strict(). Unknown fields are rejected.
| Field | Type | Required | Constraints | Default | Description |
|---|---|---|---|---|---|
name | string | yes | minLength 1 | — | — |
Result window
Every local MCP tool accepts resultStart and resultEnd so large payloads can be paged.
resultStart— first character offset. Default0.resultEnd— exclusive end offset. Default8000.resultEnd - resultStartmust be at most 8000 characters.- Increment
resultStartby 8000 to read the next window.
