Use your cursor/vscode tasks.json
Tasks.json is a great bit of functionality I only just found out about, and it's in both vscode and cursor.
Sounds simple - just need posts with title, content, and excerpt yes?
Maybe categories. Oh and tags.
But I also want custom pages that are not blog posts.
And a menu function.
And custom page layouts.
Before you know it, you've re-written wordpress
Tasks.json is a great bit of functionality I only just found out about, and it's in both vscode and cursor.
For weeks I've been trying to get MCPs working in cursor on my windows laptop, where my code is running in WSL. I've cracked it, thanks to a friendly person on Reddit.
I've recently started expanding my usage of Cursor to let it run commands, tests, etc and fix it's own issues. Here's my experience.