MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / getManifestsDir

Function getManifestsDir

src/core/resource-root.ts:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89export function getManifestsDir(): string {
90 return path.join(getResourceRoot(), 'manifests');
91}
92
93export function getStructuredOutputSchemasDir(): string {
94 return path.join(getResourceRoot(), 'schemas', 'structured-output');

Callers 2

loadManifestFunction · 0.90

Calls 1

getResourceRootFunction · 0.85

Tested by

no test coverage detected