We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b397a commit 208cfb5Copy full SHA for 208cfb5
src/mcp/tools/remoteconfig/update_template.ts
@@ -13,11 +13,7 @@ export const update_template = tool(
13
inputSchema: z
14
.object({
15
template: z.object({}).optional().describe("The Remote Config template object to publish."),
16
- version_number: z
17
- .number()
18
- .positive()
19
- .optional()
20
- .describe("The version number to roll back to."),
+ version_number: z.number().optional().describe("The version number to roll back to."),
21
force: z
22
.boolean()
23
.optional()
0 commit comments