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