Editing Multiple Pages
Best for cross-page changes. Requires the MCP server.
Setup
npm install -g vibe-annotations-server
vibe-annotations-server start
Then connect your agent.
Workflow
- Navigate your app and annotate elements across as many routes as you need
- Tell your agent: "read vibe annotations and implement the changes"
- The agent pulls all pending annotations via MCP, edits your source files, and deletes each annotation when done
The agent sees annotations from all routes at once — no manual copy-paste per page.