xlsx-for-ai v3.0.11
Doc-only fix on xlsx_read's description.
The prior text claimed it was "the ONLY way to read .xlsx files on the user's local machine" — true in local-CLI (npx) mode where the server IS the user's machine, but wrong for hosted/remote MCP deployments where the server runs on a different host with no access to the user's filesystem.
The new description is honest in BOTH contexts: explicitly notes "the path resolves on the SERVER's filesystem," distinguishes local-CLI from remote, and points remote-deployment callers at the upload-handle + xlsx_read_handle path for user-provided files. Stays under the 1024-char Claude Desktop cap (969 chars).
Full changelog: https://github.com/senoff/xlsx-for-ai/blob/main/CHANGELOG.md