Dynamic Prompt Libraries #1153
bdoyle0182
started this conversation in
Ideas - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Your Idea
I would like to leverage MCP to handle the problem of prompt libraries not being client agnostic in current AI apps. This removes the need for proprietary prompt lifecycling / sharing in apps if can standarize around MCP
Leveraging the prompts protocol, we can:
However where I am stuck at at the moment is how to be able to register new prompts on a live running server without having to redeploy the server. Is this already possible?
The goal here is that
Would this application actually need to be built into the protocol such that a mcp client could call a create / delete / update prompt, or just a pattern we can work into the SDK's?
Unlike tools that actually execute code, prompts and resources generally just follow a schema which while certainly can be enhanced with dynamic imperative code server side; don't need to be to be able to define.
This way organization prompt / resource libraries can be managed through MCP without having to reinvent the wheel for each new app and can auto load the library fully portable any new app we want to try.
Scope
Beta Was this translation helpful? Give feedback.
All reactions