mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
70252124ba
The FSRead handler was using client.ReadFile() which formats each line with a line number prefix (for MCP AI tools). Switch to client.ReadRaw() so the file viewer gets unmodified content — fixes duplicate line numbers in the Monaco editor.