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 0d54517 commit 61d5c6bCopy full SHA for 61d5c6b
README.md
@@ -899,7 +899,7 @@ const upgradeAuthTool = server.tool(
899
// If we've just upgraded to 'write' permissions, we can still call 'upgradeAuth'
900
// but can only upgrade to 'admin'.
901
upgradeAuthTool.update({
902
- paramSchema: { permission: z.enum(["admin"]) }, // change validation rules
+ paramsSchema: { permission: z.enum(["admin"]) }, // change validation rules
903
})
904
} else {
905
// If we're now an admin, we no longer have anywhere to upgrade to, so fully remove that tool
0 commit comments