add comment

This commit is contained in:
centdix
2025-09-28 13:27:44 +00:00
parent f1d3ed7d79
commit 3de8fbe52f

View File

@@ -39,6 +39,7 @@
newTokenLabel = $bindable(undefined)
}: Props = $props()
// MCP clients do not allow names longer than 60 characters, here we use 55 because final tool name server side will add ~5 characters
const MAX_PATH_LENGTH = 55
let newToken = $state<string | undefined>(undefined)