You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcostMessage=`$${cost.amount} per ${cost.recurrence}`;
68
+
69
+
constresult=awaitcontext.server.elicitInput({
70
+
message: `You are about to create branch "${name}" on project ${project_id}.\n\n💰 Cost: ${costMessage}\n\nDo you want to proceed with this billable branch?`,
71
+
requestedSchema: {
72
+
type: 'object',
73
+
properties: {
74
+
confirm: {
75
+
type: 'boolean',
76
+
title: 'Confirm billable branch creation',
77
+
description: `I understand this will cost ${costMessage} and want to proceed`,
0 commit comments