MCPcopy Create free account
hub / github.com/idosal/git-mcp / AutoRAGUnauthorizedError

Interface AutoRAGUnauthorizedError

worker-configuration.d.ts:3840–3841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3838interface AutoRAGNotFoundError extends Error {
3839}
3840interface AutoRAGUnauthorizedError extends Error {
3841}
3842type ComparisonFilter = {
3843 key: string;
3844 type: 'eq' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected