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.
2 parents 0c4b308 + fbcf010 commit d5c996bCopy full SHA for d5c996b
README.md
@@ -548,7 +548,7 @@ putMessageTool.disable()
548
549
const upgradeAuthTool = server.tool(
550
"upgradeAuth",
551
- { permission: z.enum(["write', vadmin"])},
+ { permission: z.enum(["write', admin"])},
552
// Any mutations here will automatically emit `listChanged` notifications
553
async ({ permission }) => {
554
const { ok, err, previous } = await upgradeAuthAndStoreToken(permission)
0 commit comments