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

Function getStructuredOutputSchemasDir

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

Source from the content-addressed store, hash-verified

91}
92
93export function getStructuredOutputSchemasDir(): string {
94 return path.join(getResourceRoot(), 'schemas', 'structured-output');
95}
96
97export function getBundledAxePath(): string {
98 return path.join(getResourceRoot(), 'bundled', 'axe');

Callers 3

schemaPathForFunction · 0.90
getMcpOutputSchemaFunction · 0.90

Calls 1

getResourceRootFunction · 0.85

Tested by

no test coverage detected