mcp: adds resources and prompts for func subcommands#2890
mcp: adds resources and prompts for func subcommands#2890knative-prow[bot] merged 1 commit intoknative:mainfrom
Conversation
|
Hi @KapilSareen. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2890 +/- ##
==========================================
- Coverage 60.72% 59.38% -1.35%
==========================================
Files 129 130 +1
Lines 15843 16490 +647
==========================================
+ Hits 9621 9792 +171
- Misses 5336 5778 +442
- Partials 886 920 +34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I really like this dynamic way of defining the prompts and resources. I understand there may be some spotty support in Clients right now, despite it being part of the MCP spec. If we can get it to work, great. If not, we may need to do it the long/hard way (for now) and create a separate one for each command. Perhaps that can be automated. |
Signed-off-by: kapil <kapilsareen584@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KapilSareen, lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: kapil <kapilsareen584@gmail.com>
* mcp: adds func mcp command (knative#2836) Signed-off-by: KapilSareen <kapilsareen584@gmail.com> * mcp: adds create and deploy tools (knative#2859) Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: adds list tool (knative#2861) Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: adds build tool (knative#2865) Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: adds resource provider and prompt for root cmd docs (knative#2875) Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: adds delete tool and adds remote flag to deploy tool (knative#2863) * rebases * adds remote flag to deploy tool Signed-off-by: kapil <kapilsareen584@gmail.com> --------- Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: extends flags support for existing tools (knative#2889) Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: adds resources and prompts for func subcommands (knative#2890) Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: adds tool and resource for config volumes (knative#2925) Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: refactors pkg for easy maintainability (knative#2928) Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: adds labels and envs config tools and resources (knative#2931) Signed-off-by: kapil <kapilsareen584@gmail.com> * mcp: adds remote template support (knative#2951) Signed-off-by: kapil <kapilsareen584@gmail.com> --------- Signed-off-by: KapilSareen <kapilsareen584@gmail.com> Signed-off-by: kapil <kapilsareen584@gmail.com> Co-authored-by: Kapil Sareen <kapilsareen584@gmail.com>
Changes
This PR adds resources and prompts of the func subcommands
helpfor the LLM contextRelated Epic #2806