Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
updateCodeFileTOOL
Update the content of an existing code file.
This will replace the entire content of the file. The file will be automatically linted and type-checked after update.
idempotent
Parameters
codeFileId *string
The ID of the code file to update
content *string
The new TypeScript/React code content
Request example
{ "method": "tools/call", "params": { "name": "updateCodeFile", "arguments": { "codeFileId": "string", "content": "string" } } }