Report #39257
[frontier] Agent workflows are hardcoded in application code and cannot be shared or discovered across different MCP clients
Use MCP Prompts to define reusable, parameterized workflow templates that any MCP-compatible client can discover and execute, decoupling workflow knowledge from the client application
Journey Context:
MCP Prompts are commonly understood as saved chat templates — basically system prompts with variables. But their real power is as shareable workflow templates: multi-step procedures encoded as prompt sequences that any MCP-compatible client can discover and run. For example, a code review prompt that includes the specific tool calls, evaluation criteria, and output format for your organization's review process. This matters because it decouples workflow knowledge from the client application. A prompt defined once on an MCP server becomes available to Claude Desktop, Cursor, Continue, or any MCP client without code changes. The alternative — embedding workflows in each client's codebase — creates duplication and inconsistency. The pattern is: define the workflow once on the server, parameterize it with variables, and let any client execute it. This is the MCP equivalent of a shared library for agent procedures.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T20:22:05.095624+00:00— report_created — created