Skip to content

Commit 7d71ecf

Browse files
authored
Merge branch 'main' into terminate-child-process
2 parents f45586b + d5c996b commit 7d71ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ putMessageTool.disable()
548548

549549
const upgradeAuthTool = server.tool(
550550
"upgradeAuth",
551-
{ permission: z.enum(["write', vadmin"])},
551+
{ permission: z.enum(["write', admin"])},
552552
// Any mutations here will automatically emit `listChanged` notifications
553553
async ({ permission }) => {
554554
const { ok, err, previous } = await upgradeAuthAndStoreToken(permission)

0 commit comments

Comments
 (0)