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
Copy file name to clipboardExpand all lines: tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools/ReleasePlan/ReleasePlanTool.cs
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -59,18 +59,22 @@ public partial class ReleasePlanTool(IDevOpsService devOpsService, ITypeSpecHelp
59
59
[McpServerTool(Name="azsdk_get_release_plan_for_spec_pr"),Description("Get release plan for API spec pull request. This tool should be used only if work item Id is unknown.")]
thrownewException($"Invalid spec pull request URL '{specPullRequestUrl}' It should be a valid GitHub pull request to azure-rest-api-specs or azure-rest-api-specs-pr repo.");
0 commit comments