[solution]
Lists the loaded TypeScript or JavaScript project contexts in the workspace.
TypeScript and JavaScript workspaces can contain multiple projects, generated configs, path aliases, and live editor text.
The model can load, refresh, and inspect the workspace state it will use for later semantic calls.
Try it locally in the TGlider playground
This tool requires no parameters.
List loaded projects
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_projects",
"arguments": {}
}
}Returns project count and compact summaries.