-
Notifications
You must be signed in to change notification settings - Fork 253
Reusability of Prompts #76
Copy link
Copy link
Labels
area/promptskind/enhancementNew feature or requestNew feature or requestpriority/p0Critical and urgent e.g., critical security vulnerability, major breakageCritical and urgent e.g., critical security vulnerability, major breakage
Milestone
Metadata
Metadata
Assignees
Labels
area/promptskind/enhancementNew feature or requestNew feature or requestpriority/p0Critical and urgent e.g., critical security vulnerability, major breakageCritical and urgent e.g., critical security vulnerability, major breakage
TL;DR
Currently, the prompts used by the Gemini CLI are defined inline within the workflow files.
When we improve a prompt, users who have copied our provided workflows won't get the updates unless they manually copy the new prompt from our repository. This means users can easily be running on old, sub-optimal prompts.
Detailed design
Consider serving prompts via the Model Context Protocol (MCP), similar to how we currently serve custom tools.
This would involve:
Additional information
Learn more in https://modelcontextprotocol.io/specification/2025-06-18/server/prompts