Until now the MCP server could create prompts but not change them. If you were iterating on prompt wording from Claude Code or Claude Desktop, every tweak meant a trip back to the web app.
Two new tools fix that:
update_prompt edits a single prompt: its text, topic, or target page URL.
update_prompts edits up to 50 prompts in one call. Each item is processed independently, and the response tells you exactly which ones succeeded and which failed, so a retry only needs to cover the failures.
Editing a prompt's text keeps all past results linked to it. Only future runs use the new wording, so your history stays intact while you refine.
Update to aeo-copilot-mcp 1.1.0 to get the new tools. The same editing endpoints are also available directly on the public API at PATCH /api/v1/prompts/:id and PATCH /api/v1/prompts.