MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isRecognizedMcpOrgPath

Function isRecognizedMcpOrgPath

apps/host-selfhost/src/mcp/org-path.ts:72–73  ·  view source on GitHub ↗
(pathname: string)

Source from the content-addressed store, hash-verified

70 * on the way out.
71 */
72export const isRecognizedMcpOrgPath = (pathname: string): boolean =>
73 stripMcpOrgSegment(pathname) !== null;
74
75/**
76 * Given a recognized original pathname (a `MCP_ORIGINAL_PATH_HEADER` value —

Callers 1

Calls 1

stripMcpOrgSegmentFunction · 0.85

Tested by

no test coverage detected