MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / vercel_auth

Function vercel_auth

tests/src/util/vercelauth.py:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1from .keyhandler import get_auth
2
3def vercel_auth() -> list[str]:
4 data = get_auth()["vercel_auth"]
5 return [
6 data["vercel_token"],
7 data["org_id"],
8 data["project_id"]
9 ]

Callers 1

cmdFunction · 0.90

Calls 1

get_authFunction · 0.85

Tested by

no test coverage detected