I turned a CKEditor 5 v26→v47 migration into an MCP server (and saved 80–95% of my AI tokens)

At work I’m running a CKEditor 5 migration from v26 to v47 across some twenty in-house plugins. Instead of tracking it all by hand, I wrote ckeditor_audit: a read-only MCP server that audits migration status, searches the code with ripgrep + ast-grep, and cuts the AI token bill by 80 to 95%.

Continue Reading →