Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
readCodeFileTOOL
Read the content of a code file by its ID. Available code files are listed in getProjectXml.
Returns the current content, name, path, and available exports of the code file.
read-only
Parameters
codeFileId *string
The ID of the code file to read
Request example
{ "method": "tools/call", "params": { "name": "readCodeFile", "arguments": { "codeFileId": "string" } } }