diff --git a/test/cli/CMakeLists.txt b/test/cli/CMakeLists.txt index 0832e93dd..88bac97ef 100644 --- a/test/cli/CMakeLists.txt +++ b/test/cli/CMakeLists.txt @@ -75,9 +75,9 @@ if(ONE_INDEX) sourcemeta_one_test_cli(common index fail-no-evaluate-unknown-required-vocabulary) sourcemeta_one_test_cli(common index fail-unknown-option) sourcemeta_one_test_cli(common index fail-vocabulary-not-object) - sourcemeta_one_test_cli(common index draft4-ignore-vocabulary) + sourcemeta_one_test_cli(common index snapshot-no-self-draft4-ignore-vocabulary) sourcemeta_one_test_cli(common index rebuild-extra-files) - sourcemeta_one_test_cli(common index directory-schema-same-name) + sourcemeta_one_test_cli(common index snapshot-no-self-directory-schema-same-name) sourcemeta_one_test_cli(common index rebuild-two-to-three) sourcemeta_one_test_cli(common index rebuild-two-to-three-with-ref) sourcemeta_one_test_cli(common index rebuild-modify-cache) @@ -91,28 +91,28 @@ if(ONE_INDEX) sourcemeta_one_test_cli(common index verbose-short) sourcemeta_one_test_cli(common index configuration-long) sourcemeta_one_test_cli(common index configuration-short) - sourcemeta_one_test_cli(common index no-base-uri) + sourcemeta_one_test_cli(common index snapshot-no-self-no-base-uri) sourcemeta_one_test_cli(common index manifest-empty) sourcemeta_one_test_cli(common index manifest-headless) sourcemeta_one_test_cli(common index manifest-no-api) sourcemeta_one_test_cli(common index manifest-default) - sourcemeta_one_test_cli(common index version-path) - sourcemeta_one_test_cli(common index schema-extension) - sourcemeta_one_test_cli(common index version-filename) - sourcemeta_one_test_cli(common index index-html-filename) + sourcemeta_one_test_cli(common index snapshot-no-self-version-path) + sourcemeta_one_test_cli(common index snapshot-no-self-schema-extension) + sourcemeta_one_test_cli(common index snapshot-no-self-version-filename) + sourcemeta_one_test_cli(common index snapshot-no-self-index-html-filename) sourcemeta_one_test_cli(common index camelcase-filename) - sourcemeta_one_test_cli(common index file-and-directory-clash) - sourcemeta_one_test_cli(common index yaml-schemas) - sourcemeta_one_test_cli(common index period-filename) - sourcemeta_one_test_cli(common index no-evaluate) - sourcemeta_one_test_cli(common index no-id) - sourcemeta_one_test_cli(common index encoded-percentage) - sourcemeta_one_test_cli(common index string-directory-overlap) - sourcemeta_one_test_cli(common index non-existent-collection-directory) + sourcemeta_one_test_cli(common index snapshot-no-self-file-and-directory-clash) + sourcemeta_one_test_cli(common index snapshot-no-self-yaml-schemas) + sourcemeta_one_test_cli(common index snapshot-no-self-period-filename) + sourcemeta_one_test_cli(common index snapshot-no-self-no-evaluate) + sourcemeta_one_test_cli(common index snapshot-no-self-no-id) + sourcemeta_one_test_cli(common index snapshot-no-self-encoded-percentage) + sourcemeta_one_test_cli(common index snapshot-no-self-string-directory-overlap) + sourcemeta_one_test_cli(common index snapshot-no-self-non-existent-collection-directory) sourcemeta_one_test_cli(common index collection-path-is-file) - sourcemeta_one_test_cli(common index duplicate-path-filename-matches-key) - sourcemeta_one_test_cli(common index duplicate-path-id-matches-key) - sourcemeta_one_test_cli(common index duplicate-path-subdirectory-matches-key) + sourcemeta_one_test_cli(common index snapshot-no-self-duplicate-path-filename-matches-key) + sourcemeta_one_test_cli(common index snapshot-no-self-duplicate-path-id-matches-key) + sourcemeta_one_test_cli(common index snapshot-no-self-duplicate-path-subdirectory-matches-key) sourcemeta_one_test_cli(common index rebuild-zero-to-one) sourcemeta_one_test_cli(common index rebuild-one-to-zero) sourcemeta_one_test_cli(common index resolve-schema) @@ -127,20 +127,20 @@ if(ONE_INDEX) sourcemeta_one_test_cli(common index fail-maximum-direct-directory-entries) sourcemeta_one_test_cli(common index fail-url-with-path-id-outside-base) sourcemeta_one_test_cli(common index fail-url-with-path-external-ref) - sourcemeta_one_test_cli(common index url-with-path) - sourcemeta_one_test_cli(common index url-with-path-trailing-slash) - sourcemeta_one_test_cli(common index url-with-path-deep) - sourcemeta_one_test_cli(common index url-with-path-base-uri) - sourcemeta_one_test_cli(common index url-with-path-nested-pages) - sourcemeta_one_test_cli(common index url-with-path-multiple-collections) - sourcemeta_one_test_cli(common index url-with-path-resolve) - sourcemeta_one_test_cli(common index url-with-path-no-id) - sourcemeta_one_test_cli(common index url-with-path-yaml) - sourcemeta_one_test_cli(common index url-with-path-subdirectory) - sourcemeta_one_test_cli(common index url-with-path-schema-extension) - sourcemeta_one_test_cli(common index url-with-path-id-under-base) - sourcemeta_one_test_cli(common index url-with-path-id-equals-base) - sourcemeta_one_test_cli(common index url-with-path-internal-ref) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-trailing-slash) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-deep) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-base-uri) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-nested-pages) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-multiple-collections) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-resolve) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-no-id) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-yaml) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-subdirectory) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-schema-extension) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-id-under-base) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-id-equals-base) + sourcemeta_one_test_cli(common index snapshot-no-self-url-with-path-internal-ref) sourcemeta_one_test_cli(common index rebuild-url-path-to-no-path) sourcemeta_one_test_cli(common index rebuild-url-no-path-to-path) sourcemeta_one_test_cli(common index rebuild-url-path-cached) diff --git a/test/cli/index/common/directory-schema-same-name.sh b/test/cli/index/common/directory-schema-same-name.sh deleted file mode 100755 index 10461b7e7..000000000 --- a/test/cli/index/common/directory-schema-same-name.sh +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://sourcemeta.com/", - "html": {}, - "contents": { - "example": { - "contents": { - "schemas": { - "baseUri": "https://example.com/", - "path": "./schemas" - } - } - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://example.com/foo.json" -} -EOF - -cat << 'EOF' > "$TMP/schemas/bar.json" -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://example.com/foo/bar.json" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -exists() { - [ -f "$1" ] || (echo "File MUST exist: $1" 1>&2 && exit 1) -} - -exists "$TMP/output/explorer/example/schemas/foo/%/schema.metapack" -exists "$TMP/output/explorer/example/schemas/foo/%/schema-html.metapack" -exists "$TMP/output/explorer/example/schemas/foo/%/directory.metapack" -exists "$TMP/output/explorer/example/schemas/foo/%/directory-html.metapack" -exists "$TMP/output/explorer/example/schemas/foo/bar/%/schema.metapack" -exists "$TMP/output/explorer/example/schemas/foo/bar/%/schema-html.metapack" - -exists "$TMP/output/schemas/example/schemas/foo/%/schema.metapack" -exists "$TMP/output/schemas/example/schemas/foo/bar/%/schema.metapack" diff --git a/test/cli/index/common/draft4-ignore-vocabulary.sh b/test/cli/index/common/draft4-ignore-vocabulary.sh deleted file mode 100755 index 5d899a6ba..000000000 --- a/test/cli/index/common/draft4-ignore-vocabulary.sh +++ /dev/null @@ -1,1001 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://sourcemeta.com/", - "contents": { - "example": { - "contents": { - "schemas": { - "baseUri": "https://example.com/", - "path": "./schemas" - } - } - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/test.json" -{ - "$schema": "http://json-schema.org/draft-04/schema#", - "id": "https://example.com/test", - "$vocabulary": { - "https://example.com/vocab/totally-unknown": true - }, - "type": "string" -} -EOF - -remove_threads_information() { - expr='s/ \[[^]]*[^a-z-][^]]*\]//g' - if [ "$(uname -s)" = "Darwin" ]; then - sed -i '' "$expr" "$1" - else - sed -i "$expr" "$1" - fi -} - -"$1" --skip-banner --deterministic "$TMP/one.json" "$TMP/output" --concurrency 1 2> "$TMP/output.txt" -remove_threads_information "$TMP/output.txt" - -cat << EOF > "$TMP/expected.txt" -Writing output to: $(realpath "$TMP")/output -Using configuration: $(realpath "$TMP")/one.json -Detecting: $(realpath "$TMP")/schemas/test.json (#1) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/error.json (#2) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/list/response.json (#3) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/dependencies/response.json (#4) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/dependents/response.json (#5) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/evaluate/request.json (#6) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/evaluate/response.json (#7) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/health/response.json (#8) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/locations/response.json (#9) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/metadata/response.json (#10) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/position.json (#11) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/positions/response.json (#12) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/search/response.json (#13) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/stats/response.json (#14) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/trace/request.json (#15) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/api/schemas/trace/response.json (#16) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/error.json (#17) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/initialize/request.json (#18) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/initialize/response.json (#19) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/notifications/cancelled.json (#20) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/notifications/initialized.json (#21) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/ping/request.json (#22) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/ping/response.json (#23) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/request.json (#24) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/resources/list/request.json (#25) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/resources/list/response.json (#26) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/resources/read/request.json (#27) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/resources/read/response.json (#28) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/resources/templates/list/request.json (#29) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/resources/templates/list/response.json (#30) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (#31) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/evaluate-schema/request.json (#32) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/evaluate-schema/response.json (#33) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request.json (#34) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response.json (#35) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-dependents/request.json (#36) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-dependents/response.json (#37) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-health/request.json (#38) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-health/response.json (#39) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-locations/request.json (#40) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-locations/response.json (#41) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-metadata/request.json (#42) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-metadata/response.json (#43) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-positions/request.json (#44) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-positions/response.json (#45) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-stats/request.json (#46) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/get-schema-stats/response.json (#47) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/list-directory/request.json (#48) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/list-directory/response.json (#49) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/request.json (#50) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/response.json (#51) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/search-schemas/request.json (#52) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/search-schemas/response.json (#53) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request.json (#54) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response.json (#55) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/list/request.json (#56) -Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/tools/list/response.json (#57) -( 1%) Resolving: example/schemas/test.json -( 3%) Resolving: self/v1/schemas/api/error.json -( 5%) Resolving: self/v1/schemas/api/list/response.json -( 7%) Resolving: self/v1/schemas/api/schemas/dependencies/response.json -( 8%) Resolving: self/v1/schemas/api/schemas/dependents/response.json -( 10%) Resolving: self/v1/schemas/api/schemas/evaluate/request.json -( 12%) Resolving: self/v1/schemas/api/schemas/evaluate/response.json -( 14%) Resolving: self/v1/schemas/api/schemas/health/response.json -( 15%) Resolving: self/v1/schemas/api/schemas/locations/response.json -( 17%) Resolving: self/v1/schemas/api/schemas/metadata/response.json -( 19%) Resolving: self/v1/schemas/api/schemas/position.json -( 21%) Resolving: self/v1/schemas/api/schemas/positions/response.json -( 22%) Resolving: self/v1/schemas/api/schemas/search/response.json -( 24%) Resolving: self/v1/schemas/api/schemas/stats/response.json -( 26%) Resolving: self/v1/schemas/api/schemas/trace/request.json -( 28%) Resolving: self/v1/schemas/api/schemas/trace/response.json -( 29%) Resolving: self/v1/schemas/mcp/error.json -( 31%) Resolving: self/v1/schemas/mcp/initialize/request.json -( 33%) Resolving: self/v1/schemas/mcp/initialize/response.json -( 35%) Resolving: self/v1/schemas/mcp/notifications/cancelled.json -( 36%) Resolving: self/v1/schemas/mcp/notifications/initialized.json -( 38%) Resolving: self/v1/schemas/mcp/ping/request.json -( 40%) Resolving: self/v1/schemas/mcp/ping/response.json -( 42%) Resolving: self/v1/schemas/mcp/request.json -( 43%) Resolving: self/v1/schemas/mcp/resources/list/request.json -( 45%) Resolving: self/v1/schemas/mcp/resources/list/response.json -( 47%) Resolving: self/v1/schemas/mcp/resources/read/request.json -( 49%) Resolving: self/v1/schemas/mcp/resources/read/response.json -( 50%) Resolving: self/v1/schemas/mcp/resources/templates/list/request.json -( 52%) Resolving: self/v1/schemas/mcp/resources/templates/list/response.json -( 54%) Resolving: self/v1/schemas/mcp/response.json -( 56%) Resolving: self/v1/schemas/mcp/tools/call/evaluate-schema/request.json -( 57%) Resolving: self/v1/schemas/mcp/tools/call/evaluate-schema/response.json -( 59%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-dependencies/request.json -( 61%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-dependencies/response.json -( 63%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-dependents/request.json -( 64%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-dependents/response.json -( 66%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-health/request.json -( 68%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-health/response.json -( 70%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-locations/request.json -( 71%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-locations/response.json -( 73%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-metadata/request.json -( 75%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-metadata/response.json -( 77%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-positions/request.json -( 78%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-positions/response.json -( 80%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-stats/request.json -( 82%) Resolving: self/v1/schemas/mcp/tools/call/get-schema-stats/response.json -( 84%) Resolving: self/v1/schemas/mcp/tools/call/list-directory/request.json -( 85%) Resolving: self/v1/schemas/mcp/tools/call/list-directory/response.json -( 87%) Resolving: self/v1/schemas/mcp/tools/call/request.json -( 89%) Resolving: self/v1/schemas/mcp/tools/call/response.json -( 91%) Resolving: self/v1/schemas/mcp/tools/call/search-schemas/request.json -( 92%) Resolving: self/v1/schemas/mcp/tools/call/search-schemas/response.json -( 94%) Resolving: self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request.json -( 96%) Resolving: self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response.json -( 98%) Resolving: self/v1/schemas/mcp/tools/list/request.json -(100%) Resolving: self/v1/schemas/mcp/tools/list/response.json -( 0%) Producing: configuration.json -( 0%) Producing: version.json -( 0%) Producing: routes.bin -( 0%) Producing: explorer/%/404.metapack -( 0%) Producing: schemas/example/schemas/test/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -( 8%) Producing: schemas/example/schemas/test/%/dependencies.metapack -( 8%) Producing: schemas/example/schemas/test/%/locations.metapack -( 8%) Producing: schemas/example/schemas/test/%/positions.metapack -( 8%) Producing: schemas/example/schemas/test/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack -( 9%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -( 9%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -( 9%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -( 16%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack -( 16%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 16%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -( 17%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -( 17%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -( 17%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 17%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -( 17%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -( 17%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -( 18%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 18%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -( 18%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -( 18%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -( 18%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -( 18%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -( 19%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -( 19%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -( 19%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -( 20%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack -( 20%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack -( 20%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -( 20%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -( 20%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -( 20%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -( 21%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -( 21%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -( 21%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -( 21%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -( 21%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -( 21%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -( 22%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -( 22%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 22%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -( 22%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -( 23%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -( 23%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -( 23%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack -( 23%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack -( 23%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack -( 24%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -( 24%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -( 24%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -( 24%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -( 25%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -( 25%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -( 25%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -( 25%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -( 37%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -( 37%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -( 37%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -( 37%) Producing: schemas/example/schemas/test/%/bundle.metapack -( 37%) Producing: schemas/example/schemas/test/%/health.metapack -( 37%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack -( 37%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack -( 37%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -( 52%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -( 52%) Producing: explorer/example/schemas/test/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -( 59%) Producing: schemas/example/schemas/test/%/blaze-exhaustive.metapack -( 59%) Producing: schemas/example/schemas/test/%/blaze-fast.metapack -( 59%) Producing: schemas/example/schemas/test/%/editor.metapack -( 59%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack -( 60%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -( 60%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack -( 60%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -( 60%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -( 61%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -( 61%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -( 61%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -( 61%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -( 61%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -( 65%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -( 66%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -( 66%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -( 66%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -( 66%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -( 66%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -( 67%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -( 67%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -( 67%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -( 67%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -( 67%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -( 68%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -( 68%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -( 68%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -( 68%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack -( 68%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -( 68%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -( 69%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -( 69%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -( 69%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -( 69%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -( 70%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -( 70%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -( 70%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -( 70%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -( 70%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -( 71%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -( 71%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -( 71%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -( 72%) Producing: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -( 72%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -( 72%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -( 72%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -( 72%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -( 73%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -( 73%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -( 81%) Producing: explorer/example/schemas/%/directory.metapack -( 81%) Producing: explorer/example/schemas/test/%/schema-html.metapack -( 81%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -( 82%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -( 82%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -( 82%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack -( 86%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -( 86%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -( 88%) Producing: explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -( 88%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -( 88%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -( 92%) Producing: explorer/example/%/directory.metapack -( 93%) Producing: explorer/example/schemas/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -( 96%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -( 96%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -( 96%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -( 96%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -( 96%) Producing: explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -( 96%) Producing: explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -( 96%) Producing: explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -( 97%) Producing: explorer/example/%/directory-html.metapack -( 97%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/tools/%/directory.metapack -( 98%) Producing: explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -( 98%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack -( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -( 98%) Producing: explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack -( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack -( 98%) Producing: explorer/self/v1/%/directory.metapack -( 99%) Producing: explorer/self/v1/schemas/%/directory-html.metapack -( 99%) Producing: explorer/self/%/directory.metapack -( 99%) Producing: explorer/self/v1/%/directory-html.metapack -( 99%) Producing: explorer/%/directory.metapack -( 99%) Producing: explorer/self/%/directory-html.metapack -( 99%) Producing: explorer/%/directory-html.metapack -( 99%) Producing: explorer/%/search.metapack -(100%) Producing: explorer/%/mcp.metapack -( 1%) Combining: schemas/example/schemas/test/%/dependents.metapack -( 3%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack -( 5%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack -( 7%) Combining: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -( 8%) Combining: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -( 10%) Combining: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -( 12%) Combining: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -( 14%) Combining: schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -( 15%) Combining: schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -( 17%) Combining: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -( 19%) Combining: schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -( 21%) Combining: schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -( 22%) Combining: schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -( 24%) Combining: schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -( 26%) Combining: schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -( 28%) Combining: schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -( 29%) Combining: schemas/self/v1/schemas/mcp/error/%/dependents.metapack -( 31%) Combining: schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -( 33%) Combining: schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -( 35%) Combining: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -( 36%) Combining: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -( 38%) Combining: schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -( 40%) Combining: schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -( 42%) Combining: schemas/self/v1/schemas/mcp/request/%/dependents.metapack -( 43%) Combining: schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -( 45%) Combining: schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -( 47%) Combining: schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -( 49%) Combining: schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -( 50%) Combining: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -( 52%) Combining: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -( 54%) Combining: schemas/self/v1/schemas/mcp/response/%/dependents.metapack -( 56%) Combining: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -( 57%) Combining: schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -( 59%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -( 61%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -( 63%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -( 64%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -( 66%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -( 68%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -( 70%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -( 71%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -( 73%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -( 75%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -( 77%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -( 78%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -( 80%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -( 82%) Combining: schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -( 84%) Combining: schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -( 85%) Combining: schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -( 87%) Combining: schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -( 89%) Combining: schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -( 91%) Combining: schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -( 92%) Combining: schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -( 94%) Combining: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -( 96%) Combining: schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -( 98%) Combining: schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -(100%) Combining: schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -EOF - -diff "$TMP/output.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/duplicate-path-filename-matches-key.sh b/test/cli/index/common/duplicate-path-filename-matches-key.sh deleted file mode 100755 index 7d6b0be28..000000000 --- a/test/cli/index/common/duplicate-path-filename-matches-key.sh +++ /dev/null @@ -1,1220 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir -p "$TMP/schemas/foo" - -cat << 'EOF' > "$TMP/schemas/foo/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "object" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "contents": { - "foo": { - "path": "./schemas/foo" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/foo -./explorer/foo/% -./explorer/foo/%/directory-html.metapack -./explorer/foo/%/directory.metapack -./explorer/foo/foo -./explorer/foo/foo/% -./explorer/foo/foo/%/schema-html.metapack -./explorer/foo/foo/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/foo -./schemas/foo/foo -./schemas/foo/foo/% -./schemas/foo/foo/%/blaze-exhaustive.metapack -./schemas/foo/foo/%/blaze-fast.metapack -./schemas/foo/foo/%/bundle.metapack -./schemas/foo/foo/%/dependencies.metapack -./schemas/foo/foo/%/dependents.metapack -./schemas/foo/foo/%/editor.metapack -./schemas/foo/foo/%/health.metapack -./schemas/foo/foo/%/locations.metapack -./schemas/foo/foo/%/positions.metapack -./schemas/foo/foo/%/schema.metapack -./schemas/foo/foo/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/duplicate-path-id-matches-key.sh b/test/cli/index/common/duplicate-path-id-matches-key.sh deleted file mode 100755 index 09e501f61..000000000 --- a/test/cli/index/common/duplicate-path-id-matches-key.sh +++ /dev/null @@ -1,1226 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir -p "$TMP/schemas/bar" - -cat << 'EOF' > "$TMP/schemas/bar/test.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "http://localhost:8000/bar/test", - "type": "string" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "contents": { - "bar": { - "path": "./schemas/bar" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/bar -./explorer/bar/% -./explorer/bar/%/directory-html.metapack -./explorer/bar/%/directory.metapack -./explorer/bar/bar -./explorer/bar/bar/% -./explorer/bar/bar/%/directory-html.metapack -./explorer/bar/bar/%/directory.metapack -./explorer/bar/bar/test -./explorer/bar/bar/test/% -./explorer/bar/bar/test/%/schema-html.metapack -./explorer/bar/bar/test/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/bar -./schemas/bar/bar -./schemas/bar/bar/test -./schemas/bar/bar/test/% -./schemas/bar/bar/test/%/blaze-exhaustive.metapack -./schemas/bar/bar/test/%/blaze-fast.metapack -./schemas/bar/bar/test/%/bundle.metapack -./schemas/bar/bar/test/%/dependencies.metapack -./schemas/bar/bar/test/%/dependents.metapack -./schemas/bar/bar/test/%/editor.metapack -./schemas/bar/bar/test/%/health.metapack -./schemas/bar/bar/test/%/locations.metapack -./schemas/bar/bar/test/%/positions.metapack -./schemas/bar/bar/test/%/schema.metapack -./schemas/bar/bar/test/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/duplicate-path-subdirectory-matches-key.sh b/test/cli/index/common/duplicate-path-subdirectory-matches-key.sh deleted file mode 100755 index 12a58b5fb..000000000 --- a/test/cli/index/common/duplicate-path-subdirectory-matches-key.sh +++ /dev/null @@ -1,1225 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir -p "$TMP/schemas/baz/baz" - -cat << 'EOF' > "$TMP/schemas/baz/baz/test.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "contents": { - "baz": { - "path": "./schemas/baz" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/baz -./explorer/baz/% -./explorer/baz/%/directory-html.metapack -./explorer/baz/%/directory.metapack -./explorer/baz/baz -./explorer/baz/baz/% -./explorer/baz/baz/%/directory-html.metapack -./explorer/baz/baz/%/directory.metapack -./explorer/baz/baz/test -./explorer/baz/baz/test/% -./explorer/baz/baz/test/%/schema-html.metapack -./explorer/baz/baz/test/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/baz -./schemas/baz/baz -./schemas/baz/baz/test -./schemas/baz/baz/test/% -./schemas/baz/baz/test/%/blaze-exhaustive.metapack -./schemas/baz/baz/test/%/blaze-fast.metapack -./schemas/baz/baz/test/%/bundle.metapack -./schemas/baz/baz/test/%/dependencies.metapack -./schemas/baz/baz/test/%/dependents.metapack -./schemas/baz/baz/test/%/editor.metapack -./schemas/baz/baz/test/%/health.metapack -./schemas/baz/baz/test/%/locations.metapack -./schemas/baz/baz/test/%/positions.metapack -./schemas/baz/baz/test/%/schema.metapack -./schemas/baz/baz/test/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/encoded-percentage.sh b/test/cli/index/common/encoded-percentage.sh deleted file mode 100755 index af3e0f83e..000000000 --- a/test/cli/index/common/encoded-percentage.sh +++ /dev/null @@ -1,1127 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/test.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/%25/test" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/%25 -./explorer/example/%25/% -./explorer/example/%25/%/directory.metapack -./explorer/example/%25/test -./explorer/example/%25/test/% -./explorer/example/%25/test/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/%25 -./schemas/example/%25/test -./schemas/example/%25/test/% -./schemas/example/%25/test/%/blaze-exhaustive.metapack -./schemas/example/%25/test/%/blaze-fast.metapack -./schemas/example/%25/test/%/bundle.metapack -./schemas/example/%25/test/%/dependencies.metapack -./schemas/example/%25/test/%/dependents.metapack -./schemas/example/%25/test/%/editor.metapack -./schemas/example/%25/test/%/health.metapack -./schemas/example/%25/test/%/locations.metapack -./schemas/example/%25/test/%/positions.metapack -./schemas/example/%25/test/%/schema.metapack -./schemas/example/%25/test/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/file-and-directory-clash.sh b/test/cli/index/common/file-and-directory-clash.sh deleted file mode 100755 index d553ca362..000000000 --- a/test/cli/index/common/file-and-directory-clash.sh +++ /dev/null @@ -1,1147 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir -p "$TMP/schemas/foo" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/foo" -} -EOF - -cat << 'EOF' > "$TMP/schemas/foo/bar.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/foo/bar" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/foo -./explorer/example/foo/% -./explorer/example/foo/%/directory.metapack -./explorer/example/foo/%/schema.metapack -./explorer/example/foo/bar -./explorer/example/foo/bar/% -./explorer/example/foo/bar/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/foo -./schemas/example/foo/% -./schemas/example/foo/%/blaze-exhaustive.metapack -./schemas/example/foo/%/blaze-fast.metapack -./schemas/example/foo/%/bundle.metapack -./schemas/example/foo/%/dependencies.metapack -./schemas/example/foo/%/dependents.metapack -./schemas/example/foo/%/editor.metapack -./schemas/example/foo/%/health.metapack -./schemas/example/foo/%/locations.metapack -./schemas/example/foo/%/positions.metapack -./schemas/example/foo/%/schema.metapack -./schemas/example/foo/%/stats.metapack -./schemas/example/foo/bar -./schemas/example/foo/bar/% -./schemas/example/foo/bar/%/blaze-exhaustive.metapack -./schemas/example/foo/bar/%/blaze-fast.metapack -./schemas/example/foo/bar/%/bundle.metapack -./schemas/example/foo/bar/%/dependencies.metapack -./schemas/example/foo/bar/%/dependents.metapack -./schemas/example/foo/bar/%/editor.metapack -./schemas/example/foo/bar/%/health.metapack -./schemas/example/foo/bar/%/locations.metapack -./schemas/example/foo/bar/%/positions.metapack -./schemas/example/foo/bar/%/schema.metapack -./schemas/example/foo/bar/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/index-html-filename.sh b/test/cli/index/common/index-html-filename.sh deleted file mode 100755 index d0f4f02d2..000000000 --- a/test/cli/index/common/index-html-filename.sh +++ /dev/null @@ -1,1123 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/index.html.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/index.html.json" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/index.html -./explorer/example/index.html/% -./explorer/example/index.html/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/index.html -./schemas/example/index.html/% -./schemas/example/index.html/%/blaze-exhaustive.metapack -./schemas/example/index.html/%/blaze-fast.metapack -./schemas/example/index.html/%/bundle.metapack -./schemas/example/index.html/%/dependencies.metapack -./schemas/example/index.html/%/dependents.metapack -./schemas/example/index.html/%/editor.metapack -./schemas/example/index.html/%/health.metapack -./schemas/example/index.html/%/locations.metapack -./schemas/example/index.html/%/positions.metapack -./schemas/example/index.html/%/schema.metapack -./schemas/example/index.html/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/no-base-uri.sh b/test/cli/index/common/no-base-uri.sh deleted file mode 100755 index 5c7fbe7b6..000000000 --- a/test/cli/index/common/no-base-uri.sh +++ /dev/null @@ -1,1231 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com", - "html": {}, - "contents": { - "test": { - "contents": { - "schemas": { - "path": "./schemas" - } - } - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/test-1.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/test-1", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/output.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./explorer/test -./explorer/test/% -./explorer/test/%/directory-html.metapack -./explorer/test/%/directory.metapack -./explorer/test/schemas -./explorer/test/schemas/% -./explorer/test/schemas/%/directory-html.metapack -./explorer/test/schemas/%/directory.metapack -./explorer/test/schemas/test-1 -./explorer/test/schemas/test-1/% -./explorer/test/schemas/test-1/%/schema-html.metapack -./explorer/test/schemas/test-1/%/schema.metapack -./routes.bin -./schemas -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./schemas/test -./schemas/test/schemas -./schemas/test/schemas/test-1 -./schemas/test/schemas/test-1/% -./schemas/test/schemas/test-1/%/blaze-exhaustive.metapack -./schemas/test/schemas/test-1/%/blaze-fast.metapack -./schemas/test/schemas/test-1/%/bundle.metapack -./schemas/test/schemas/test-1/%/dependencies.metapack -./schemas/test/schemas/test-1/%/dependents.metapack -./schemas/test/schemas/test-1/%/editor.metapack -./schemas/test/schemas/test-1/%/health.metapack -./schemas/test/schemas/test-1/%/locations.metapack -./schemas/test/schemas/test-1/%/positions.metapack -./schemas/test/schemas/test-1/%/schema.metapack -./schemas/test/schemas/test-1/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/output.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/no-evaluate.sh b/test/cli/index/common/no-evaluate.sh deleted file mode 100755 index 7d117cb88..000000000 --- a/test/cli/index/common/no-evaluate.sh +++ /dev/null @@ -1,1122 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/test.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/test" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas", - "x-sourcemeta-one:evaluate": false - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/test -./explorer/example/test/% -./explorer/example/test/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/test -./schemas/example/test/% -./schemas/example/test/%/bundle.metapack -./schemas/example/test/%/dependencies.metapack -./schemas/example/test/%/dependents.metapack -./schemas/example/test/%/editor.metapack -./schemas/example/test/%/health.metapack -./schemas/example/test/%/locations.metapack -./schemas/example/test/%/positions.metapack -./schemas/example/test/%/schema.metapack -./schemas/example/test/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/no-id.sh b/test/cli/index/common/no-id.sh deleted file mode 100755 index 8f6476979..000000000 --- a/test/cli/index/common/no-id.sh +++ /dev/null @@ -1,1123 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/test.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "string" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/test -./explorer/example/test/% -./explorer/example/test/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/test -./schemas/example/test/% -./schemas/example/test/%/blaze-exhaustive.metapack -./schemas/example/test/%/blaze-fast.metapack -./schemas/example/test/%/bundle.metapack -./schemas/example/test/%/dependencies.metapack -./schemas/example/test/%/dependents.metapack -./schemas/example/test/%/editor.metapack -./schemas/example/test/%/health.metapack -./schemas/example/test/%/locations.metapack -./schemas/example/test/%/positions.metapack -./schemas/example/test/%/schema.metapack -./schemas/example/test/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/non-existent-collection-directory.sh b/test/cli/index/common/non-existent-collection-directory.sh deleted file mode 100755 index d7caef351..000000000 --- a/test/cli/index/common/non-existent-collection-directory.sh +++ /dev/null @@ -1,1094 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/period-filename.sh b/test/cli/index/common/period-filename.sh deleted file mode 100755 index e4c224a8a..000000000 --- a/test/cli/index/common/period-filename.sh +++ /dev/null @@ -1,1123 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/.period.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/doc/.period.json" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com/doc", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/.period -./explorer/example/.period/% -./explorer/example/.period/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/.period -./schemas/example/.period/% -./schemas/example/.period/%/blaze-exhaustive.metapack -./schemas/example/.period/%/blaze-fast.metapack -./schemas/example/.period/%/bundle.metapack -./schemas/example/.period/%/dependencies.metapack -./schemas/example/.period/%/dependents.metapack -./schemas/example/.period/%/editor.metapack -./schemas/example/.period/%/health.metapack -./schemas/example/.period/%/locations.metapack -./schemas/example/.period/%/positions.metapack -./schemas/example/.period/%/schema.metapack -./schemas/example/.period/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/schema-extension.sh b/test/cli/index/common/schema-extension.sh deleted file mode 100755 index 23e1da081..000000000 --- a/test/cli/index/common/schema-extension.sh +++ /dev/null @@ -1,1146 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/with.schema.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/with.schema.json" -} -EOF - -cat << 'EOF' > "$TMP/schemas/without.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/without" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/with -./explorer/example/with/% -./explorer/example/with/%/schema.metapack -./explorer/example/without -./explorer/example/without/% -./explorer/example/without/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/with -./schemas/example/with/% -./schemas/example/with/%/blaze-exhaustive.metapack -./schemas/example/with/%/blaze-fast.metapack -./schemas/example/with/%/bundle.metapack -./schemas/example/with/%/dependencies.metapack -./schemas/example/with/%/dependents.metapack -./schemas/example/with/%/editor.metapack -./schemas/example/with/%/health.metapack -./schemas/example/with/%/locations.metapack -./schemas/example/with/%/positions.metapack -./schemas/example/with/%/schema.metapack -./schemas/example/with/%/stats.metapack -./schemas/example/without -./schemas/example/without/% -./schemas/example/without/%/blaze-exhaustive.metapack -./schemas/example/without/%/blaze-fast.metapack -./schemas/example/without/%/bundle.metapack -./schemas/example/without/%/dependencies.metapack -./schemas/example/without/%/dependents.metapack -./schemas/example/without/%/editor.metapack -./schemas/example/without/%/health.metapack -./schemas/example/without/%/locations.metapack -./schemas/example/without/%/positions.metapack -./schemas/example/without/%/schema.metapack -./schemas/example/without/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-directory-schema-same-name.sh b/test/cli/index/common/snapshot-no-self-directory-schema-same-name.sh new file mode 100755 index 000000000..dd5784314 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-directory-schema-same-name.sh @@ -0,0 +1,113 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://sourcemeta.com/", + "html": {}, + "contents": { + "example": { + "contents": { + "schemas": { + "baseUri": "https://example.com/", + "path": "./schemas" + } + } + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://example.com/foo.json" +} +EOF + +cat << 'EOF' > "$TMP/schemas/bar.json" +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://example.com/foo/bar.json" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/schemas +./explorer/example/schemas/% +./explorer/example/schemas/%/directory-html.metapack +./explorer/example/schemas/%/directory.metapack +./explorer/example/schemas/foo +./explorer/example/schemas/foo/% +./explorer/example/schemas/foo/%/directory-html.metapack +./explorer/example/schemas/foo/%/directory.metapack +./explorer/example/schemas/foo/%/schema-html.metapack +./explorer/example/schemas/foo/%/schema.metapack +./explorer/example/schemas/foo/bar +./explorer/example/schemas/foo/bar/% +./explorer/example/schemas/foo/bar/%/schema-html.metapack +./explorer/example/schemas/foo/bar/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/schemas +./schemas/example/schemas/foo +./schemas/example/schemas/foo/% +./schemas/example/schemas/foo/%/blaze-exhaustive.metapack +./schemas/example/schemas/foo/%/blaze-fast.metapack +./schemas/example/schemas/foo/%/bundle.metapack +./schemas/example/schemas/foo/%/dependencies.metapack +./schemas/example/schemas/foo/%/dependents.metapack +./schemas/example/schemas/foo/%/editor.metapack +./schemas/example/schemas/foo/%/health.metapack +./schemas/example/schemas/foo/%/locations.metapack +./schemas/example/schemas/foo/%/positions.metapack +./schemas/example/schemas/foo/%/schema.metapack +./schemas/example/schemas/foo/%/stats.metapack +./schemas/example/schemas/foo/bar +./schemas/example/schemas/foo/bar/% +./schemas/example/schemas/foo/bar/%/blaze-exhaustive.metapack +./schemas/example/schemas/foo/bar/%/blaze-fast.metapack +./schemas/example/schemas/foo/bar/%/bundle.metapack +./schemas/example/schemas/foo/bar/%/dependencies.metapack +./schemas/example/schemas/foo/bar/%/dependents.metapack +./schemas/example/schemas/foo/bar/%/editor.metapack +./schemas/example/schemas/foo/bar/%/health.metapack +./schemas/example/schemas/foo/bar/%/locations.metapack +./schemas/example/schemas/foo/bar/%/positions.metapack +./schemas/example/schemas/foo/bar/%/schema.metapack +./schemas/example/schemas/foo/bar/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-draft4-ignore-vocabulary.sh b/test/cli/index/common/snapshot-no-self-draft4-ignore-vocabulary.sh new file mode 100755 index 000000000..11a837ad6 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-draft4-ignore-vocabulary.sh @@ -0,0 +1,90 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://sourcemeta.com/", + "contents": { + "example": { + "contents": { + "schemas": { + "baseUri": "https://example.com/", + "path": "./schemas" + } + } + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/test.json" +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "https://example.com/test", + "$vocabulary": { + "https://example.com/vocab/totally-unknown": true + }, + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/schemas +./explorer/example/schemas/% +./explorer/example/schemas/%/directory-html.metapack +./explorer/example/schemas/%/directory.metapack +./explorer/example/schemas/test +./explorer/example/schemas/test/% +./explorer/example/schemas/test/%/schema-html.metapack +./explorer/example/schemas/test/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/schemas +./schemas/example/schemas/test +./schemas/example/schemas/test/% +./schemas/example/schemas/test/%/blaze-exhaustive.metapack +./schemas/example/schemas/test/%/blaze-fast.metapack +./schemas/example/schemas/test/%/bundle.metapack +./schemas/example/schemas/test/%/dependencies.metapack +./schemas/example/schemas/test/%/dependents.metapack +./schemas/example/schemas/test/%/editor.metapack +./schemas/example/schemas/test/%/health.metapack +./schemas/example/schemas/test/%/locations.metapack +./schemas/example/schemas/test/%/positions.metapack +./schemas/example/schemas/test/%/schema.metapack +./schemas/example/schemas/test/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-duplicate-path-filename-matches-key.sh b/test/cli/index/common/snapshot-no-self-duplicate-path-filename-matches-key.sh new file mode 100755 index 000000000..c5923e6e4 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-duplicate-path-filename-matches-key.sh @@ -0,0 +1,76 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir -p "$TMP/schemas/foo" + +cat << 'EOF' > "$TMP/schemas/foo/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "type": "object" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "contents": { + "foo": { + "path": "./schemas/foo" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/foo +./explorer/foo/% +./explorer/foo/%/directory-html.metapack +./explorer/foo/%/directory.metapack +./explorer/foo/foo +./explorer/foo/foo/% +./explorer/foo/foo/%/schema-html.metapack +./explorer/foo/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/foo +./schemas/foo/foo +./schemas/foo/foo/% +./schemas/foo/foo/%/blaze-exhaustive.metapack +./schemas/foo/foo/%/blaze-fast.metapack +./schemas/foo/foo/%/bundle.metapack +./schemas/foo/foo/%/dependencies.metapack +./schemas/foo/foo/%/dependents.metapack +./schemas/foo/foo/%/editor.metapack +./schemas/foo/foo/%/health.metapack +./schemas/foo/foo/%/locations.metapack +./schemas/foo/foo/%/positions.metapack +./schemas/foo/foo/%/schema.metapack +./schemas/foo/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-duplicate-path-id-matches-key.sh b/test/cli/index/common/snapshot-no-self-duplicate-path-id-matches-key.sh new file mode 100755 index 000000000..473ab1bf6 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-duplicate-path-id-matches-key.sh @@ -0,0 +1,82 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir -p "$TMP/schemas/bar" + +cat << 'EOF' > "$TMP/schemas/bar/test.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "http://localhost:8000/bar/test", + "type": "string" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "contents": { + "bar": { + "path": "./schemas/bar" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/bar +./explorer/bar/% +./explorer/bar/%/directory-html.metapack +./explorer/bar/%/directory.metapack +./explorer/bar/bar +./explorer/bar/bar/% +./explorer/bar/bar/%/directory-html.metapack +./explorer/bar/bar/%/directory.metapack +./explorer/bar/bar/test +./explorer/bar/bar/test/% +./explorer/bar/bar/test/%/schema-html.metapack +./explorer/bar/bar/test/%/schema.metapack +./routes.bin +./schemas +./schemas/bar +./schemas/bar/bar +./schemas/bar/bar/test +./schemas/bar/bar/test/% +./schemas/bar/bar/test/%/blaze-exhaustive.metapack +./schemas/bar/bar/test/%/blaze-fast.metapack +./schemas/bar/bar/test/%/bundle.metapack +./schemas/bar/bar/test/%/dependencies.metapack +./schemas/bar/bar/test/%/dependents.metapack +./schemas/bar/bar/test/%/editor.metapack +./schemas/bar/bar/test/%/health.metapack +./schemas/bar/bar/test/%/locations.metapack +./schemas/bar/bar/test/%/positions.metapack +./schemas/bar/bar/test/%/schema.metapack +./schemas/bar/bar/test/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-duplicate-path-subdirectory-matches-key.sh b/test/cli/index/common/snapshot-no-self-duplicate-path-subdirectory-matches-key.sh new file mode 100755 index 000000000..55ab11309 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-duplicate-path-subdirectory-matches-key.sh @@ -0,0 +1,81 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir -p "$TMP/schemas/baz/baz" + +cat << 'EOF' > "$TMP/schemas/baz/baz/test.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "type": "array" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "contents": { + "baz": { + "path": "./schemas/baz" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/baz +./explorer/baz/% +./explorer/baz/%/directory-html.metapack +./explorer/baz/%/directory.metapack +./explorer/baz/baz +./explorer/baz/baz/% +./explorer/baz/baz/%/directory-html.metapack +./explorer/baz/baz/%/directory.metapack +./explorer/baz/baz/test +./explorer/baz/baz/test/% +./explorer/baz/baz/test/%/schema-html.metapack +./explorer/baz/baz/test/%/schema.metapack +./routes.bin +./schemas +./schemas/baz +./schemas/baz/baz +./schemas/baz/baz/test +./schemas/baz/baz/test/% +./schemas/baz/baz/test/%/blaze-exhaustive.metapack +./schemas/baz/baz/test/%/blaze-fast.metapack +./schemas/baz/baz/test/%/bundle.metapack +./schemas/baz/baz/test/%/dependencies.metapack +./schemas/baz/baz/test/%/dependents.metapack +./schemas/baz/baz/test/%/editor.metapack +./schemas/baz/baz/test/%/health.metapack +./schemas/baz/baz/test/%/locations.metapack +./schemas/baz/baz/test/%/positions.metapack +./schemas/baz/baz/test/%/schema.metapack +./schemas/baz/baz/test/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-encoded-percentage.sh b/test/cli/index/common/snapshot-no-self-encoded-percentage.sh new file mode 100755 index 000000000..069816856 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-encoded-percentage.sh @@ -0,0 +1,78 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/test.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/%25/test" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/%25 +./explorer/example/%25/% +./explorer/example/%25/%/directory.metapack +./explorer/example/%25/test +./explorer/example/%25/test/% +./explorer/example/%25/test/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/%25 +./schemas/example/%25/test +./schemas/example/%25/test/% +./schemas/example/%25/test/%/blaze-exhaustive.metapack +./schemas/example/%25/test/%/blaze-fast.metapack +./schemas/example/%25/test/%/bundle.metapack +./schemas/example/%25/test/%/dependencies.metapack +./schemas/example/%25/test/%/dependents.metapack +./schemas/example/%25/test/%/editor.metapack +./schemas/example/%25/test/%/health.metapack +./schemas/example/%25/test/%/locations.metapack +./schemas/example/%25/test/%/positions.metapack +./schemas/example/%25/test/%/schema.metapack +./schemas/example/%25/test/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-file-and-directory-clash.sh b/test/cli/index/common/snapshot-no-self-file-and-directory-clash.sh new file mode 100755 index 000000000..ccec7b976 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-file-and-directory-clash.sh @@ -0,0 +1,98 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir -p "$TMP/schemas/foo" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/foo" +} +EOF + +cat << 'EOF' > "$TMP/schemas/foo/bar.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/foo/bar" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/foo +./explorer/example/foo/% +./explorer/example/foo/%/directory.metapack +./explorer/example/foo/%/schema.metapack +./explorer/example/foo/bar +./explorer/example/foo/bar/% +./explorer/example/foo/bar/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/foo +./schemas/example/foo/% +./schemas/example/foo/%/blaze-exhaustive.metapack +./schemas/example/foo/%/blaze-fast.metapack +./schemas/example/foo/%/bundle.metapack +./schemas/example/foo/%/dependencies.metapack +./schemas/example/foo/%/dependents.metapack +./schemas/example/foo/%/editor.metapack +./schemas/example/foo/%/health.metapack +./schemas/example/foo/%/locations.metapack +./schemas/example/foo/%/positions.metapack +./schemas/example/foo/%/schema.metapack +./schemas/example/foo/%/stats.metapack +./schemas/example/foo/bar +./schemas/example/foo/bar/% +./schemas/example/foo/bar/%/blaze-exhaustive.metapack +./schemas/example/foo/bar/%/blaze-fast.metapack +./schemas/example/foo/bar/%/bundle.metapack +./schemas/example/foo/bar/%/dependencies.metapack +./schemas/example/foo/bar/%/dependents.metapack +./schemas/example/foo/bar/%/editor.metapack +./schemas/example/foo/bar/%/health.metapack +./schemas/example/foo/bar/%/locations.metapack +./schemas/example/foo/bar/%/positions.metapack +./schemas/example/foo/bar/%/schema.metapack +./schemas/example/foo/bar/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-index-html-filename.sh b/test/cli/index/common/snapshot-no-self-index-html-filename.sh new file mode 100755 index 000000000..ed291d332 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-index-html-filename.sh @@ -0,0 +1,74 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/index.html.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/index.html.json" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/index.html +./explorer/example/index.html/% +./explorer/example/index.html/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/index.html +./schemas/example/index.html/% +./schemas/example/index.html/%/blaze-exhaustive.metapack +./schemas/example/index.html/%/blaze-fast.metapack +./schemas/example/index.html/%/bundle.metapack +./schemas/example/index.html/%/dependencies.metapack +./schemas/example/index.html/%/dependents.metapack +./schemas/example/index.html/%/editor.metapack +./schemas/example/index.html/%/health.metapack +./schemas/example/index.html/%/locations.metapack +./schemas/example/index.html/%/positions.metapack +./schemas/example/index.html/%/schema.metapack +./schemas/example/index.html/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-no-base-uri.sh b/test/cli/index/common/snapshot-no-self-no-base-uri.sh new file mode 100755 index 000000000..7863af440 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-no-base-uri.sh @@ -0,0 +1,87 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com", + "html": {}, + "contents": { + "test": { + "contents": { + "schemas": { + "path": "./schemas" + } + } + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/test-1.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/test-1", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/test +./explorer/test/% +./explorer/test/%/directory-html.metapack +./explorer/test/%/directory.metapack +./explorer/test/schemas +./explorer/test/schemas/% +./explorer/test/schemas/%/directory-html.metapack +./explorer/test/schemas/%/directory.metapack +./explorer/test/schemas/test-1 +./explorer/test/schemas/test-1/% +./explorer/test/schemas/test-1/%/schema-html.metapack +./explorer/test/schemas/test-1/%/schema.metapack +./routes.bin +./schemas +./schemas/test +./schemas/test/schemas +./schemas/test/schemas/test-1 +./schemas/test/schemas/test-1/% +./schemas/test/schemas/test-1/%/blaze-exhaustive.metapack +./schemas/test/schemas/test-1/%/blaze-fast.metapack +./schemas/test/schemas/test-1/%/bundle.metapack +./schemas/test/schemas/test-1/%/dependencies.metapack +./schemas/test/schemas/test-1/%/dependents.metapack +./schemas/test/schemas/test-1/%/editor.metapack +./schemas/test/schemas/test-1/%/health.metapack +./schemas/test/schemas/test-1/%/locations.metapack +./schemas/test/schemas/test-1/%/positions.metapack +./schemas/test/schemas/test-1/%/schema.metapack +./schemas/test/schemas/test-1/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-no-evaluate.sh b/test/cli/index/common/snapshot-no-self-no-evaluate.sh new file mode 100755 index 000000000..0f4496305 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-no-evaluate.sh @@ -0,0 +1,73 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/test.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/test" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas", + "x-sourcemeta-one:evaluate": false + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/test +./explorer/example/test/% +./explorer/example/test/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/test +./schemas/example/test/% +./schemas/example/test/%/bundle.metapack +./schemas/example/test/%/dependencies.metapack +./schemas/example/test/%/dependents.metapack +./schemas/example/test/%/editor.metapack +./schemas/example/test/%/health.metapack +./schemas/example/test/%/locations.metapack +./schemas/example/test/%/positions.metapack +./schemas/example/test/%/schema.metapack +./schemas/example/test/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-no-id.sh b/test/cli/index/common/snapshot-no-self-no-id.sh new file mode 100755 index 000000000..f2212ce15 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-no-id.sh @@ -0,0 +1,74 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/test.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "type": "string" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/test +./explorer/example/test/% +./explorer/example/test/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/test +./schemas/example/test/% +./schemas/example/test/%/blaze-exhaustive.metapack +./schemas/example/test/%/blaze-fast.metapack +./schemas/example/test/%/bundle.metapack +./schemas/example/test/%/dependencies.metapack +./schemas/example/test/%/dependents.metapack +./schemas/example/test/%/editor.metapack +./schemas/example/test/%/health.metapack +./schemas/example/test/%/locations.metapack +./schemas/example/test/%/positions.metapack +./schemas/example/test/%/schema.metapack +./schemas/example/test/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-non-existent-collection-directory.sh b/test/cli/index/common/snapshot-no-self-non-existent-collection-directory.sh new file mode 100755 index 000000000..b2dcb5fcb --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-non-existent-collection-directory.sh @@ -0,0 +1,45 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./routes.bin +./schemas +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-period-filename.sh b/test/cli/index/common/snapshot-no-self-period-filename.sh new file mode 100755 index 000000000..a9fc15e38 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-period-filename.sh @@ -0,0 +1,74 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/.period.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/doc/.period.json" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com/doc", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/.period +./explorer/example/.period/% +./explorer/example/.period/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/.period +./schemas/example/.period/% +./schemas/example/.period/%/blaze-exhaustive.metapack +./schemas/example/.period/%/blaze-fast.metapack +./schemas/example/.period/%/bundle.metapack +./schemas/example/.period/%/dependencies.metapack +./schemas/example/.period/%/dependents.metapack +./schemas/example/.period/%/editor.metapack +./schemas/example/.period/%/health.metapack +./schemas/example/.period/%/locations.metapack +./schemas/example/.period/%/positions.metapack +./schemas/example/.period/%/schema.metapack +./schemas/example/.period/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-schema-extension.sh b/test/cli/index/common/snapshot-no-self-schema-extension.sh new file mode 100755 index 000000000..da3e4d6a4 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-schema-extension.sh @@ -0,0 +1,97 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/with.schema.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/with.schema.json" +} +EOF + +cat << 'EOF' > "$TMP/schemas/without.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/without" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/with +./explorer/example/with/% +./explorer/example/with/%/schema.metapack +./explorer/example/without +./explorer/example/without/% +./explorer/example/without/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/with +./schemas/example/with/% +./schemas/example/with/%/blaze-exhaustive.metapack +./schemas/example/with/%/blaze-fast.metapack +./schemas/example/with/%/bundle.metapack +./schemas/example/with/%/dependencies.metapack +./schemas/example/with/%/dependents.metapack +./schemas/example/with/%/editor.metapack +./schemas/example/with/%/health.metapack +./schemas/example/with/%/locations.metapack +./schemas/example/with/%/positions.metapack +./schemas/example/with/%/schema.metapack +./schemas/example/with/%/stats.metapack +./schemas/example/without +./schemas/example/without/% +./schemas/example/without/%/blaze-exhaustive.metapack +./schemas/example/without/%/blaze-fast.metapack +./schemas/example/without/%/bundle.metapack +./schemas/example/without/%/dependencies.metapack +./schemas/example/without/%/dependents.metapack +./schemas/example/without/%/editor.metapack +./schemas/example/without/%/health.metapack +./schemas/example/without/%/locations.metapack +./schemas/example/without/%/positions.metapack +./schemas/example/without/%/schema.metapack +./schemas/example/without/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-string-directory-overlap.sh b/test/cli/index/common/snapshot-no-self-string-directory-overlap.sh new file mode 100755 index 000000000..843a75417 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-string-directory-overlap.sh @@ -0,0 +1,98 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/string.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/string" +} +EOF + +cat << 'EOF' > "$TMP/schemas/overlap.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/string/overlap" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/string +./explorer/example/string/% +./explorer/example/string/%/directory.metapack +./explorer/example/string/%/schema.metapack +./explorer/example/string/overlap +./explorer/example/string/overlap/% +./explorer/example/string/overlap/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/string +./schemas/example/string/% +./schemas/example/string/%/blaze-exhaustive.metapack +./schemas/example/string/%/blaze-fast.metapack +./schemas/example/string/%/bundle.metapack +./schemas/example/string/%/dependencies.metapack +./schemas/example/string/%/dependents.metapack +./schemas/example/string/%/editor.metapack +./schemas/example/string/%/health.metapack +./schemas/example/string/%/locations.metapack +./schemas/example/string/%/positions.metapack +./schemas/example/string/%/schema.metapack +./schemas/example/string/%/stats.metapack +./schemas/example/string/overlap +./schemas/example/string/overlap/% +./schemas/example/string/overlap/%/blaze-exhaustive.metapack +./schemas/example/string/overlap/%/blaze-fast.metapack +./schemas/example/string/overlap/%/bundle.metapack +./schemas/example/string/overlap/%/dependencies.metapack +./schemas/example/string/overlap/%/dependents.metapack +./schemas/example/string/overlap/%/editor.metapack +./schemas/example/string/overlap/%/health.metapack +./schemas/example/string/overlap/%/locations.metapack +./schemas/example/string/overlap/%/positions.metapack +./schemas/example/string/overlap/%/schema.metapack +./schemas/example/string/overlap/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-base-uri.sh b/test/cli/index/common/snapshot-no-self-url-with-path-base-uri.sh new file mode 100755 index 000000000..b65ad3186 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-base-uri.sh @@ -0,0 +1,78 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "example": { + "baseUri": "https://other.example.com", + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://other.example.com/foo", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/foo +./explorer/example/foo/% +./explorer/example/foo/%/schema-html.metapack +./explorer/example/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/foo +./schemas/example/foo/% +./schemas/example/foo/%/blaze-exhaustive.metapack +./schemas/example/foo/%/blaze-fast.metapack +./schemas/example/foo/%/bundle.metapack +./schemas/example/foo/%/dependencies.metapack +./schemas/example/foo/%/dependents.metapack +./schemas/example/foo/%/editor.metapack +./schemas/example/foo/%/health.metapack +./schemas/example/foo/%/locations.metapack +./schemas/example/foo/%/positions.metapack +./schemas/example/foo/%/schema.metapack +./schemas/example/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-deep.sh b/test/cli/index/common/snapshot-no-self-url-with-path-deep.sh new file mode 100755 index 000000000..49eebf4da --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-deep.sh @@ -0,0 +1,78 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/api/v2/schemas", + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/foo", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/foo +./explorer/example/foo/% +./explorer/example/foo/%/schema-html.metapack +./explorer/example/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/foo +./schemas/example/foo/% +./schemas/example/foo/%/blaze-exhaustive.metapack +./schemas/example/foo/%/blaze-fast.metapack +./schemas/example/foo/%/bundle.metapack +./schemas/example/foo/%/dependencies.metapack +./schemas/example/foo/%/dependents.metapack +./schemas/example/foo/%/editor.metapack +./schemas/example/foo/%/health.metapack +./schemas/example/foo/%/locations.metapack +./schemas/example/foo/%/positions.metapack +./schemas/example/foo/%/schema.metapack +./schemas/example/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-id-equals-base.sh b/test/cli/index/common/snapshot-no-self-url-with-path-id-equals-base.sh new file mode 100755 index 000000000..9a7a24b7c --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-id-equals-base.sh @@ -0,0 +1,77 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "test": { + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/schemas", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/test +./explorer/test/% +./explorer/test/%/directory-html.metapack +./explorer/test/%/directory.metapack +./explorer/test/foo +./explorer/test/foo/% +./explorer/test/foo/%/schema-html.metapack +./explorer/test/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/test +./schemas/test/foo +./schemas/test/foo/% +./schemas/test/foo/%/blaze-exhaustive.metapack +./schemas/test/foo/%/blaze-fast.metapack +./schemas/test/foo/%/bundle.metapack +./schemas/test/foo/%/dependencies.metapack +./schemas/test/foo/%/dependents.metapack +./schemas/test/foo/%/editor.metapack +./schemas/test/foo/%/health.metapack +./schemas/test/foo/%/locations.metapack +./schemas/test/foo/%/positions.metapack +./schemas/test/foo/%/schema.metapack +./schemas/test/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-id-under-base.sh b/test/cli/index/common/snapshot-no-self-url-with-path-id-under-base.sh new file mode 100755 index 000000000..01930fd9b --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-id-under-base.sh @@ -0,0 +1,77 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "test": { + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/schemas/foo", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/test +./explorer/test/% +./explorer/test/%/directory-html.metapack +./explorer/test/%/directory.metapack +./explorer/test/foo +./explorer/test/foo/% +./explorer/test/foo/%/schema-html.metapack +./explorer/test/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/test +./schemas/test/foo +./schemas/test/foo/% +./schemas/test/foo/%/blaze-exhaustive.metapack +./schemas/test/foo/%/blaze-fast.metapack +./schemas/test/foo/%/bundle.metapack +./schemas/test/foo/%/dependencies.metapack +./schemas/test/foo/%/dependents.metapack +./schemas/test/foo/%/editor.metapack +./schemas/test/foo/%/health.metapack +./schemas/test/foo/%/locations.metapack +./schemas/test/foo/%/positions.metapack +./schemas/test/foo/%/schema.metapack +./schemas/test/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-internal-ref.sh b/test/cli/index/common/snapshot-no-self-url-with-path-internal-ref.sh new file mode 100755 index 000000000..9f1b755bf --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-internal-ref.sh @@ -0,0 +1,102 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "test": { + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/schemas/foo", + "allOf": [ { "$ref": "https://example.com/schemas/bar" } ] +} +EOF + +cat << 'EOF' > "$TMP/schemas/bar.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/schemas/bar", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/test +./explorer/test/% +./explorer/test/%/directory-html.metapack +./explorer/test/%/directory.metapack +./explorer/test/bar +./explorer/test/bar/% +./explorer/test/bar/%/schema-html.metapack +./explorer/test/bar/%/schema.metapack +./explorer/test/foo +./explorer/test/foo/% +./explorer/test/foo/%/schema-html.metapack +./explorer/test/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/test +./schemas/test/bar +./schemas/test/bar/% +./schemas/test/bar/%/blaze-exhaustive.metapack +./schemas/test/bar/%/blaze-fast.metapack +./schemas/test/bar/%/bundle.metapack +./schemas/test/bar/%/dependencies.metapack +./schemas/test/bar/%/dependents.metapack +./schemas/test/bar/%/editor.metapack +./schemas/test/bar/%/health.metapack +./schemas/test/bar/%/locations.metapack +./schemas/test/bar/%/positions.metapack +./schemas/test/bar/%/schema.metapack +./schemas/test/bar/%/stats.metapack +./schemas/test/foo +./schemas/test/foo/% +./schemas/test/foo/%/blaze-exhaustive.metapack +./schemas/test/foo/%/blaze-fast.metapack +./schemas/test/foo/%/bundle.metapack +./schemas/test/foo/%/dependencies.metapack +./schemas/test/foo/%/dependents.metapack +./schemas/test/foo/%/editor.metapack +./schemas/test/foo/%/health.metapack +./schemas/test/foo/%/locations.metapack +./schemas/test/foo/%/positions.metapack +./schemas/test/foo/%/schema.metapack +./schemas/test/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-multiple-collections.sh b/test/cli/index/common/snapshot-no-self-url-with-path-multiple-collections.sh new file mode 100755 index 000000000..ce30cb9b4 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-multiple-collections.sh @@ -0,0 +1,112 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "first": { + "baseUri": "https://example.com/first", + "path": "./schemas-first" + }, + "second": { + "baseUri": "https://example.com/second", + "path": "./schemas-second" + } + } +} +EOF + +mkdir "$TMP/schemas-first" "$TMP/schemas-second" + +cat << 'EOF' > "$TMP/schemas-first/a.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/first/a", + "type": "string" +} +EOF + +cat << 'EOF' > "$TMP/schemas-second/b.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/second/b", + "type": "integer" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/first +./explorer/first/% +./explorer/first/%/directory-html.metapack +./explorer/first/%/directory.metapack +./explorer/first/a +./explorer/first/a/% +./explorer/first/a/%/schema-html.metapack +./explorer/first/a/%/schema.metapack +./explorer/second +./explorer/second/% +./explorer/second/%/directory-html.metapack +./explorer/second/%/directory.metapack +./explorer/second/b +./explorer/second/b/% +./explorer/second/b/%/schema-html.metapack +./explorer/second/b/%/schema.metapack +./routes.bin +./schemas +./schemas/first +./schemas/first/a +./schemas/first/a/% +./schemas/first/a/%/blaze-exhaustive.metapack +./schemas/first/a/%/blaze-fast.metapack +./schemas/first/a/%/bundle.metapack +./schemas/first/a/%/dependencies.metapack +./schemas/first/a/%/dependents.metapack +./schemas/first/a/%/editor.metapack +./schemas/first/a/%/health.metapack +./schemas/first/a/%/locations.metapack +./schemas/first/a/%/positions.metapack +./schemas/first/a/%/schema.metapack +./schemas/first/a/%/stats.metapack +./schemas/second +./schemas/second/b +./schemas/second/b/% +./schemas/second/b/%/blaze-exhaustive.metapack +./schemas/second/b/%/blaze-fast.metapack +./schemas/second/b/%/bundle.metapack +./schemas/second/b/%/dependencies.metapack +./schemas/second/b/%/dependents.metapack +./schemas/second/b/%/editor.metapack +./schemas/second/b/%/health.metapack +./schemas/second/b/%/locations.metapack +./schemas/second/b/%/positions.metapack +./schemas/second/b/%/schema.metapack +./schemas/second/b/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-nested-pages.sh b/test/cli/index/common/snapshot-no-self-url-with-path-nested-pages.sh new file mode 100755 index 000000000..629aa858c --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-nested-pages.sh @@ -0,0 +1,119 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "org": { + "contents": { + "team-a": { + "baseUri": "https://example.com/team-a", + "path": "./schemas-a" + }, + "team-b": { + "baseUri": "https://example.com/team-b", + "path": "./schemas-b" + } + } + } + } +} +EOF + +mkdir "$TMP/schemas-a" "$TMP/schemas-b" + +cat << 'EOF' > "$TMP/schemas-a/s1.json" +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://example.com/team-a/s1" +} +EOF + +cat << 'EOF' > "$TMP/schemas-b/s2.json" +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://example.com/team-b/s2" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/org +./explorer/org/% +./explorer/org/%/directory-html.metapack +./explorer/org/%/directory.metapack +./explorer/org/team-a +./explorer/org/team-a/% +./explorer/org/team-a/%/directory-html.metapack +./explorer/org/team-a/%/directory.metapack +./explorer/org/team-a/s1 +./explorer/org/team-a/s1/% +./explorer/org/team-a/s1/%/schema-html.metapack +./explorer/org/team-a/s1/%/schema.metapack +./explorer/org/team-b +./explorer/org/team-b/% +./explorer/org/team-b/%/directory-html.metapack +./explorer/org/team-b/%/directory.metapack +./explorer/org/team-b/s2 +./explorer/org/team-b/s2/% +./explorer/org/team-b/s2/%/schema-html.metapack +./explorer/org/team-b/s2/%/schema.metapack +./routes.bin +./schemas +./schemas/org +./schemas/org/team-a +./schemas/org/team-a/s1 +./schemas/org/team-a/s1/% +./schemas/org/team-a/s1/%/blaze-exhaustive.metapack +./schemas/org/team-a/s1/%/blaze-fast.metapack +./schemas/org/team-a/s1/%/bundle.metapack +./schemas/org/team-a/s1/%/dependencies.metapack +./schemas/org/team-a/s1/%/dependents.metapack +./schemas/org/team-a/s1/%/editor.metapack +./schemas/org/team-a/s1/%/health.metapack +./schemas/org/team-a/s1/%/locations.metapack +./schemas/org/team-a/s1/%/positions.metapack +./schemas/org/team-a/s1/%/schema.metapack +./schemas/org/team-a/s1/%/stats.metapack +./schemas/org/team-b +./schemas/org/team-b/s2 +./schemas/org/team-b/s2/% +./schemas/org/team-b/s2/%/blaze-exhaustive.metapack +./schemas/org/team-b/s2/%/blaze-fast.metapack +./schemas/org/team-b/s2/%/bundle.metapack +./schemas/org/team-b/s2/%/dependencies.metapack +./schemas/org/team-b/s2/%/dependents.metapack +./schemas/org/team-b/s2/%/editor.metapack +./schemas/org/team-b/s2/%/health.metapack +./schemas/org/team-b/s2/%/locations.metapack +./schemas/org/team-b/s2/%/positions.metapack +./schemas/org/team-b/s2/%/schema.metapack +./schemas/org/team-b/s2/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-no-id.sh b/test/cli/index/common/snapshot-no-self-url-with-path-no-id.sh new file mode 100755 index 000000000..aedd551b9 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-no-id.sh @@ -0,0 +1,76 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "test": { + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/test +./explorer/test/% +./explorer/test/%/directory-html.metapack +./explorer/test/%/directory.metapack +./explorer/test/foo +./explorer/test/foo/% +./explorer/test/foo/%/schema-html.metapack +./explorer/test/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/test +./schemas/test/foo +./schemas/test/foo/% +./schemas/test/foo/%/blaze-exhaustive.metapack +./schemas/test/foo/%/blaze-fast.metapack +./schemas/test/foo/%/bundle.metapack +./schemas/test/foo/%/dependencies.metapack +./schemas/test/foo/%/dependents.metapack +./schemas/test/foo/%/editor.metapack +./schemas/test/foo/%/health.metapack +./schemas/test/foo/%/locations.metapack +./schemas/test/foo/%/positions.metapack +./schemas/test/foo/%/schema.metapack +./schemas/test/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-resolve.sh b/test/cli/index/common/snapshot-no-self-url-with-path-resolve.sh new file mode 100755 index 000000000..6740930c2 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-resolve.sh @@ -0,0 +1,107 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "example": { + "baseUri": "https://other.example.com", + "path": "./schemas", + "resolve": { + "https://external.example.com/types.json": "/example/types.json" + } + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://other.example.com/foo", + "$ref": "https://external.example.com/types.json", + "type": "string" +} +EOF + +cat << 'EOF' > "$TMP/schemas/types.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://other.example.com/types.json", + "type": "object" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/foo +./explorer/example/foo/% +./explorer/example/foo/%/schema-html.metapack +./explorer/example/foo/%/schema.metapack +./explorer/example/types +./explorer/example/types/% +./explorer/example/types/%/schema-html.metapack +./explorer/example/types/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/foo +./schemas/example/foo/% +./schemas/example/foo/%/blaze-exhaustive.metapack +./schemas/example/foo/%/blaze-fast.metapack +./schemas/example/foo/%/bundle.metapack +./schemas/example/foo/%/dependencies.metapack +./schemas/example/foo/%/dependents.metapack +./schemas/example/foo/%/editor.metapack +./schemas/example/foo/%/health.metapack +./schemas/example/foo/%/locations.metapack +./schemas/example/foo/%/positions.metapack +./schemas/example/foo/%/schema.metapack +./schemas/example/foo/%/stats.metapack +./schemas/example/types +./schemas/example/types/% +./schemas/example/types/%/blaze-exhaustive.metapack +./schemas/example/types/%/blaze-fast.metapack +./schemas/example/types/%/bundle.metapack +./schemas/example/types/%/dependencies.metapack +./schemas/example/types/%/dependents.metapack +./schemas/example/types/%/editor.metapack +./schemas/example/types/%/health.metapack +./schemas/example/types/%/locations.metapack +./schemas/example/types/%/positions.metapack +./schemas/example/types/%/schema.metapack +./schemas/example/types/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-schema-extension.sh b/test/cli/index/common/snapshot-no-self-url-with-path-schema-extension.sh new file mode 100755 index 000000000..c625835ab --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-schema-extension.sh @@ -0,0 +1,78 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/foo.json", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/foo +./explorer/example/foo/% +./explorer/example/foo/%/schema-html.metapack +./explorer/example/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/foo +./schemas/example/foo/% +./schemas/example/foo/%/blaze-exhaustive.metapack +./schemas/example/foo/%/blaze-fast.metapack +./schemas/example/foo/%/bundle.metapack +./schemas/example/foo/%/dependencies.metapack +./schemas/example/foo/%/dependents.metapack +./schemas/example/foo/%/editor.metapack +./schemas/example/foo/%/health.metapack +./schemas/example/foo/%/locations.metapack +./schemas/example/foo/%/positions.metapack +./schemas/example/foo/%/schema.metapack +./schemas/example/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-subdirectory.sh b/test/cli/index/common/snapshot-no-self-url-with-path-subdirectory.sh new file mode 100755 index 000000000..5ec8b1d41 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-subdirectory.sh @@ -0,0 +1,83 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +mkdir -p "$TMP/schemas/nested" + +cat << 'EOF' > "$TMP/schemas/nested/bar.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/nested/bar", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/nested +./explorer/example/nested/% +./explorer/example/nested/%/directory-html.metapack +./explorer/example/nested/%/directory.metapack +./explorer/example/nested/bar +./explorer/example/nested/bar/% +./explorer/example/nested/bar/%/schema-html.metapack +./explorer/example/nested/bar/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/nested +./schemas/example/nested/bar +./schemas/example/nested/bar/% +./schemas/example/nested/bar/%/blaze-exhaustive.metapack +./schemas/example/nested/bar/%/blaze-fast.metapack +./schemas/example/nested/bar/%/bundle.metapack +./schemas/example/nested/bar/%/dependencies.metapack +./schemas/example/nested/bar/%/dependents.metapack +./schemas/example/nested/bar/%/editor.metapack +./schemas/example/nested/bar/%/health.metapack +./schemas/example/nested/bar/%/locations.metapack +./schemas/example/nested/bar/%/positions.metapack +./schemas/example/nested/bar/%/schema.metapack +./schemas/example/nested/bar/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-trailing-slash.sh b/test/cli/index/common/snapshot-no-self-url-with-path-trailing-slash.sh new file mode 100755 index 000000000..7bab2a046 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-trailing-slash.sh @@ -0,0 +1,78 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas/", + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/foo", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/foo +./explorer/example/foo/% +./explorer/example/foo/%/schema-html.metapack +./explorer/example/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/foo +./schemas/example/foo/% +./schemas/example/foo/%/blaze-exhaustive.metapack +./schemas/example/foo/%/blaze-fast.metapack +./schemas/example/foo/%/bundle.metapack +./schemas/example/foo/%/dependencies.metapack +./schemas/example/foo/%/dependents.metapack +./schemas/example/foo/%/editor.metapack +./schemas/example/foo/%/health.metapack +./schemas/example/foo/%/locations.metapack +./schemas/example/foo/%/positions.metapack +./schemas/example/foo/%/schema.metapack +./schemas/example/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path-yaml.sh b/test/cli/index/common/snapshot-no-self-url-with-path-yaml.sh new file mode 100755 index 000000000..d87c9ea91 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path-yaml.sh @@ -0,0 +1,99 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/bar.yaml" +$schema: 'https://json-schema.org/draft/2020-12/schema' +$id: https://example.com/bar +type: string +EOF + +cat << 'EOF' > "$TMP/schemas/baz.yml" +$schema: 'https://json-schema.org/draft/2020-12/schema' +$id: https://example.com/baz +type: integer +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/bar +./explorer/example/bar/% +./explorer/example/bar/%/schema-html.metapack +./explorer/example/bar/%/schema.metapack +./explorer/example/baz +./explorer/example/baz/% +./explorer/example/baz/%/schema-html.metapack +./explorer/example/baz/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/bar +./schemas/example/bar/% +./schemas/example/bar/%/blaze-exhaustive.metapack +./schemas/example/bar/%/blaze-fast.metapack +./schemas/example/bar/%/bundle.metapack +./schemas/example/bar/%/dependencies.metapack +./schemas/example/bar/%/dependents.metapack +./schemas/example/bar/%/editor.metapack +./schemas/example/bar/%/health.metapack +./schemas/example/bar/%/locations.metapack +./schemas/example/bar/%/positions.metapack +./schemas/example/bar/%/schema.metapack +./schemas/example/bar/%/stats.metapack +./schemas/example/baz +./schemas/example/baz/% +./schemas/example/baz/%/blaze-exhaustive.metapack +./schemas/example/baz/%/blaze-fast.metapack +./schemas/example/baz/%/bundle.metapack +./schemas/example/baz/%/dependencies.metapack +./schemas/example/baz/%/dependents.metapack +./schemas/example/baz/%/editor.metapack +./schemas/example/baz/%/health.metapack +./schemas/example/baz/%/locations.metapack +./schemas/example/baz/%/positions.metapack +./schemas/example/baz/%/schema.metapack +./schemas/example/baz/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-url-with-path.sh b/test/cli/index/common/snapshot-no-self-url-with-path.sh new file mode 100755 index 000000000..f18fabf63 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-url-with-path.sh @@ -0,0 +1,78 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +cat << EOF > "$TMP/one.json" +{ + "url": "https://example.com/schemas", + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/foo.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/foo", + "type": "string" +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/404.metapack +./explorer/%/directory-html.metapack +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory-html.metapack +./explorer/example/%/directory.metapack +./explorer/example/foo +./explorer/example/foo/% +./explorer/example/foo/%/schema-html.metapack +./explorer/example/foo/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/foo +./schemas/example/foo/% +./schemas/example/foo/%/blaze-exhaustive.metapack +./schemas/example/foo/%/blaze-fast.metapack +./schemas/example/foo/%/bundle.metapack +./schemas/example/foo/%/dependencies.metapack +./schemas/example/foo/%/dependents.metapack +./schemas/example/foo/%/editor.metapack +./schemas/example/foo/%/health.metapack +./schemas/example/foo/%/locations.metapack +./schemas/example/foo/%/positions.metapack +./schemas/example/foo/%/schema.metapack +./schemas/example/foo/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-version-filename.sh b/test/cli/index/common/snapshot-no-self-version-filename.sh new file mode 100755 index 000000000..928cd6212 --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-version-filename.sh @@ -0,0 +1,74 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/v1.2.3.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/v1.2.3.json" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/v1.2.3 +./explorer/example/v1.2.3/% +./explorer/example/v1.2.3/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/v1.2.3 +./schemas/example/v1.2.3/% +./schemas/example/v1.2.3/%/blaze-exhaustive.metapack +./schemas/example/v1.2.3/%/blaze-fast.metapack +./schemas/example/v1.2.3/%/bundle.metapack +./schemas/example/v1.2.3/%/dependencies.metapack +./schemas/example/v1.2.3/%/dependents.metapack +./schemas/example/v1.2.3/%/editor.metapack +./schemas/example/v1.2.3/%/health.metapack +./schemas/example/v1.2.3/%/locations.metapack +./schemas/example/v1.2.3/%/positions.metapack +./schemas/example/v1.2.3/%/schema.metapack +./schemas/example/v1.2.3/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-version-path.sh b/test/cli/index/common/snapshot-no-self-version-path.sh new file mode 100755 index 000000000..63a01dbae --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-version-path.sh @@ -0,0 +1,74 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/test.json" +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://example.com/test" +} +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "v2.0": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/v2.0 +./explorer/v2.0/% +./explorer/v2.0/%/directory.metapack +./explorer/v2.0/test +./explorer/v2.0/test/% +./explorer/v2.0/test/%/schema.metapack +./routes.bin +./schemas +./schemas/v2.0 +./schemas/v2.0/test +./schemas/v2.0/test/% +./schemas/v2.0/test/%/blaze-exhaustive.metapack +./schemas/v2.0/test/%/blaze-fast.metapack +./schemas/v2.0/test/%/bundle.metapack +./schemas/v2.0/test/%/dependencies.metapack +./schemas/v2.0/test/%/dependents.metapack +./schemas/v2.0/test/%/editor.metapack +./schemas/v2.0/test/%/health.metapack +./schemas/v2.0/test/%/locations.metapack +./schemas/v2.0/test/%/positions.metapack +./schemas/v2.0/test/%/schema.metapack +./schemas/v2.0/test/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/snapshot-no-self-yaml-schemas.sh b/test/cli/index/common/snapshot-no-self-yaml-schemas.sh new file mode 100755 index 000000000..a3db9c75c --- /dev/null +++ b/test/cli/index/common/snapshot-no-self-yaml-schemas.sh @@ -0,0 +1,95 @@ +#!/bin/sh + +set -o errexit +set -o nounset + +TMP="$(mktemp -d)" +clean() { rm -rf "$TMP"; } +trap clean EXIT + +mkdir "$TMP/schemas" + +cat << 'EOF' > "$TMP/schemas/yaml.yaml" +$schema: 'https://json-schema.org/draft/2020-12/schema' +$id: https://example.com/yaml.yaml +type: string +EOF + +cat << 'EOF' > "$TMP/schemas/yml.yml" +$schema: 'https://json-schema.org/draft/2020-12/schema' +$id: https://example.com/yml.yml +type: string +EOF + +cat << EOF > "$TMP/one.json" +{ + "url": "http://localhost:8000", + "html": false, + "contents": { + "example": { + "baseUri": "https://example.com", + "path": "./schemas" + } + } +} +EOF + +"$1" "$TMP/one.json" "$TMP/output" + +cd "$TMP/output" +find . -mindepth 1 \ + \( -path './schemas/self' -o -path './explorer/self' \) -prune \ + -o -print \ + | LC_ALL=C sort > "$TMP/manifest.txt" +cd - > /dev/null + +cat << 'EOF' > "$TMP/expected.txt" +./configuration.json +./explorer +./explorer/% +./explorer/%/directory.metapack +./explorer/%/mcp.metapack +./explorer/%/search.metapack +./explorer/example +./explorer/example/% +./explorer/example/%/directory.metapack +./explorer/example/yaml +./explorer/example/yaml/% +./explorer/example/yaml/%/schema.metapack +./explorer/example/yml +./explorer/example/yml/% +./explorer/example/yml/%/schema.metapack +./routes.bin +./schemas +./schemas/example +./schemas/example/yaml +./schemas/example/yaml/% +./schemas/example/yaml/%/blaze-exhaustive.metapack +./schemas/example/yaml/%/blaze-fast.metapack +./schemas/example/yaml/%/bundle.metapack +./schemas/example/yaml/%/dependencies.metapack +./schemas/example/yaml/%/dependents.metapack +./schemas/example/yaml/%/editor.metapack +./schemas/example/yaml/%/health.metapack +./schemas/example/yaml/%/locations.metapack +./schemas/example/yaml/%/positions.metapack +./schemas/example/yaml/%/schema.metapack +./schemas/example/yaml/%/stats.metapack +./schemas/example/yml +./schemas/example/yml/% +./schemas/example/yml/%/blaze-exhaustive.metapack +./schemas/example/yml/%/blaze-fast.metapack +./schemas/example/yml/%/bundle.metapack +./schemas/example/yml/%/dependencies.metapack +./schemas/example/yml/%/dependents.metapack +./schemas/example/yml/%/editor.metapack +./schemas/example/yml/%/health.metapack +./schemas/example/yml/%/locations.metapack +./schemas/example/yml/%/positions.metapack +./schemas/example/yml/%/schema.metapack +./schemas/example/yml/%/stats.metapack +./state.bin +./version.json +EOF + +diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/string-directory-overlap.sh b/test/cli/index/common/string-directory-overlap.sh deleted file mode 100755 index 2f3b36117..000000000 --- a/test/cli/index/common/string-directory-overlap.sh +++ /dev/null @@ -1,1147 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/string.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/string" -} -EOF - -cat << 'EOF' > "$TMP/schemas/overlap.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/string/overlap" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/string -./explorer/example/string/% -./explorer/example/string/%/directory.metapack -./explorer/example/string/%/schema.metapack -./explorer/example/string/overlap -./explorer/example/string/overlap/% -./explorer/example/string/overlap/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/string -./schemas/example/string/% -./schemas/example/string/%/blaze-exhaustive.metapack -./schemas/example/string/%/blaze-fast.metapack -./schemas/example/string/%/bundle.metapack -./schemas/example/string/%/dependencies.metapack -./schemas/example/string/%/dependents.metapack -./schemas/example/string/%/editor.metapack -./schemas/example/string/%/health.metapack -./schemas/example/string/%/locations.metapack -./schemas/example/string/%/positions.metapack -./schemas/example/string/%/schema.metapack -./schemas/example/string/%/stats.metapack -./schemas/example/string/overlap -./schemas/example/string/overlap/% -./schemas/example/string/overlap/%/blaze-exhaustive.metapack -./schemas/example/string/overlap/%/blaze-fast.metapack -./schemas/example/string/overlap/%/bundle.metapack -./schemas/example/string/overlap/%/dependencies.metapack -./schemas/example/string/overlap/%/dependents.metapack -./schemas/example/string/overlap/%/editor.metapack -./schemas/example/string/overlap/%/health.metapack -./schemas/example/string/overlap/%/locations.metapack -./schemas/example/string/overlap/%/positions.metapack -./schemas/example/string/overlap/%/schema.metapack -./schemas/example/string/overlap/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-base-uri.sh b/test/cli/index/common/url-with-path-base-uri.sh deleted file mode 100755 index a2366ecce..000000000 --- a/test/cli/index/common/url-with-path-base-uri.sh +++ /dev/null @@ -1,1222 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "example": { - "baseUri": "https://other.example.com", - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://other.example.com/foo", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory-html.metapack -./explorer/example/%/directory.metapack -./explorer/example/foo -./explorer/example/foo/% -./explorer/example/foo/%/schema-html.metapack -./explorer/example/foo/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/foo -./schemas/example/foo/% -./schemas/example/foo/%/blaze-exhaustive.metapack -./schemas/example/foo/%/blaze-fast.metapack -./schemas/example/foo/%/bundle.metapack -./schemas/example/foo/%/dependencies.metapack -./schemas/example/foo/%/dependents.metapack -./schemas/example/foo/%/editor.metapack -./schemas/example/foo/%/health.metapack -./schemas/example/foo/%/locations.metapack -./schemas/example/foo/%/positions.metapack -./schemas/example/foo/%/schema.metapack -./schemas/example/foo/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-deep.sh b/test/cli/index/common/url-with-path-deep.sh deleted file mode 100755 index 568ca6317..000000000 --- a/test/cli/index/common/url-with-path-deep.sh +++ /dev/null @@ -1,1222 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/api/v2/schemas", - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/foo", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory-html.metapack -./explorer/example/%/directory.metapack -./explorer/example/foo -./explorer/example/foo/% -./explorer/example/foo/%/schema-html.metapack -./explorer/example/foo/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/foo -./schemas/example/foo/% -./schemas/example/foo/%/blaze-exhaustive.metapack -./schemas/example/foo/%/blaze-fast.metapack -./schemas/example/foo/%/bundle.metapack -./schemas/example/foo/%/dependencies.metapack -./schemas/example/foo/%/dependents.metapack -./schemas/example/foo/%/editor.metapack -./schemas/example/foo/%/health.metapack -./schemas/example/foo/%/locations.metapack -./schemas/example/foo/%/positions.metapack -./schemas/example/foo/%/schema.metapack -./schemas/example/foo/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-id-equals-base.sh b/test/cli/index/common/url-with-path-id-equals-base.sh deleted file mode 100755 index 91fa1c097..000000000 --- a/test/cli/index/common/url-with-path-id-equals-base.sh +++ /dev/null @@ -1,1221 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "test": { - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/schemas", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./explorer/test -./explorer/test/% -./explorer/test/%/directory-html.metapack -./explorer/test/%/directory.metapack -./explorer/test/foo -./explorer/test/foo/% -./explorer/test/foo/%/schema-html.metapack -./explorer/test/foo/%/schema.metapack -./routes.bin -./schemas -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./schemas/test -./schemas/test/foo -./schemas/test/foo/% -./schemas/test/foo/%/blaze-exhaustive.metapack -./schemas/test/foo/%/blaze-fast.metapack -./schemas/test/foo/%/bundle.metapack -./schemas/test/foo/%/dependencies.metapack -./schemas/test/foo/%/dependents.metapack -./schemas/test/foo/%/editor.metapack -./schemas/test/foo/%/health.metapack -./schemas/test/foo/%/locations.metapack -./schemas/test/foo/%/positions.metapack -./schemas/test/foo/%/schema.metapack -./schemas/test/foo/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-id-under-base.sh b/test/cli/index/common/url-with-path-id-under-base.sh deleted file mode 100755 index 0b7948ad4..000000000 --- a/test/cli/index/common/url-with-path-id-under-base.sh +++ /dev/null @@ -1,1221 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "test": { - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/schemas/foo", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./explorer/test -./explorer/test/% -./explorer/test/%/directory-html.metapack -./explorer/test/%/directory.metapack -./explorer/test/foo -./explorer/test/foo/% -./explorer/test/foo/%/schema-html.metapack -./explorer/test/foo/%/schema.metapack -./routes.bin -./schemas -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./schemas/test -./schemas/test/foo -./schemas/test/foo/% -./schemas/test/foo/%/blaze-exhaustive.metapack -./schemas/test/foo/%/blaze-fast.metapack -./schemas/test/foo/%/bundle.metapack -./schemas/test/foo/%/dependencies.metapack -./schemas/test/foo/%/dependents.metapack -./schemas/test/foo/%/editor.metapack -./schemas/test/foo/%/health.metapack -./schemas/test/foo/%/locations.metapack -./schemas/test/foo/%/positions.metapack -./schemas/test/foo/%/schema.metapack -./schemas/test/foo/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-internal-ref.sh b/test/cli/index/common/url-with-path-internal-ref.sh deleted file mode 100755 index 0518ced73..000000000 --- a/test/cli/index/common/url-with-path-internal-ref.sh +++ /dev/null @@ -1,1246 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "test": { - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/schemas/foo", - "allOf": [ { "$ref": "https://example.com/schemas/bar" } ] -} -EOF - -cat << 'EOF' > "$TMP/schemas/bar.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/schemas/bar", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./explorer/test -./explorer/test/% -./explorer/test/%/directory-html.metapack -./explorer/test/%/directory.metapack -./explorer/test/bar -./explorer/test/bar/% -./explorer/test/bar/%/schema-html.metapack -./explorer/test/bar/%/schema.metapack -./explorer/test/foo -./explorer/test/foo/% -./explorer/test/foo/%/schema-html.metapack -./explorer/test/foo/%/schema.metapack -./routes.bin -./schemas -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./schemas/test -./schemas/test/bar -./schemas/test/bar/% -./schemas/test/bar/%/blaze-exhaustive.metapack -./schemas/test/bar/%/blaze-fast.metapack -./schemas/test/bar/%/bundle.metapack -./schemas/test/bar/%/dependencies.metapack -./schemas/test/bar/%/dependents.metapack -./schemas/test/bar/%/editor.metapack -./schemas/test/bar/%/health.metapack -./schemas/test/bar/%/locations.metapack -./schemas/test/bar/%/positions.metapack -./schemas/test/bar/%/schema.metapack -./schemas/test/bar/%/stats.metapack -./schemas/test/foo -./schemas/test/foo/% -./schemas/test/foo/%/blaze-exhaustive.metapack -./schemas/test/foo/%/blaze-fast.metapack -./schemas/test/foo/%/bundle.metapack -./schemas/test/foo/%/dependencies.metapack -./schemas/test/foo/%/dependents.metapack -./schemas/test/foo/%/editor.metapack -./schemas/test/foo/%/health.metapack -./schemas/test/foo/%/locations.metapack -./schemas/test/foo/%/positions.metapack -./schemas/test/foo/%/schema.metapack -./schemas/test/foo/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-multiple-collections.sh b/test/cli/index/common/url-with-path-multiple-collections.sh deleted file mode 100755 index 8ff45c7b4..000000000 --- a/test/cli/index/common/url-with-path-multiple-collections.sh +++ /dev/null @@ -1,1256 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "first": { - "baseUri": "https://example.com/first", - "path": "./schemas-first" - }, - "second": { - "baseUri": "https://example.com/second", - "path": "./schemas-second" - } - } -} -EOF - -mkdir "$TMP/schemas-first" "$TMP/schemas-second" - -cat << 'EOF' > "$TMP/schemas-first/a.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/first/a", - "type": "string" -} -EOF - -cat << 'EOF' > "$TMP/schemas-second/b.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/second/b", - "type": "integer" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/first -./explorer/first/% -./explorer/first/%/directory-html.metapack -./explorer/first/%/directory.metapack -./explorer/first/a -./explorer/first/a/% -./explorer/first/a/%/schema-html.metapack -./explorer/first/a/%/schema.metapack -./explorer/second -./explorer/second/% -./explorer/second/%/directory-html.metapack -./explorer/second/%/directory.metapack -./explorer/second/b -./explorer/second/b/% -./explorer/second/b/%/schema-html.metapack -./explorer/second/b/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/first -./schemas/first/a -./schemas/first/a/% -./schemas/first/a/%/blaze-exhaustive.metapack -./schemas/first/a/%/blaze-fast.metapack -./schemas/first/a/%/bundle.metapack -./schemas/first/a/%/dependencies.metapack -./schemas/first/a/%/dependents.metapack -./schemas/first/a/%/editor.metapack -./schemas/first/a/%/health.metapack -./schemas/first/a/%/locations.metapack -./schemas/first/a/%/positions.metapack -./schemas/first/a/%/schema.metapack -./schemas/first/a/%/stats.metapack -./schemas/second -./schemas/second/b -./schemas/second/b/% -./schemas/second/b/%/blaze-exhaustive.metapack -./schemas/second/b/%/blaze-fast.metapack -./schemas/second/b/%/bundle.metapack -./schemas/second/b/%/dependencies.metapack -./schemas/second/b/%/dependents.metapack -./schemas/second/b/%/editor.metapack -./schemas/second/b/%/health.metapack -./schemas/second/b/%/locations.metapack -./schemas/second/b/%/positions.metapack -./schemas/second/b/%/schema.metapack -./schemas/second/b/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-nested-pages.sh b/test/cli/index/common/url-with-path-nested-pages.sh deleted file mode 100755 index 58dbccfb0..000000000 --- a/test/cli/index/common/url-with-path-nested-pages.sh +++ /dev/null @@ -1,1263 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "org": { - "contents": { - "team-a": { - "baseUri": "https://example.com/team-a", - "path": "./schemas-a" - }, - "team-b": { - "baseUri": "https://example.com/team-b", - "path": "./schemas-b" - } - } - } - } -} -EOF - -mkdir "$TMP/schemas-a" "$TMP/schemas-b" - -cat << 'EOF' > "$TMP/schemas-a/s1.json" -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://example.com/team-a/s1" -} -EOF - -cat << 'EOF' > "$TMP/schemas-b/s2.json" -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://example.com/team-b/s2" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/org -./explorer/org/% -./explorer/org/%/directory-html.metapack -./explorer/org/%/directory.metapack -./explorer/org/team-a -./explorer/org/team-a/% -./explorer/org/team-a/%/directory-html.metapack -./explorer/org/team-a/%/directory.metapack -./explorer/org/team-a/s1 -./explorer/org/team-a/s1/% -./explorer/org/team-a/s1/%/schema-html.metapack -./explorer/org/team-a/s1/%/schema.metapack -./explorer/org/team-b -./explorer/org/team-b/% -./explorer/org/team-b/%/directory-html.metapack -./explorer/org/team-b/%/directory.metapack -./explorer/org/team-b/s2 -./explorer/org/team-b/s2/% -./explorer/org/team-b/s2/%/schema-html.metapack -./explorer/org/team-b/s2/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/org -./schemas/org/team-a -./schemas/org/team-a/s1 -./schemas/org/team-a/s1/% -./schemas/org/team-a/s1/%/blaze-exhaustive.metapack -./schemas/org/team-a/s1/%/blaze-fast.metapack -./schemas/org/team-a/s1/%/bundle.metapack -./schemas/org/team-a/s1/%/dependencies.metapack -./schemas/org/team-a/s1/%/dependents.metapack -./schemas/org/team-a/s1/%/editor.metapack -./schemas/org/team-a/s1/%/health.metapack -./schemas/org/team-a/s1/%/locations.metapack -./schemas/org/team-a/s1/%/positions.metapack -./schemas/org/team-a/s1/%/schema.metapack -./schemas/org/team-a/s1/%/stats.metapack -./schemas/org/team-b -./schemas/org/team-b/s2 -./schemas/org/team-b/s2/% -./schemas/org/team-b/s2/%/blaze-exhaustive.metapack -./schemas/org/team-b/s2/%/blaze-fast.metapack -./schemas/org/team-b/s2/%/bundle.metapack -./schemas/org/team-b/s2/%/dependencies.metapack -./schemas/org/team-b/s2/%/dependents.metapack -./schemas/org/team-b/s2/%/editor.metapack -./schemas/org/team-b/s2/%/health.metapack -./schemas/org/team-b/s2/%/locations.metapack -./schemas/org/team-b/s2/%/positions.metapack -./schemas/org/team-b/s2/%/schema.metapack -./schemas/org/team-b/s2/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-no-id.sh b/test/cli/index/common/url-with-path-no-id.sh deleted file mode 100755 index 546d620ee..000000000 --- a/test/cli/index/common/url-with-path-no-id.sh +++ /dev/null @@ -1,1220 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "test": { - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./explorer/test -./explorer/test/% -./explorer/test/%/directory-html.metapack -./explorer/test/%/directory.metapack -./explorer/test/foo -./explorer/test/foo/% -./explorer/test/foo/%/schema-html.metapack -./explorer/test/foo/%/schema.metapack -./routes.bin -./schemas -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./schemas/test -./schemas/test/foo -./schemas/test/foo/% -./schemas/test/foo/%/blaze-exhaustive.metapack -./schemas/test/foo/%/blaze-fast.metapack -./schemas/test/foo/%/bundle.metapack -./schemas/test/foo/%/dependencies.metapack -./schemas/test/foo/%/dependents.metapack -./schemas/test/foo/%/editor.metapack -./schemas/test/foo/%/health.metapack -./schemas/test/foo/%/locations.metapack -./schemas/test/foo/%/positions.metapack -./schemas/test/foo/%/schema.metapack -./schemas/test/foo/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-resolve.sh b/test/cli/index/common/url-with-path-resolve.sh deleted file mode 100755 index 0e283f9da..000000000 --- a/test/cli/index/common/url-with-path-resolve.sh +++ /dev/null @@ -1,1251 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "example": { - "baseUri": "https://other.example.com", - "path": "./schemas", - "resolve": { - "https://external.example.com/types.json": "/example/types.json" - } - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://other.example.com/foo", - "$ref": "https://external.example.com/types.json", - "type": "string" -} -EOF - -cat << 'EOF' > "$TMP/schemas/types.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://other.example.com/types.json", - "type": "object" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory-html.metapack -./explorer/example/%/directory.metapack -./explorer/example/foo -./explorer/example/foo/% -./explorer/example/foo/%/schema-html.metapack -./explorer/example/foo/%/schema.metapack -./explorer/example/types -./explorer/example/types/% -./explorer/example/types/%/schema-html.metapack -./explorer/example/types/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/foo -./schemas/example/foo/% -./schemas/example/foo/%/blaze-exhaustive.metapack -./schemas/example/foo/%/blaze-fast.metapack -./schemas/example/foo/%/bundle.metapack -./schemas/example/foo/%/dependencies.metapack -./schemas/example/foo/%/dependents.metapack -./schemas/example/foo/%/editor.metapack -./schemas/example/foo/%/health.metapack -./schemas/example/foo/%/locations.metapack -./schemas/example/foo/%/positions.metapack -./schemas/example/foo/%/schema.metapack -./schemas/example/foo/%/stats.metapack -./schemas/example/types -./schemas/example/types/% -./schemas/example/types/%/blaze-exhaustive.metapack -./schemas/example/types/%/blaze-fast.metapack -./schemas/example/types/%/bundle.metapack -./schemas/example/types/%/dependencies.metapack -./schemas/example/types/%/dependents.metapack -./schemas/example/types/%/editor.metapack -./schemas/example/types/%/health.metapack -./schemas/example/types/%/locations.metapack -./schemas/example/types/%/positions.metapack -./schemas/example/types/%/schema.metapack -./schemas/example/types/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-schema-extension.sh b/test/cli/index/common/url-with-path-schema-extension.sh deleted file mode 100755 index c3de83711..000000000 --- a/test/cli/index/common/url-with-path-schema-extension.sh +++ /dev/null @@ -1,1222 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/foo.json", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory-html.metapack -./explorer/example/%/directory.metapack -./explorer/example/foo -./explorer/example/foo/% -./explorer/example/foo/%/schema-html.metapack -./explorer/example/foo/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/foo -./schemas/example/foo/% -./schemas/example/foo/%/blaze-exhaustive.metapack -./schemas/example/foo/%/blaze-fast.metapack -./schemas/example/foo/%/bundle.metapack -./schemas/example/foo/%/dependencies.metapack -./schemas/example/foo/%/dependents.metapack -./schemas/example/foo/%/editor.metapack -./schemas/example/foo/%/health.metapack -./schemas/example/foo/%/locations.metapack -./schemas/example/foo/%/positions.metapack -./schemas/example/foo/%/schema.metapack -./schemas/example/foo/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-subdirectory.sh b/test/cli/index/common/url-with-path-subdirectory.sh deleted file mode 100755 index 1ac0e9048..000000000 --- a/test/cli/index/common/url-with-path-subdirectory.sh +++ /dev/null @@ -1,1227 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -mkdir -p "$TMP/schemas/nested" - -cat << 'EOF' > "$TMP/schemas/nested/bar.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/nested/bar", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory-html.metapack -./explorer/example/%/directory.metapack -./explorer/example/nested -./explorer/example/nested/% -./explorer/example/nested/%/directory-html.metapack -./explorer/example/nested/%/directory.metapack -./explorer/example/nested/bar -./explorer/example/nested/bar/% -./explorer/example/nested/bar/%/schema-html.metapack -./explorer/example/nested/bar/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/nested -./schemas/example/nested/bar -./schemas/example/nested/bar/% -./schemas/example/nested/bar/%/blaze-exhaustive.metapack -./schemas/example/nested/bar/%/blaze-fast.metapack -./schemas/example/nested/bar/%/bundle.metapack -./schemas/example/nested/bar/%/dependencies.metapack -./schemas/example/nested/bar/%/dependents.metapack -./schemas/example/nested/bar/%/editor.metapack -./schemas/example/nested/bar/%/health.metapack -./schemas/example/nested/bar/%/locations.metapack -./schemas/example/nested/bar/%/positions.metapack -./schemas/example/nested/bar/%/schema.metapack -./schemas/example/nested/bar/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-trailing-slash.sh b/test/cli/index/common/url-with-path-trailing-slash.sh deleted file mode 100755 index a2c4a500b..000000000 --- a/test/cli/index/common/url-with-path-trailing-slash.sh +++ /dev/null @@ -1,1222 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas/", - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/foo", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory-html.metapack -./explorer/example/%/directory.metapack -./explorer/example/foo -./explorer/example/foo/% -./explorer/example/foo/%/schema-html.metapack -./explorer/example/foo/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/foo -./schemas/example/foo/% -./schemas/example/foo/%/blaze-exhaustive.metapack -./schemas/example/foo/%/blaze-fast.metapack -./schemas/example/foo/%/bundle.metapack -./schemas/example/foo/%/dependencies.metapack -./schemas/example/foo/%/dependents.metapack -./schemas/example/foo/%/editor.metapack -./schemas/example/foo/%/health.metapack -./schemas/example/foo/%/locations.metapack -./schemas/example/foo/%/positions.metapack -./schemas/example/foo/%/schema.metapack -./schemas/example/foo/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path-yaml.sh b/test/cli/index/common/url-with-path-yaml.sh deleted file mode 100755 index 6c3d5c525..000000000 --- a/test/cli/index/common/url-with-path-yaml.sh +++ /dev/null @@ -1,1243 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/bar.yaml" -$schema: 'https://json-schema.org/draft/2020-12/schema' -$id: https://example.com/bar -type: string -EOF - -cat << 'EOF' > "$TMP/schemas/baz.yml" -$schema: 'https://json-schema.org/draft/2020-12/schema' -$id: https://example.com/baz -type: integer -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory-html.metapack -./explorer/example/%/directory.metapack -./explorer/example/bar -./explorer/example/bar/% -./explorer/example/bar/%/schema-html.metapack -./explorer/example/bar/%/schema.metapack -./explorer/example/baz -./explorer/example/baz/% -./explorer/example/baz/%/schema-html.metapack -./explorer/example/baz/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/bar -./schemas/example/bar/% -./schemas/example/bar/%/blaze-exhaustive.metapack -./schemas/example/bar/%/blaze-fast.metapack -./schemas/example/bar/%/bundle.metapack -./schemas/example/bar/%/dependencies.metapack -./schemas/example/bar/%/dependents.metapack -./schemas/example/bar/%/editor.metapack -./schemas/example/bar/%/health.metapack -./schemas/example/bar/%/locations.metapack -./schemas/example/bar/%/positions.metapack -./schemas/example/bar/%/schema.metapack -./schemas/example/bar/%/stats.metapack -./schemas/example/baz -./schemas/example/baz/% -./schemas/example/baz/%/blaze-exhaustive.metapack -./schemas/example/baz/%/blaze-fast.metapack -./schemas/example/baz/%/bundle.metapack -./schemas/example/baz/%/dependencies.metapack -./schemas/example/baz/%/dependents.metapack -./schemas/example/baz/%/editor.metapack -./schemas/example/baz/%/health.metapack -./schemas/example/baz/%/locations.metapack -./schemas/example/baz/%/positions.metapack -./schemas/example/baz/%/schema.metapack -./schemas/example/baz/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/url-with-path.sh b/test/cli/index/common/url-with-path.sh deleted file mode 100755 index f2f89948f..000000000 --- a/test/cli/index/common/url-with-path.sh +++ /dev/null @@ -1,1222 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -cat << EOF > "$TMP/one.json" -{ - "url": "https://example.com/schemas", - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/foo.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/foo", - "type": "string" -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/404.metapack -./explorer/%/directory-html.metapack -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory-html.metapack -./explorer/example/%/directory.metapack -./explorer/example/foo -./explorer/example/foo/% -./explorer/example/foo/%/schema-html.metapack -./explorer/example/foo/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory-html.metapack -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory-html.metapack -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory-html.metapack -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema-html.metapack -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory-html.metapack -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema-html.metapack -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/foo -./schemas/example/foo/% -./schemas/example/foo/%/blaze-exhaustive.metapack -./schemas/example/foo/%/blaze-fast.metapack -./schemas/example/foo/%/bundle.metapack -./schemas/example/foo/%/dependencies.metapack -./schemas/example/foo/%/dependents.metapack -./schemas/example/foo/%/editor.metapack -./schemas/example/foo/%/health.metapack -./schemas/example/foo/%/locations.metapack -./schemas/example/foo/%/positions.metapack -./schemas/example/foo/%/schema.metapack -./schemas/example/foo/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/version-filename.sh b/test/cli/index/common/version-filename.sh deleted file mode 100755 index 47d693130..000000000 --- a/test/cli/index/common/version-filename.sh +++ /dev/null @@ -1,1123 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/v1.2.3.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/v1.2.3.json" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/v1.2.3 -./explorer/example/v1.2.3/% -./explorer/example/v1.2.3/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/v1.2.3 -./schemas/example/v1.2.3/% -./schemas/example/v1.2.3/%/blaze-exhaustive.metapack -./schemas/example/v1.2.3/%/blaze-fast.metapack -./schemas/example/v1.2.3/%/bundle.metapack -./schemas/example/v1.2.3/%/dependencies.metapack -./schemas/example/v1.2.3/%/dependents.metapack -./schemas/example/v1.2.3/%/editor.metapack -./schemas/example/v1.2.3/%/health.metapack -./schemas/example/v1.2.3/%/locations.metapack -./schemas/example/v1.2.3/%/positions.metapack -./schemas/example/v1.2.3/%/schema.metapack -./schemas/example/v1.2.3/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/version-path.sh b/test/cli/index/common/version-path.sh deleted file mode 100755 index cdbba572c..000000000 --- a/test/cli/index/common/version-path.sh +++ /dev/null @@ -1,1123 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/test.json" -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.com/test" -} -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "v2.0": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./explorer/v2.0 -./explorer/v2.0/% -./explorer/v2.0/%/directory.metapack -./explorer/v2.0/test -./explorer/v2.0/test/% -./explorer/v2.0/test/%/schema.metapack -./routes.bin -./schemas -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./schemas/v2.0 -./schemas/v2.0/test -./schemas/v2.0/test/% -./schemas/v2.0/test/%/blaze-exhaustive.metapack -./schemas/v2.0/test/%/blaze-fast.metapack -./schemas/v2.0/test/%/bundle.metapack -./schemas/v2.0/test/%/dependencies.metapack -./schemas/v2.0/test/%/dependents.metapack -./schemas/v2.0/test/%/editor.metapack -./schemas/v2.0/test/%/health.metapack -./schemas/v2.0/test/%/locations.metapack -./schemas/v2.0/test/%/positions.metapack -./schemas/v2.0/test/%/schema.metapack -./schemas/v2.0/test/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/yaml-schemas.sh b/test/cli/index/common/yaml-schemas.sh deleted file mode 100755 index 28aa4a4b8..000000000 --- a/test/cli/index/common/yaml-schemas.sh +++ /dev/null @@ -1,1144 +0,0 @@ -#!/bin/sh - -set -o errexit -set -o nounset - -TMP="$(mktemp -d)" -clean() { rm -rf "$TMP"; } -trap clean EXIT - -mkdir "$TMP/schemas" - -cat << 'EOF' > "$TMP/schemas/yaml.yaml" -$schema: 'https://json-schema.org/draft/2020-12/schema' -$id: https://example.com/yaml.yaml -type: string -EOF - -cat << 'EOF' > "$TMP/schemas/yml.yml" -$schema: 'https://json-schema.org/draft/2020-12/schema' -$id: https://example.com/yml.yml -type: string -EOF - -cat << EOF > "$TMP/one.json" -{ - "url": "http://localhost:8000", - "html": false, - "contents": { - "example": { - "baseUri": "https://example.com", - "path": "./schemas" - } - } -} -EOF - -"$1" "$TMP/one.json" "$TMP/output" - -cd "$TMP/output" -find . -mindepth 1 | LC_ALL=C sort > "$TMP/manifest.txt" -cd - > /dev/null - -cat << 'EOF' > "$TMP/expected.txt" -./configuration.json -./explorer -./explorer/% -./explorer/%/directory.metapack -./explorer/%/mcp.metapack -./explorer/%/search.metapack -./explorer/example -./explorer/example/% -./explorer/example/%/directory.metapack -./explorer/example/yaml -./explorer/example/yaml/% -./explorer/example/yaml/%/schema.metapack -./explorer/example/yml -./explorer/example/yml/% -./explorer/example/yml/%/schema.metapack -./explorer/self -./explorer/self/% -./explorer/self/%/directory.metapack -./explorer/self/v1 -./explorer/self/v1/% -./explorer/self/v1/%/directory.metapack -./explorer/self/v1/schemas -./explorer/self/v1/schemas/% -./explorer/self/v1/schemas/%/directory.metapack -./explorer/self/v1/schemas/api -./explorer/self/v1/schemas/api/% -./explorer/self/v1/schemas/api/%/directory.metapack -./explorer/self/v1/schemas/api/error -./explorer/self/v1/schemas/api/error/% -./explorer/self/v1/schemas/api/error/%/schema.metapack -./explorer/self/v1/schemas/api/list -./explorer/self/v1/schemas/api/list/% -./explorer/self/v1/schemas/api/list/%/directory.metapack -./explorer/self/v1/schemas/api/list/response -./explorer/self/v1/schemas/api/list/response/% -./explorer/self/v1/schemas/api/list/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas -./explorer/self/v1/schemas/api/schemas/% -./explorer/self/v1/schemas/api/schemas/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies -./explorer/self/v1/schemas/api/schemas/dependencies/% -./explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependencies/response -./explorer/self/v1/schemas/api/schemas/dependencies/response/% -./explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/dependents -./explorer/self/v1/schemas/api/schemas/dependents/% -./explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/dependents/response -./explorer/self/v1/schemas/api/schemas/dependents/response/% -./explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate -./explorer/self/v1/schemas/api/schemas/evaluate/% -./explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/request -./explorer/self/v1/schemas/api/schemas/evaluate/request/% -./explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/evaluate/response -./explorer/self/v1/schemas/api/schemas/evaluate/response/% -./explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/health -./explorer/self/v1/schemas/api/schemas/health/% -./explorer/self/v1/schemas/api/schemas/health/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/health/response -./explorer/self/v1/schemas/api/schemas/health/response/% -./explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/locations -./explorer/self/v1/schemas/api/schemas/locations/% -./explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/locations/response -./explorer/self/v1/schemas/api/schemas/locations/response/% -./explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/metadata -./explorer/self/v1/schemas/api/schemas/metadata/% -./explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/metadata/response -./explorer/self/v1/schemas/api/schemas/metadata/response/% -./explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/position -./explorer/self/v1/schemas/api/schemas/position/% -./explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/positions -./explorer/self/v1/schemas/api/schemas/positions/% -./explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/positions/response -./explorer/self/v1/schemas/api/schemas/positions/response/% -./explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/search -./explorer/self/v1/schemas/api/schemas/search/% -./explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/search/response -./explorer/self/v1/schemas/api/schemas/search/response/% -./explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/stats -./explorer/self/v1/schemas/api/schemas/stats/% -./explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/stats/response -./explorer/self/v1/schemas/api/schemas/stats/response/% -./explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace -./explorer/self/v1/schemas/api/schemas/trace/% -./explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -./explorer/self/v1/schemas/api/schemas/trace/request -./explorer/self/v1/schemas/api/schemas/trace/request/% -./explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./explorer/self/v1/schemas/api/schemas/trace/response -./explorer/self/v1/schemas/api/schemas/trace/response/% -./explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./explorer/self/v1/schemas/mcp -./explorer/self/v1/schemas/mcp/% -./explorer/self/v1/schemas/mcp/%/directory.metapack -./explorer/self/v1/schemas/mcp/error -./explorer/self/v1/schemas/mcp/error/% -./explorer/self/v1/schemas/mcp/error/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize -./explorer/self/v1/schemas/mcp/initialize/% -./explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -./explorer/self/v1/schemas/mcp/initialize/request -./explorer/self/v1/schemas/mcp/initialize/request/% -./explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/initialize/response -./explorer/self/v1/schemas/mcp/initialize/response/% -./explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications -./explorer/self/v1/schemas/mcp/notifications/% -./explorer/self/v1/schemas/mcp/notifications/%/directory.metapack -./explorer/self/v1/schemas/mcp/notifications/cancelled -./explorer/self/v1/schemas/mcp/notifications/cancelled/% -./explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./explorer/self/v1/schemas/mcp/notifications/initialized -./explorer/self/v1/schemas/mcp/notifications/initialized/% -./explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping -./explorer/self/v1/schemas/mcp/ping/% -./explorer/self/v1/schemas/mcp/ping/%/directory.metapack -./explorer/self/v1/schemas/mcp/ping/request -./explorer/self/v1/schemas/mcp/ping/request/% -./explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/ping/response -./explorer/self/v1/schemas/mcp/ping/response/% -./explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/request -./explorer/self/v1/schemas/mcp/request/% -./explorer/self/v1/schemas/mcp/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources -./explorer/self/v1/schemas/mcp/resources/% -./explorer/self/v1/schemas/mcp/resources/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list -./explorer/self/v1/schemas/mcp/resources/list/% -./explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/list/request -./explorer/self/v1/schemas/mcp/resources/list/request/% -./explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/list/response -./explorer/self/v1/schemas/mcp/resources/list/response/% -./explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read -./explorer/self/v1/schemas/mcp/resources/read/% -./explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/read/request -./explorer/self/v1/schemas/mcp/resources/read/request/% -./explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/read/response -./explorer/self/v1/schemas/mcp/resources/read/response/% -./explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates -./explorer/self/v1/schemas/mcp/resources/templates/% -./explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list -./explorer/self/v1/schemas/mcp/resources/templates/list/% -./explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/request -./explorer/self/v1/schemas/mcp/resources/templates/list/request/% -./explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/resources/templates/list/response -./explorer/self/v1/schemas/mcp/resources/templates/list/response/% -./explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/response -./explorer/self/v1/schemas/mcp/response/% -./explorer/self/v1/schemas/mcp/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools -./explorer/self/v1/schemas/mcp/tools/% -./explorer/self/v1/schemas/mcp/tools/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call -./explorer/self/v1/schemas/mcp/tools/call/% -./explorer/self/v1/schemas/mcp/tools/call/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./explorer/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./explorer/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory -./explorer/self/v1/schemas/mcp/tools/call/list-directory/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/% -./explorer/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/request -./explorer/self/v1/schemas/mcp/tools/call/request/% -./explorer/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/response -./explorer/self/v1/schemas/mcp/tools/call/response/% -./explorer/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./explorer/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./explorer/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list -./explorer/self/v1/schemas/mcp/tools/list/% -./explorer/self/v1/schemas/mcp/tools/list/%/directory.metapack -./explorer/self/v1/schemas/mcp/tools/list/request -./explorer/self/v1/schemas/mcp/tools/list/request/% -./explorer/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./explorer/self/v1/schemas/mcp/tools/list/response -./explorer/self/v1/schemas/mcp/tools/list/response/% -./explorer/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./routes.bin -./schemas -./schemas/example -./schemas/example/yaml -./schemas/example/yaml/% -./schemas/example/yaml/%/blaze-exhaustive.metapack -./schemas/example/yaml/%/blaze-fast.metapack -./schemas/example/yaml/%/bundle.metapack -./schemas/example/yaml/%/dependencies.metapack -./schemas/example/yaml/%/dependents.metapack -./schemas/example/yaml/%/editor.metapack -./schemas/example/yaml/%/health.metapack -./schemas/example/yaml/%/locations.metapack -./schemas/example/yaml/%/positions.metapack -./schemas/example/yaml/%/schema.metapack -./schemas/example/yaml/%/stats.metapack -./schemas/example/yml -./schemas/example/yml/% -./schemas/example/yml/%/blaze-exhaustive.metapack -./schemas/example/yml/%/blaze-fast.metapack -./schemas/example/yml/%/bundle.metapack -./schemas/example/yml/%/dependencies.metapack -./schemas/example/yml/%/dependents.metapack -./schemas/example/yml/%/editor.metapack -./schemas/example/yml/%/health.metapack -./schemas/example/yml/%/locations.metapack -./schemas/example/yml/%/positions.metapack -./schemas/example/yml/%/schema.metapack -./schemas/example/yml/%/stats.metapack -./schemas/self -./schemas/self/v1 -./schemas/self/v1/schemas -./schemas/self/v1/schemas/api -./schemas/self/v1/schemas/api/error -./schemas/self/v1/schemas/api/error/% -./schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/error/%/bundle.metapack -./schemas/self/v1/schemas/api/error/%/dependencies.metapack -./schemas/self/v1/schemas/api/error/%/dependents.metapack -./schemas/self/v1/schemas/api/error/%/editor.metapack -./schemas/self/v1/schemas/api/error/%/health.metapack -./schemas/self/v1/schemas/api/error/%/locations.metapack -./schemas/self/v1/schemas/api/error/%/positions.metapack -./schemas/self/v1/schemas/api/error/%/schema.metapack -./schemas/self/v1/schemas/api/error/%/stats.metapack -./schemas/self/v1/schemas/api/list -./schemas/self/v1/schemas/api/list/response -./schemas/self/v1/schemas/api/list/response/% -./schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/list/response/%/bundle.metapack -./schemas/self/v1/schemas/api/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/list/response/%/dependents.metapack -./schemas/self/v1/schemas/api/list/response/%/editor.metapack -./schemas/self/v1/schemas/api/list/response/%/health.metapack -./schemas/self/v1/schemas/api/list/response/%/locations.metapack -./schemas/self/v1/schemas/api/list/response/%/positions.metapack -./schemas/self/v1/schemas/api/list/response/%/schema.metapack -./schemas/self/v1/schemas/api/list/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas -./schemas/self/v1/schemas/api/schemas/dependencies -./schemas/self/v1/schemas/api/schemas/dependencies/response -./schemas/self/v1/schemas/api/schemas/dependencies/response/% -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/dependents -./schemas/self/v1/schemas/api/schemas/dependents/response -./schemas/self/v1/schemas/api/schemas/dependents/response/% -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate -./schemas/self/v1/schemas/api/schemas/evaluate/request -./schemas/self/v1/schemas/api/schemas/evaluate/request/% -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response -./schemas/self/v1/schemas/api/schemas/evaluate/response/% -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/health -./schemas/self/v1/schemas/api/schemas/health/response -./schemas/self/v1/schemas/api/schemas/health/response/% -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/locations -./schemas/self/v1/schemas/api/schemas/locations/response -./schemas/self/v1/schemas/api/schemas/locations/response/% -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/metadata -./schemas/self/v1/schemas/api/schemas/metadata/response -./schemas/self/v1/schemas/api/schemas/metadata/response/% -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/position -./schemas/self/v1/schemas/api/schemas/position/% -./schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/position/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/position/%/health.metapack -./schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/position/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/positions -./schemas/self/v1/schemas/api/schemas/positions/response -./schemas/self/v1/schemas/api/schemas/positions/response/% -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/search -./schemas/self/v1/schemas/api/schemas/search/response -./schemas/self/v1/schemas/api/schemas/search/response/% -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/stats -./schemas/self/v1/schemas/api/schemas/stats/response -./schemas/self/v1/schemas/api/schemas/stats/response/% -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace -./schemas/self/v1/schemas/api/schemas/trace/request -./schemas/self/v1/schemas/api/schemas/trace/request/% -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -./schemas/self/v1/schemas/api/schemas/trace/response -./schemas/self/v1/schemas/api/schemas/trace/response/% -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/dependents.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack -./schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -./schemas/self/v1/schemas/mcp -./schemas/self/v1/schemas/mcp/error -./schemas/self/v1/schemas/mcp/error/% -./schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/error/%/bundle.metapack -./schemas/self/v1/schemas/mcp/error/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/error/%/dependents.metapack -./schemas/self/v1/schemas/mcp/error/%/editor.metapack -./schemas/self/v1/schemas/mcp/error/%/health.metapack -./schemas/self/v1/schemas/mcp/error/%/locations.metapack -./schemas/self/v1/schemas/mcp/error/%/positions.metapack -./schemas/self/v1/schemas/mcp/error/%/schema.metapack -./schemas/self/v1/schemas/mcp/error/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize -./schemas/self/v1/schemas/mcp/initialize/request -./schemas/self/v1/schemas/mcp/initialize/request/% -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/initialize/response -./schemas/self/v1/schemas/mcp/initialize/response/% -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications -./schemas/self/v1/schemas/mcp/notifications/cancelled -./schemas/self/v1/schemas/mcp/notifications/cancelled/% -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized -./schemas/self/v1/schemas/mcp/notifications/initialized/% -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/dependents.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack -./schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping -./schemas/self/v1/schemas/mcp/ping/request -./schemas/self/v1/schemas/mcp/ping/request/% -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/ping/response -./schemas/self/v1/schemas/mcp/ping/response/% -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/request -./schemas/self/v1/schemas/mcp/request/% -./schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/request/%/health.metapack -./schemas/self/v1/schemas/mcp/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources -./schemas/self/v1/schemas/mcp/resources/list -./schemas/self/v1/schemas/mcp/resources/list/request -./schemas/self/v1/schemas/mcp/resources/list/request/% -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/list/response -./schemas/self/v1/schemas/mcp/resources/list/response/% -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read -./schemas/self/v1/schemas/mcp/resources/read/request -./schemas/self/v1/schemas/mcp/resources/read/request/% -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/read/response -./schemas/self/v1/schemas/mcp/resources/read/response/% -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates -./schemas/self/v1/schemas/mcp/resources/templates/list -./schemas/self/v1/schemas/mcp/resources/templates/list/request -./schemas/self/v1/schemas/mcp/resources/templates/list/request/% -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response -./schemas/self/v1/schemas/mcp/resources/templates/list/response/% -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/response -./schemas/self/v1/schemas/mcp/response/% -./schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/response/%/health.metapack -./schemas/self/v1/schemas/mcp/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools -./schemas/self/v1/schemas/mcp/tools/call -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/% -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/evaluate-schema/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependencies/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-dependents/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-health/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-locations/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-metadata/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-positions/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/% -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/get-schema-stats/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/% -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/list-directory/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/request -./schemas/self/v1/schemas/mcp/tools/call/request/% -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/response -./schemas/self/v1/schemas/mcp/tools/call/response/% -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/% -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/search-schemas/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/% -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/call/trace-schema-evaluation/response/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list -./schemas/self/v1/schemas/mcp/tools/list/request -./schemas/self/v1/schemas/mcp/tools/list/request/% -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/request/%/stats.metapack -./schemas/self/v1/schemas/mcp/tools/list/response -./schemas/self/v1/schemas/mcp/tools/list/response/% -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-exhaustive.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/blaze-fast.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/bundle.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependencies.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/dependents.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/editor.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/health.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/locations.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/positions.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/schema.metapack -./schemas/self/v1/schemas/mcp/tools/list/response/%/stats.metapack -./state.bin -./version.json -EOF - -diff "$TMP/manifest.txt" "$TMP/expected.txt"