(pathname: string)
| 70 | * on the way out. |
| 71 | */ |
| 72 | export const isRecognizedMcpOrgPath = (pathname: string): boolean => |
| 73 | stripMcpOrgSegment(pathname) !== null; |
| 74 | |
| 75 | /** |
| 76 | * Whether `pathname` targets one of self-host's MCP serving endpoints, in |
no test coverage detected