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 f45586b + d5c996b commit 7d71ecfCopy full SHA for 7d71ecf
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