@zuplo/cli 7.6.9 → 7.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/@inquirer/checkbox/package.json +3 -3
- package/node_modules/@inquirer/confirm/dist/index.js +1 -1
- package/node_modules/@inquirer/confirm/package.json +3 -3
- package/node_modules/@inquirer/core/dist/lib/create-prompt.js +66 -47
- package/node_modules/@inquirer/core/package.json +2 -2
- package/node_modules/@inquirer/editor/package.json +3 -3
- package/node_modules/@inquirer/expand/package.json +3 -3
- package/node_modules/@inquirer/input/package.json +3 -3
- package/node_modules/@inquirer/number/package.json +3 -3
- package/node_modules/@inquirer/password/package.json +3 -3
- package/node_modules/@inquirer/rawlist/package.json +3 -3
- package/node_modules/@inquirer/search/package.json +3 -3
- package/node_modules/@inquirer/select/package.json +3 -3
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/index.d.ts +1 -2
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +7 -11
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +13 -16
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +7 -11
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +16 -19
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +10 -16
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +18 -21
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwk/embedded.d.ts +3 -1
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwk/thumbprint.d.ts +4 -6
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwks/local.d.ts +5 -4
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwks/remote.d.ts +20 -21
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/compact/sign.d.ts +4 -4
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/compact/verify.d.ts +8 -11
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/flattened/sign.d.ts +5 -5
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/flattened/verify.d.ts +8 -11
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/general/sign.d.ts +10 -14
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/general/verify.d.ts +11 -17
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/decrypt.d.ts +14 -11
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/encrypt.d.ts +24 -22
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/sign.d.ts +3 -7
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/unsecured.d.ts +2 -6
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/verify.d.ts +13 -6
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/key/export.d.ts +6 -6
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/key/generate_key_pair.d.ts +9 -14
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/key/generate_secret.d.ts +10 -10
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/key/import.d.ts +19 -18
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/types.d.ts +152 -247
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/util/base64url.d.ts +7 -7
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/util/decode_jwt.d.ts +6 -1
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/util/decode_protected_header.d.ts +4 -3
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/util/errors.d.ts +29 -40
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +1 -2
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +9 -26
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +3 -3
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +11 -30
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/general/decrypt.js +6 -6
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/general/encrypt.js +33 -57
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwk/embedded.js +3 -4
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwk/thumbprint.js +3 -6
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwks/local.js +16 -10
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwks/remote.js +2 -2
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/compact/sign.js +2 -4
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/compact/verify.js +2 -2
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/flattened/sign.js +8 -15
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/flattened/verify.js +4 -14
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/general/sign.js +4 -11
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/general/verify.js +5 -7
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/decrypt.js +2 -3
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/encrypt.js +11 -25
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/sign.js +1 -1
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/unsecured.js +1 -2
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/verify.js +4 -4
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/key/export.js +12 -16
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/key/generate_key_pair.js +4 -13
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/key/generate_secret.js +1 -1
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/key/import.js +5 -9
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/asn1.js +2 -4
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/buffer_utils.js +35 -0
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/content_encryption.js +21 -29
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/deflate.js +9 -19
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +0 -4
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +21 -54
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +26 -59
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jws_sign.js +29 -43
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jws_verify.js +37 -45
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +1 -1
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/key.js +119 -59
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/key_management.js +45 -80
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/{options.js → validate.js} +64 -3
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/util/base64url.js +5 -19
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/util/decode_jwt.js +1 -1
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/util/decode_protected_header.js +1 -1
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/package.json +1 -1
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/index.d.ts +1 -2
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +7 -11
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +13 -16
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +7 -11
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +16 -19
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +10 -16
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +18 -21
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwk/embedded.d.ts +3 -1
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwk/thumbprint.d.ts +4 -6
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwks/local.d.ts +5 -4
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwks/remote.d.ts +20 -21
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/compact/sign.d.ts +4 -4
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/compact/verify.d.ts +8 -11
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/flattened/sign.d.ts +5 -5
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/flattened/verify.d.ts +8 -11
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/general/sign.d.ts +10 -14
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/general/verify.d.ts +11 -17
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/decrypt.d.ts +14 -11
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/encrypt.d.ts +24 -22
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/sign.d.ts +3 -7
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/unsecured.d.ts +2 -6
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/verify.d.ts +13 -6
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/key/export.d.ts +6 -6
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/key/generate_key_pair.d.ts +9 -14
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/key/generate_secret.d.ts +10 -10
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/key/import.d.ts +19 -18
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/types.d.ts +152 -247
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/util/base64url.d.ts +7 -7
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/util/decode_jwt.d.ts +6 -1
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/util/decode_protected_header.d.ts +4 -3
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/util/errors.d.ts +29 -40
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +1 -2
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +9 -26
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +3 -3
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +11 -30
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/general/decrypt.js +6 -6
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/general/encrypt.js +33 -57
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwk/embedded.js +3 -4
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwk/thumbprint.js +3 -6
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwks/local.js +16 -10
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwks/remote.js +2 -2
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/compact/sign.js +2 -4
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/compact/verify.js +2 -2
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/flattened/sign.js +8 -15
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/flattened/verify.js +4 -14
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/general/sign.js +4 -11
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/general/verify.js +5 -7
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/decrypt.js +2 -3
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/encrypt.js +11 -25
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/sign.js +1 -1
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/unsecured.js +1 -2
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/verify.js +4 -4
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/key/export.js +12 -16
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/key/generate_key_pair.js +4 -13
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/key/generate_secret.js +1 -1
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/key/import.js +5 -9
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/asn1.js +2 -4
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/buffer_utils.js +35 -0
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/content_encryption.js +21 -29
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/deflate.js +9 -19
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +0 -4
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +21 -54
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +26 -59
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jws_sign.js +29 -43
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jws_verify.js +37 -45
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +1 -1
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/key.js +119 -59
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/key_management.js +45 -80
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/{options.js → validate.js} +64 -3
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/util/base64url.js +5 -19
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/util/decode_jwt.js +1 -1
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/util/decode_protected_header.js +1 -1
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/package.json +1 -1
- package/node_modules/@posthog/core/dist/posthog-core.d.ts +14 -0
- package/node_modules/@posthog/core/dist/posthog-core.d.ts.map +1 -1
- package/node_modules/@posthog/core/dist/types.d.ts +1 -0
- package/node_modules/@posthog/core/dist/types.d.ts.map +1 -1
- package/node_modules/@posthog/core/dist/utils/index.d.ts +1 -0
- package/node_modules/@posthog/core/dist/utils/index.d.ts.map +1 -1
- package/node_modules/@posthog/core/dist/utils/index.js +26 -0
- package/node_modules/@posthog/core/dist/utils/index.mjs +1 -0
- package/node_modules/@posthog/core/dist/utils/webview-app-utils.d.ts +12 -0
- package/node_modules/@posthog/core/dist/utils/webview-app-utils.d.ts.map +1 -0
- package/node_modules/@posthog/core/dist/utils/webview-app-utils.js +132 -0
- package/node_modules/@posthog/core/dist/utils/webview-app-utils.mjs +94 -0
- package/node_modules/@posthog/core/package.json +2 -2
- package/node_modules/@posthog/core/src/featureFlagLocalEvaluation.ts +1 -1
- package/node_modules/@posthog/core/src/posthog-core.ts +14 -0
- package/node_modules/@posthog/core/src/types.ts +1 -0
- package/node_modules/@posthog/core/src/utils/index.ts +1 -0
- package/node_modules/@posthog/core/src/utils/otlp-any-value.spec.ts +1 -1
- package/node_modules/@posthog/core/src/utils/type-utils.ts +4 -4
- package/node_modules/@posthog/core/src/utils/webview-app-utils.spec.ts +118 -0
- package/node_modules/@posthog/core/src/utils/webview-app-utils.ts +49 -0
- package/node_modules/@posthog/types/dist/feature-flags.d.ts +1 -1
- package/node_modules/@posthog/types/dist/feature-flags.d.ts.map +1 -1
- package/node_modules/@posthog/types/dist/posthog-config.d.ts +7 -1
- package/node_modules/@posthog/types/dist/posthog-config.d.ts.map +1 -1
- package/node_modules/@posthog/types/package.json +1 -1
- package/node_modules/@posthog/types/src/feature-flags.ts +1 -1
- package/node_modules/@posthog/types/src/posthog-config.ts +7 -1
- package/node_modules/@posthog/types/src/tree-shakeable.ts +1 -1
- package/node_modules/@zuplo/core/package.json +1 -1
- package/node_modules/@zuplo/graphql/package.json +1 -1
- package/node_modules/@zuplo/openapi-tools/package.json +1 -1
- package/node_modules/@zuplo/otel/package.json +1 -1
- package/node_modules/@zuplo/runtime/out/esm/{chunk-Z3IKCP3N.js → chunk-R4PTES5B.js} +93 -93
- package/node_modules/@zuplo/runtime/out/esm/chunk-R4PTES5B.js.map +1 -0
- package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
- package/node_modules/@zuplo/runtime/package.json +1 -1
- package/package.json +11 -11
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/base64.js +0 -20
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -27
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/helpers.js +0 -45
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -12
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -19
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwk_metadata.js +0 -19
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -10
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/key_options.js +0 -8
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/signing.js +0 -22
- package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/type_checks.js +0 -30
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/base64.js +0 -20
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -27
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/helpers.js +0 -45
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -12
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -19
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwk_metadata.js +0 -19
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -10
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/key_options.js +0 -8
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/signing.js +0 -22
- package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/type_checks.js +0 -30
- package/node_modules/@zuplo/runtime/out/esm/chunk-Z3IKCP3N.js.map +0 -1
- /package/node_modules/@zuplo/runtime/out/esm/{chunk-Z3IKCP3N.js.LEGAL.txt → chunk-R4PTES5B.js.LEGAL.txt} +0 -0
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts
CHANGED
|
@@ -3,40 +3,37 @@ import type * as t from '../../types.d.ts';
|
|
|
3
3
|
export declare class CompactEncrypt {
|
|
4
4
|
#private;
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Creates a Compact JWE encryptor.
|
|
7
7
|
*
|
|
8
8
|
* @param plaintext Binary representation of the plaintext to encrypt.
|
|
9
9
|
*/
|
|
10
10
|
constructor(plaintext: Uint8Array);
|
|
11
11
|
/**
|
|
12
|
-
* Sets a content encryption key
|
|
13
|
-
*
|
|
12
|
+
* Sets a content encryption key instead of generating a random one for the JWE "enc" algorithm.
|
|
13
|
+
* May only be called once.
|
|
14
14
|
*
|
|
15
|
-
* @deprecated
|
|
16
|
-
* validation purposes.
|
|
15
|
+
* @deprecated Use only for testing and vector validation.
|
|
17
16
|
*/
|
|
18
17
|
setContentEncryptionKey(cek: Uint8Array): this;
|
|
19
18
|
/**
|
|
20
|
-
* Sets the
|
|
21
|
-
*
|
|
19
|
+
* Sets the content encryption IV instead of generating a random one for the JWE "enc" algorithm.
|
|
20
|
+
* May only be called once.
|
|
22
21
|
*
|
|
23
|
-
* @deprecated
|
|
24
|
-
* validation purposes.
|
|
22
|
+
* @deprecated Use only for testing and vector validation.
|
|
25
23
|
*/
|
|
26
24
|
setInitializationVector(iv: Uint8Array): this;
|
|
27
|
-
/** Sets the JWE Protected Header
|
|
25
|
+
/** Sets the JWE Protected Header. May only be called once. */
|
|
28
26
|
setProtectedHeader(protectedHeader: t.CompactJWEHeaderParameters): this;
|
|
29
27
|
/**
|
|
30
|
-
* Sets
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* appropriate JOSE Header.
|
|
28
|
+
* Sets key management inputs such as ECDH-ES "apu"/"apv" or PBES2 "p2c". Use this method instead
|
|
29
|
+
* of header setters; the resulting parameters are added to the JOSE header. May only be called
|
|
30
|
+
* once.
|
|
34
31
|
*/
|
|
35
32
|
setKeyManagementParameters(parameters: t.JWEKeyManagementHeaderParameters): this;
|
|
36
33
|
/**
|
|
37
|
-
* Encrypts
|
|
34
|
+
* Encrypts the plaintext as a Compact JWE.
|
|
38
35
|
*
|
|
39
|
-
* @param key Public
|
|
36
|
+
* @param key Public key or shared secret. See
|
|
40
37
|
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
41
38
|
*/
|
|
42
39
|
encrypt(key: t.KeyInput, options?: t.EncryptOptions): Promise<string>;
|
|
@@ -1,28 +1,24 @@
|
|
|
1
1
|
import type * as t from '../../types.d.ts';
|
|
2
|
-
/**
|
|
2
|
+
/** Resolves a key for Flattened JWE decryption from unverified headers and token data. */
|
|
3
3
|
export interface FlattenedDecryptGetKey<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array> extends t.GetKeyFunction<t.JWEHeaderParameters | undefined, t.FlattenedJWE, KeyType | t.KeyObject | t.JWK> {
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
6
|
* Decrypts a Flattened JWE.
|
|
7
7
|
*
|
|
8
|
-
* @param key Private
|
|
8
|
+
* @param key Private key or shared secret. See
|
|
9
9
|
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
10
10
|
*/
|
|
11
11
|
export declare function flattenedDecrypt(jwe: t.FlattenedJWE, key: t.KeyInput, options?: t.DecryptOptions): Promise<t.FlattenedDecryptResult>;
|
|
12
12
|
/**
|
|
13
|
-
* Decrypts a Flattened JWE
|
|
14
|
-
* {@link t.ResolvedKey.key resolved key}.
|
|
13
|
+
* Decrypts a Flattened JWE with a dynamically resolved key, included in the result.
|
|
15
14
|
*
|
|
16
|
-
* @param getKey
|
|
17
|
-
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
15
|
+
* @param getKey Resolves a private key or shared secret from unverified token data.
|
|
18
16
|
*/
|
|
19
17
|
export declare function flattenedDecrypt<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array>(jwe: t.FlattenedJWE, getKey: FlattenedDecryptGetKey<KeyType>, options?: t.DecryptOptions): Promise<t.FlattenedDecryptResult & t.ResolvedKey<KeyType>>;
|
|
20
18
|
/**
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* function was used.
|
|
19
|
+
* Decrypts a Flattened JWE with a key or key resolver. The result includes `key` only when a
|
|
20
|
+
* resolver is used.
|
|
24
21
|
*
|
|
25
|
-
* @param key Private
|
|
26
|
-
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
22
|
+
* @param key Private key or shared secret, or a function resolving one.
|
|
27
23
|
*/
|
|
28
24
|
export declare function flattenedDecrypt(jwe: t.FlattenedJWE, key: t.KeyInput | FlattenedDecryptGetKey, options?: t.DecryptOptions): Promise<t.FlattenedDecryptResult & Partial<t.ResolvedKey>>;
|
|
@@ -3,46 +3,43 @@ import type * as t from '../../types.d.ts';
|
|
|
3
3
|
export declare class FlattenedEncrypt {
|
|
4
4
|
#private;
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Creates a Flattened JWE encryptor.
|
|
7
7
|
*
|
|
8
8
|
* @param plaintext Binary representation of the plaintext to encrypt.
|
|
9
9
|
*/
|
|
10
10
|
constructor(plaintext: Uint8Array);
|
|
11
11
|
/**
|
|
12
|
-
* Sets
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
* appropriate JOSE Header.
|
|
12
|
+
* Sets key management inputs such as ECDH-ES "apu"/"apv" or PBES2 "p2c". Use this method instead
|
|
13
|
+
* of header setters; the resulting parameters are added to the JOSE header. May only be called
|
|
14
|
+
* once.
|
|
16
15
|
*/
|
|
17
16
|
setKeyManagementParameters(parameters: t.JWEKeyManagementHeaderParameters): this;
|
|
18
|
-
/** Sets the JWE Protected Header
|
|
17
|
+
/** Sets the JWE Protected Header. May only be called once. */
|
|
19
18
|
setProtectedHeader(protectedHeader: t.JWEHeaderParameters): this;
|
|
20
|
-
/** Sets the JWE Shared Unprotected Header
|
|
19
|
+
/** Sets the JWE Shared Unprotected Header. May only be called once. */
|
|
21
20
|
setSharedUnprotectedHeader(sharedUnprotectedHeader: t.JWEHeaderParameters): this;
|
|
22
|
-
/** Sets the JWE Per-Recipient Unprotected Header
|
|
21
|
+
/** Sets the JWE Per-Recipient Unprotected Header. May only be called once. */
|
|
23
22
|
setUnprotectedHeader(unprotectedHeader: t.JWEHeaderParameters): this;
|
|
24
|
-
/** Sets
|
|
23
|
+
/** Sets additional data to authenticate without encrypting it. */
|
|
25
24
|
setAdditionalAuthenticatedData(aad: Uint8Array): this;
|
|
26
25
|
/**
|
|
27
|
-
* Sets a content encryption key
|
|
28
|
-
*
|
|
26
|
+
* Sets a content encryption key instead of generating a random one for the JWE "enc" algorithm.
|
|
27
|
+
* May only be called once.
|
|
29
28
|
*
|
|
30
|
-
* @deprecated
|
|
31
|
-
* validation purposes.
|
|
29
|
+
* @deprecated Use only for testing and vector validation.
|
|
32
30
|
*/
|
|
33
31
|
setContentEncryptionKey(cek: Uint8Array): this;
|
|
34
32
|
/**
|
|
35
|
-
* Sets the
|
|
36
|
-
*
|
|
33
|
+
* Sets the content encryption IV instead of generating a random one for the JWE "enc" algorithm.
|
|
34
|
+
* May only be called once.
|
|
37
35
|
*
|
|
38
|
-
* @deprecated
|
|
39
|
-
* validation purposes.
|
|
36
|
+
* @deprecated Use only for testing and vector validation.
|
|
40
37
|
*/
|
|
41
38
|
setInitializationVector(iv: Uint8Array): this;
|
|
42
39
|
/**
|
|
43
|
-
* Encrypts
|
|
40
|
+
* Encrypts the plaintext as a Flattened JWE.
|
|
44
41
|
*
|
|
45
|
-
* @param key Public
|
|
42
|
+
* @param key Public key or shared secret. See
|
|
46
43
|
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
47
44
|
*/
|
|
48
45
|
encrypt(key: t.KeyInput, options?: t.EncryptOptions): Promise<t.FlattenedJWE>;
|
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/general/decrypt.d.ts
CHANGED
|
@@ -1,34 +1,28 @@
|
|
|
1
1
|
import type * as t from '../../types.d.ts';
|
|
2
|
-
/**
|
|
2
|
+
/** Resolves a key for General JWE decryption from unverified headers and token data. */
|
|
3
3
|
export interface GeneralDecryptGetKey<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array> extends t.GetKeyFunction<t.JWEHeaderParameters | undefined, t.FlattenedJWE, KeyType | t.KeyObject | t.JWK> {
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
6
|
* Decrypts a General JWE.
|
|
7
7
|
*
|
|
8
|
-
* > Note:
|
|
9
|
-
* >
|
|
10
|
-
* > the
|
|
11
|
-
* > in the General JWE are not validated, and their headers are not included in the returned result.
|
|
12
|
-
* > Recipients of a General JWE should only rely on the returned (decrypted) data.
|
|
8
|
+
* > Note: Returns plaintext and headers from the first recipient that decrypts successfully. Other
|
|
9
|
+
* > recipients may be inspected to enforce serialization rules, but their headers are not included in
|
|
10
|
+
* > the result. Rely only on the returned data.
|
|
13
11
|
*
|
|
14
|
-
* @param key Private
|
|
12
|
+
* @param key Private key or shared secret. See
|
|
15
13
|
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
16
14
|
*/
|
|
17
15
|
export declare function generalDecrypt(jwe: t.GeneralJWE, key: t.KeyInput, options?: t.DecryptOptions): Promise<t.GeneralDecryptResult>;
|
|
18
16
|
/**
|
|
19
|
-
* Decrypts a General JWE
|
|
20
|
-
* {@link t.ResolvedKey.key resolved key}.
|
|
17
|
+
* Decrypts a General JWE with a dynamically resolved key, included in the result.
|
|
21
18
|
*
|
|
22
|
-
* @param getKey
|
|
23
|
-
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
19
|
+
* @param getKey Resolves a private key or shared secret from unverified token data.
|
|
24
20
|
*/
|
|
25
21
|
export declare function generalDecrypt<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array>(jwe: t.GeneralJWE, getKey: GeneralDecryptGetKey<KeyType>, options?: t.DecryptOptions): Promise<t.GeneralDecryptResult & t.ResolvedKey<KeyType>>;
|
|
26
22
|
/**
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* function was used.
|
|
23
|
+
* Decrypts a General JWE with a key or key resolver. The result includes `key` only when a resolver
|
|
24
|
+
* is used.
|
|
30
25
|
*
|
|
31
|
-
* @param key Private
|
|
32
|
-
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
26
|
+
* @param key Private key or shared secret, or a function resolving one.
|
|
33
27
|
*/
|
|
34
28
|
export declare function generalDecrypt(jwe: t.GeneralJWE, key: t.KeyInput | GeneralDecryptGetKey, options?: t.DecryptOptions): Promise<t.GeneralDecryptResult & Partial<t.ResolvedKey>>;
|
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/general/encrypt.d.ts
CHANGED
|
@@ -1,54 +1,51 @@
|
|
|
1
1
|
import type * as t from '../../types.d.ts';
|
|
2
2
|
/** Configures an individual recipient in a General JWE. */
|
|
3
3
|
export interface Recipient {
|
|
4
|
-
/** Sets the JWE Per-Recipient Unprotected Header
|
|
4
|
+
/** Sets the JWE Per-Recipient Unprotected Header. May only be called once. */
|
|
5
5
|
setUnprotectedHeader(unprotectedHeader: t.JWEHeaderParameters): Recipient;
|
|
6
6
|
/**
|
|
7
|
-
* Sets
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* appropriate JOSE Header.
|
|
7
|
+
* Sets key management inputs such as ECDH-ES "apu"/"apv" or PBES2 "p2c". Use this method instead
|
|
8
|
+
* of header setters; the resulting parameters are added to the JOSE header. May only be called
|
|
9
|
+
* once.
|
|
11
10
|
*/
|
|
12
11
|
setKeyManagementParameters(parameters: t.JWEKeyManagementHeaderParameters): Recipient;
|
|
13
12
|
/**
|
|
14
|
-
*
|
|
15
|
-
* {@link GeneralEncrypt} instance.
|
|
13
|
+
* Adds another recipient to the enclosing {@link GeneralEncrypt} and returns its configuration.
|
|
16
14
|
*
|
|
17
|
-
* @param key Public
|
|
18
|
-
*
|
|
15
|
+
* @param key Public key or shared secret. See
|
|
16
|
+
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
19
17
|
*/
|
|
20
18
|
addRecipient(key: t.KeyInput, options?: t.CritOption): Recipient;
|
|
21
19
|
/**
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
* {@link addRecipient}.
|
|
20
|
+
* Encrypts for all recipients on the enclosing {@link GeneralEncrypt}, using their configured
|
|
21
|
+
* keys.
|
|
25
22
|
*/
|
|
26
23
|
encrypt(): Promise<t.GeneralJWE>;
|
|
27
|
-
/** Returns the enclosing {@link GeneralEncrypt} instance */
|
|
24
|
+
/** Returns the enclosing {@link GeneralEncrypt} instance. */
|
|
28
25
|
done(): GeneralEncrypt;
|
|
29
26
|
}
|
|
30
27
|
/** Builds and encrypts General JWE objects. */
|
|
31
28
|
export declare class GeneralEncrypt {
|
|
32
29
|
#private;
|
|
33
30
|
/**
|
|
34
|
-
*
|
|
31
|
+
* Creates a General JWE encryptor.
|
|
35
32
|
*
|
|
36
33
|
* @param plaintext Binary representation of the plaintext to encrypt.
|
|
37
34
|
*/
|
|
38
35
|
constructor(plaintext: Uint8Array);
|
|
39
36
|
/**
|
|
40
|
-
* Adds
|
|
37
|
+
* Adds a recipient and returns its configuration.
|
|
41
38
|
*
|
|
42
|
-
* @param key Public
|
|
43
|
-
*
|
|
39
|
+
* @param key Public key or shared secret. See
|
|
40
|
+
* {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
|
|
44
41
|
*/
|
|
45
42
|
addRecipient(key: t.KeyInput, options?: t.CritOption): Recipient;
|
|
46
|
-
/** Sets the JWE Protected Header
|
|
43
|
+
/** Sets the JWE Protected Header. May only be called once. */
|
|
47
44
|
setProtectedHeader(protectedHeader: t.JWEHeaderParameters): this;
|
|
48
|
-
/** Sets the JWE Shared Unprotected Header
|
|
45
|
+
/** Sets the JWE Shared Unprotected Header. May only be called once. */
|
|
49
46
|
setSharedUnprotectedHeader(sharedUnprotectedHeader: t.JWEHeaderParameters): this;
|
|
50
|
-
/** Sets
|
|
47
|
+
/** Sets additional data to authenticate without encrypting it. */
|
|
51
48
|
setAdditionalAuthenticatedData(aad: Uint8Array): this;
|
|
52
|
-
/** Encrypts
|
|
49
|
+
/** Encrypts the plaintext as a General JWE. */
|
|
53
50
|
encrypt(): Promise<t.GeneralJWE>;
|
|
54
51
|
}
|
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwk/embedded.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type * as t from '../types.d.ts';
|
|
2
2
|
/**
|
|
3
|
-
* Resolves a verification key from an embedded "jwk" (JSON Web Key) Header Parameter.
|
|
3
|
+
* Resolves a verification key from an embedded "jwk" (JSON Web Key) Header Parameter. This key
|
|
4
|
+
* resolver opts JWS and JWT verification into trusting a public key supplied by the token. Use the
|
|
5
|
+
* verification function's `algorithms` option to restrict accepted algorithms.
|
|
4
6
|
*
|
|
5
7
|
* @param token The consumed JWS token.
|
|
6
8
|
* @returns The public key from the JWS "jwk" (JSON Web Key) Header Parameter.
|
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwk/thumbprint.d.ts
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import type * as t from '../types.d.ts';
|
|
2
2
|
/**
|
|
3
|
-
* Calculates a base64url-encoded
|
|
3
|
+
* Calculates a base64url-encoded JWK Thumbprint. CryptoKey inputs must be extractable.
|
|
4
4
|
*
|
|
5
5
|
* @param key Key to calculate the thumbprint for.
|
|
6
|
-
* @param digestAlgorithm Digest
|
|
7
|
-
* "sha256".
|
|
6
|
+
* @param digestAlgorithm Digest algorithm. Defaults to "sha256".
|
|
8
7
|
*/
|
|
9
8
|
export declare function calculateJwkThumbprint(key: t.JWK | t.CryptoKey | t.KeyObject, digestAlgorithm?: 'sha256' | 'sha384' | 'sha512'): Promise<string>;
|
|
10
9
|
/**
|
|
11
|
-
* Calculates a
|
|
10
|
+
* Calculates a JWK Thumbprint URI. CryptoKey inputs must be extractable.
|
|
12
11
|
*
|
|
13
12
|
* @param key Key to calculate the thumbprint for.
|
|
14
|
-
* @param digestAlgorithm Digest
|
|
15
|
-
* "sha256".
|
|
13
|
+
* @param digestAlgorithm Digest algorithm. Defaults to "sha256".
|
|
16
14
|
*/
|
|
17
15
|
export declare function calculateJwkThumbprintUri(key: t.CryptoKey | t.KeyObject | t.JWK, digestAlgorithm?: 'sha256' | 'sha384' | 'sha512'): Promise<string>;
|
|
@@ -2,14 +2,15 @@ import type * as t from '../types.d.ts';
|
|
|
2
2
|
/** A key resolver created by {@link createLocalJWKSet}. */
|
|
3
3
|
export interface LocalJWKSet {
|
|
4
4
|
(protectedHeader?: t.JWSHeaderParameters, token?: t.FlattenedJWSInput): Promise<t.CryptoKey>;
|
|
5
|
-
/** Returns a structured clone of the JSON Web Key Set
|
|
5
|
+
/** Returns a structured clone of the original JSON Web Key Set. */
|
|
6
6
|
jwks: () => t.JSONWebKeySet;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
|
-
* Creates a resolver for a locally available JSON Web Key Set.
|
|
9
|
+
* Creates a resolver for a locally available JSON Web Key Set. Selection uses the header's "alg"
|
|
10
|
+
* (Algorithm) and "kid" (Key ID), and respects the JWK's "use" (Public Key Use) and "key_ops" (Key
|
|
11
|
+
* Operations). Exactly one key must match.
|
|
10
12
|
*
|
|
11
|
-
* > Note:
|
|
12
|
-
* > for public encryption keys.
|
|
13
|
+
* > Note: Only public signature verification keys are supported, not public encryption keys.
|
|
13
14
|
*
|
|
14
15
|
* @param jwks JSON Web Key Set formatted object.
|
|
15
16
|
*/
|
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwks/remote.d.ts
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import type * as t from '../types.d.ts';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Configures a custom fetch implementation for remote JWKS retrieval.
|
|
4
4
|
*
|
|
5
|
-
* > Note:
|
|
6
|
-
* >
|
|
5
|
+
* > Note: Fetch-like libraries may have incompatible TypeScript signatures even when they accept the
|
|
6
|
+
* > supplied arguments at runtime.
|
|
7
7
|
*/
|
|
8
8
|
export declare const customFetch: unique symbol;
|
|
9
|
-
/**
|
|
9
|
+
/** Custom fetch function. Must return HTTP 200 with a JSON JWKS. See {@link customFetch}. */
|
|
10
10
|
export type FetchImplementation = (
|
|
11
|
-
/** URL
|
|
11
|
+
/** JWKS URL, passed as the fetch resource. */
|
|
12
12
|
url: string,
|
|
13
|
-
/** Options
|
|
13
|
+
/** Options passed to fetch. */
|
|
14
14
|
options: {
|
|
15
|
-
/** HTTP Headers */
|
|
16
15
|
headers: Headers;
|
|
17
|
-
/** The {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods request method} */
|
|
18
16
|
method: 'GET';
|
|
19
17
|
/** See {@link !Request.redirect} */
|
|
20
18
|
redirect: 'manual';
|
|
@@ -23,9 +21,8 @@ options: {
|
|
|
23
21
|
/**
|
|
24
22
|
* Symbol used to configure an externally persisted remote JWKS cache.
|
|
25
23
|
*
|
|
26
|
-
* > Warning:
|
|
27
|
-
* >
|
|
28
|
-
* > code.
|
|
24
|
+
* > Warning: Only trusted application code must be allowed to write this cache; its keys are trusted for
|
|
25
|
+
* > signature verification.
|
|
29
26
|
*/
|
|
30
27
|
export declare const jwksCache: unique symbol;
|
|
31
28
|
/** Remote JWKS resolver options. */
|
|
@@ -36,13 +33,13 @@ export interface RemoteJWKSetOptions {
|
|
|
36
33
|
*/
|
|
37
34
|
timeoutDuration?: number;
|
|
38
35
|
/**
|
|
39
|
-
*
|
|
40
|
-
*
|
|
36
|
+
* Time in milliseconds after a successful fetch before a missing key can trigger another fetch.
|
|
37
|
+
* Must not be `NaN`. Defaults to 30000 (30 seconds).
|
|
41
38
|
*/
|
|
42
39
|
cooldownDuration?: number;
|
|
43
40
|
/**
|
|
44
|
-
* Maximum
|
|
45
|
-
*
|
|
41
|
+
* Maximum age of cached keys in milliseconds. Defaults to 600000 (10 minutes); `Infinity`
|
|
42
|
+
* disables expiry. Must not be `NaN`.
|
|
46
43
|
*/
|
|
47
44
|
cacheMaxAge?: number | typeof Infinity;
|
|
48
45
|
/** Headers to be sent with the HTTP request. */
|
|
@@ -56,7 +53,7 @@ export interface RemoteJWKSetOptions {
|
|
|
56
53
|
export interface ExportedJWKSCache {
|
|
57
54
|
/** Current cached JSON Web Key Set */
|
|
58
55
|
jwks: t.JSONWebKeySet;
|
|
59
|
-
/** Last
|
|
56
|
+
/** Last successful fetch, in milliseconds since Unix epoch. */
|
|
60
57
|
uat: number;
|
|
61
58
|
}
|
|
62
59
|
/** Values accepted by the {@link jwksCache} option. */
|
|
@@ -79,16 +76,18 @@ export interface RemoteJWKSet {
|
|
|
79
76
|
*/
|
|
80
77
|
reload: () => Promise<void>;
|
|
81
78
|
/**
|
|
82
|
-
*
|
|
83
|
-
* {@link jwksCache}
|
|
79
|
+
* Returns a structured clone of the cached JSON Web Key Set, or `undefined` before keys have been
|
|
80
|
+
* fetched or seeded via {@link jwksCache}.
|
|
84
81
|
*/
|
|
85
82
|
jwks: () => t.JSONWebKeySet | undefined;
|
|
86
83
|
}
|
|
87
84
|
/**
|
|
88
|
-
* Creates a resolver for a JSON Web Key Set available at an HTTP(S) URL.
|
|
85
|
+
* Creates a resolver for a JSON Web Key Set available at an HTTP(S) URL. Fetches the JSON Web Key
|
|
86
|
+
* Set when the cache is missing or stale. An unmatched key triggers another fetch only when
|
|
87
|
+
* `cooldownDuration` has elapsed since the last successful fetch. Selection uses the header's "alg"
|
|
88
|
+
* and "kid" and respects the JWK's "use" and "key_ops". Exactly one key must match.
|
|
89
89
|
*
|
|
90
|
-
* > Note:
|
|
91
|
-
* > for public encryption keys.
|
|
90
|
+
* > Note: Only public signature verification keys are supported, not public encryption keys.
|
|
92
91
|
*
|
|
93
92
|
* @param url URL to fetch the JSON Web Key Set from.
|
|
94
93
|
*/
|
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/compact/sign.d.ts
CHANGED
|
@@ -3,17 +3,17 @@ import type * as t from '../../types.d.ts';
|
|
|
3
3
|
export declare class CompactSign {
|
|
4
4
|
#private;
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Creates a Compact JWS signer.
|
|
7
7
|
*
|
|
8
8
|
* @param payload Binary representation of the payload to sign.
|
|
9
9
|
*/
|
|
10
10
|
constructor(payload: Uint8Array);
|
|
11
|
-
/** Sets the JWS Protected Header
|
|
11
|
+
/** Sets the JWS Protected Header. May only be called once. */
|
|
12
12
|
setProtectedHeader(protectedHeader: t.CompactJWSHeaderParameters): this;
|
|
13
13
|
/**
|
|
14
|
-
* Signs
|
|
14
|
+
* Signs the payload as a Compact JWS.
|
|
15
15
|
*
|
|
16
|
-
* @param key Private
|
|
16
|
+
* @param key Private key or shared secret. See
|
|
17
17
|
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
18
18
|
*/
|
|
19
19
|
sign(key: t.KeyInput, options?: t.SignOptions): Promise<string>;
|
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/compact/verify.d.ts
CHANGED
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
import type * as t from '../../types.d.ts';
|
|
2
|
-
/**
|
|
2
|
+
/** Resolves a key for Compact JWS verification from unverified headers and token data. */
|
|
3
3
|
export interface CompactVerifyGetKey<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array> extends t.GetKeyFunction<t.CompactJWSHeaderParameters, t.FlattenedJWSInput, KeyType | t.KeyObject | t.JWK> {
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
6
|
* Verifies a Compact JWS signature and decodes its payload.
|
|
7
7
|
*
|
|
8
|
-
* @param key
|
|
8
|
+
* @param key Public key or shared secret. See
|
|
9
9
|
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
10
10
|
*/
|
|
11
11
|
export declare function compactVerify(jws: string | Uint8Array, key: t.KeyInput, options?: t.VerifyOptions): Promise<t.CompactVerifyResult>;
|
|
12
12
|
/**
|
|
13
|
-
* Verifies a Compact JWS signature and decodes its payload
|
|
14
|
-
*
|
|
13
|
+
* Verifies a Compact JWS signature and decodes its payload with a dynamically resolved key,
|
|
14
|
+
* included in the result.
|
|
15
15
|
*
|
|
16
|
-
* @param getKey
|
|
17
|
-
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
16
|
+
* @param getKey Resolves a public key or shared secret from unverified token data.
|
|
18
17
|
*/
|
|
19
18
|
export declare function compactVerify<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array>(jws: string | Uint8Array, getKey: CompactVerifyGetKey<KeyType>, options?: t.VerifyOptions): Promise<t.CompactVerifyResult & t.ResolvedKey<KeyType>>;
|
|
20
19
|
/**
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* function was used.
|
|
20
|
+
* Verifies a Compact JWS and decodes its payload using a key or key resolver. The result includes
|
|
21
|
+
* `key` only when a resolver is used.
|
|
24
22
|
*
|
|
25
|
-
* @param key
|
|
26
|
-
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
23
|
+
* @param key Public key or shared secret, or a function resolving one.
|
|
27
24
|
*/
|
|
28
25
|
export declare function compactVerify(jws: string | Uint8Array, key: t.KeyInput | CompactVerifyGetKey, options?: t.VerifyOptions): Promise<t.CompactVerifyResult & Partial<t.ResolvedKey>>;
|
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/flattened/sign.d.ts
CHANGED
|
@@ -3,19 +3,19 @@ import type * as t from '../../types.d.ts';
|
|
|
3
3
|
export declare class FlattenedSign {
|
|
4
4
|
#private;
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Creates a Flattened JWS signer.
|
|
7
7
|
*
|
|
8
8
|
* @param payload Binary representation of the payload to sign.
|
|
9
9
|
*/
|
|
10
10
|
constructor(payload: Uint8Array);
|
|
11
|
-
/** Sets the JWS Protected Header
|
|
11
|
+
/** Sets the JWS Protected Header. May only be called once. */
|
|
12
12
|
setProtectedHeader(protectedHeader: t.JWSHeaderParameters): this;
|
|
13
|
-
/** Sets the JWS Unprotected Header
|
|
13
|
+
/** Sets the JWS Unprotected Header. May only be called once. */
|
|
14
14
|
setUnprotectedHeader(unprotectedHeader: t.JWSHeaderParameters): this;
|
|
15
15
|
/**
|
|
16
|
-
* Signs
|
|
16
|
+
* Signs the payload as a Flattened JWS.
|
|
17
17
|
*
|
|
18
|
-
* @param key Private
|
|
18
|
+
* @param key Private key or shared secret. See
|
|
19
19
|
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
20
20
|
*/
|
|
21
21
|
sign(key: t.KeyInput, options?: t.SignOptions): Promise<t.FlattenedJWS>;
|
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
import type * as t from '../../types.d.ts';
|
|
2
|
-
/**
|
|
2
|
+
/** Resolves a key for Flattened JWS verification from unverified headers and token data. */
|
|
3
3
|
export interface FlattenedVerifyGetKey<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array> extends t.GetKeyFunction<t.JWSHeaderParameters, t.FlattenedJWSInput, KeyType | t.KeyObject | t.JWK> {
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
6
|
* Verifies a Flattened JWS signature and decodes its payload.
|
|
7
7
|
*
|
|
8
|
-
* @param key
|
|
8
|
+
* @param key Public key or shared secret. See
|
|
9
9
|
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
10
10
|
*/
|
|
11
11
|
export declare function flattenedVerify(jws: t.FlattenedJWSInput, key: t.KeyInput, options?: t.VerifyOptions): Promise<t.FlattenedVerifyResult>;
|
|
12
12
|
/**
|
|
13
|
-
* Verifies a Flattened JWS signature and decodes its payload
|
|
14
|
-
*
|
|
13
|
+
* Verifies a Flattened JWS signature and decodes its payload with a dynamically resolved key,
|
|
14
|
+
* included in the result.
|
|
15
15
|
*
|
|
16
|
-
* @param getKey
|
|
17
|
-
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
16
|
+
* @param getKey Resolves a public key or shared secret from unverified token data.
|
|
18
17
|
*/
|
|
19
18
|
export declare function flattenedVerify<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array>(jws: t.FlattenedJWSInput, getKey: FlattenedVerifyGetKey<KeyType>, options?: t.VerifyOptions): Promise<t.FlattenedVerifyResult & t.ResolvedKey<KeyType>>;
|
|
20
19
|
/**
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* function was used.
|
|
20
|
+
* Verifies a Flattened JWS and decodes its payload using a key or key resolver. The result includes
|
|
21
|
+
* `key` only when a resolver is used.
|
|
24
22
|
*
|
|
25
|
-
* @param key
|
|
26
|
-
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
23
|
+
* @param key Public key or shared secret, or a function resolving one.
|
|
27
24
|
*/
|
|
28
25
|
export declare function flattenedVerify(jws: t.FlattenedJWSInput, key: t.KeyInput | FlattenedVerifyGetKey, options?: t.VerifyOptions): Promise<t.FlattenedVerifyResult & Partial<t.ResolvedKey>>;
|
package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/general/sign.d.ts
CHANGED
|
@@ -1,42 +1,38 @@
|
|
|
1
1
|
import type * as t from '../../types.d.ts';
|
|
2
2
|
/** Configures an individual signature in a General JWS. */
|
|
3
3
|
export interface Signature {
|
|
4
|
-
/** Sets the JWS Protected Header
|
|
4
|
+
/** Sets the JWS Protected Header. May only be called once. */
|
|
5
5
|
setProtectedHeader(protectedHeader: t.JWSHeaderParameters): Signature;
|
|
6
|
-
/** Sets the JWS Unprotected Header
|
|
6
|
+
/** Sets the JWS Unprotected Header. May only be called once. */
|
|
7
7
|
setUnprotectedHeader(unprotectedHeader: t.JWSHeaderParameters): Signature;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
* {@link GeneralSign} instance.
|
|
9
|
+
* Adds another signature to the enclosing {@link GeneralSign} and returns its configuration.
|
|
11
10
|
*
|
|
12
|
-
* @param key Private
|
|
11
|
+
* @param key Private key or shared secret. See
|
|
13
12
|
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
14
13
|
*/
|
|
15
14
|
addSignature(key: t.KeyInput, options?: t.SignOptions): Signature;
|
|
16
|
-
/**
|
|
17
|
-
* A shorthand for calling {@link GeneralSign.sign sign()} on the enclosing {@link GeneralSign}
|
|
18
|
-
* instance. Takes no arguments — each signature's key is supplied to {@link addSignature}.
|
|
19
|
-
*/
|
|
15
|
+
/** Creates all signatures on the enclosing {@link GeneralSign}, using their configured keys. */
|
|
20
16
|
sign(): Promise<t.GeneralJWS>;
|
|
21
|
-
/** Returns the enclosing {@link GeneralSign} instance */
|
|
17
|
+
/** Returns the enclosing {@link GeneralSign} instance. */
|
|
22
18
|
done(): GeneralSign;
|
|
23
19
|
}
|
|
24
20
|
/** Builds and signs General JWS objects. */
|
|
25
21
|
export declare class GeneralSign {
|
|
26
22
|
#private;
|
|
27
23
|
/**
|
|
28
|
-
*
|
|
24
|
+
* Creates a General JWS signer.
|
|
29
25
|
*
|
|
30
26
|
* @param payload Binary representation of the payload to sign.
|
|
31
27
|
*/
|
|
32
28
|
constructor(payload: Uint8Array);
|
|
33
29
|
/**
|
|
34
|
-
* Adds
|
|
30
|
+
* Adds a signature and returns its configuration.
|
|
35
31
|
*
|
|
36
|
-
* @param key Private
|
|
32
|
+
* @param key Private key or shared secret. See
|
|
37
33
|
* {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
|
|
38
34
|
*/
|
|
39
35
|
addSignature(key: t.KeyInput, options?: t.SignOptions): Signature;
|
|
40
|
-
/** Signs
|
|
36
|
+
/** Signs the payload as a General JWS. */
|
|
41
37
|
sign(): Promise<t.GeneralJWS>;
|
|
42
38
|
}
|