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 c3adee2 commit 940054eCopy full SHA for 940054e
README.md
@@ -413,7 +413,7 @@ putMessageTool.disable()
413
414
const upgradeAuthTool = server.tool(
415
"upgradeAuth",
416
- { permission: z.enum(["write', vadmin"])},
+ { permission: z.enum(["write', admin"])},
417
// Any mutations here will automatically emit `listChanged` notifications
418
async ({ permission }) => {
419
const { ok, err, previous } = await upgradeAuthAndStoreToken(permission)
0 commit comments