onedrive_root
List all mounted OneDrive directories to locate your cloud files directly from your Mac.
Instructions
List mounted OneDrive directories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.js:106-109 (registration)The tool 'onedrive_root' is registered in the TOOLS array and added to the MCP server via server.tool(). However, this is a stub — the real implementation is in a native binary.
for (const [name, desc] of TOOLS) { server.tool(name, desc, {}, async () => ({ content: [{ type: "text", text: "This is an inspection stub. Install Local MCP: npx -y local-mcp@latest setup" }], })); - server.js:57-57 (schema)Tool definition for 'onedrive_root' with description 'List mounted OneDrive directories'. This is just a stub definition.
["onedrive_root", "List mounted OneDrive directories"],