(prefix: string)
| 29 | const DISCOVERED_SCOPES = ["channels:history", "users:read"] as const; |
| 30 | |
| 31 | const freshSlug = (prefix: string): string => `${prefix}-${randomBytes(4).toString("hex")}`; |
| 32 | |
| 33 | scenario( |
| 34 | "MCP OAuth · oauth.start requests the scopes the server advertises, not a declared set", |
no test coverage detected