(prefix: string)
| 26 | const api = composePluginApi([mcpHttpPlugin(), graphqlHttpPlugin()] as const); |
| 27 | |
| 28 | const freshSlug = (prefix: string): string => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 29 | |
| 30 | // Registration never dials the endpoint, so a closed local port is fine for |
| 31 | // the catalog-only scenarios. |
no test coverage detected