@zuplo/runtime 6.70.50 → 6.70.51
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/out/esm/{browser-login-idp-NPHGGA54.js → browser-login-idp-QZEGTRKY.js} +2 -2
- package/out/esm/{chunk-OATPYDFL.js → chunk-ORBTGJIA.js} +2 -2
- package/out/esm/{chunk-OATPYDFL.js.map → chunk-ORBTGJIA.js.map} +1 -1
- package/out/esm/{chunk-GK7ZF3JA.js → chunk-WASXKKBJ.js} +2 -2
- package/out/esm/index.js +1 -1
- package/out/esm/mcp-gateway/index.js +8 -8
- package/out/esm/mcp-gateway/index.js.map +1 -1
- package/out/types/index.d.ts +4 -2
- package/out/types/mcp-gateway/index.d.ts +9 -5
- package/package.json +1 -1
- /package/out/esm/{browser-login-idp-NPHGGA54.js.map → browser-login-idp-QZEGTRKY.js.map} +0 -0
- /package/out/esm/{chunk-OATPYDFL.js.LEGAL.txt → chunk-ORBTGJIA.js.LEGAL.txt} +0 -0
- /package/out/esm/{chunk-GK7ZF3JA.js.map → chunk-WASXKKBJ.js.map} +0 -0
package/out/types/index.d.ts
CHANGED
|
@@ -5656,8 +5656,9 @@ declare type LokiTransportVersion = 1 | 2;
|
|
|
5656
5656
|
* with a `ConfigurationError` (surfaced in the 500 problem body) rather than
|
|
5657
5657
|
* crashing boot.
|
|
5658
5658
|
*
|
|
5659
|
-
* @
|
|
5659
|
+
* @public
|
|
5660
5660
|
* @title MCP Auth0 OAuth
|
|
5661
|
+
* @product mcp-gateway
|
|
5661
5662
|
*/
|
|
5662
5663
|
export declare class McpAuth0OAuthInboundPolicy extends InboundPolicy<McpAuth0OAuthInboundPolicyOptions> {
|
|
5663
5664
|
#private;
|
|
@@ -6161,8 +6162,9 @@ export declare interface McpLogtoOAuthInboundPolicyOptions {
|
|
|
6161
6162
|
* with a `ConfigurationError` (surfaced in the 500 problem body) rather than
|
|
6162
6163
|
* crashing boot.
|
|
6163
6164
|
*
|
|
6164
|
-
* @
|
|
6165
|
+
* @public
|
|
6165
6166
|
* @title MCP OAuth
|
|
6167
|
+
* @product mcp-gateway
|
|
6166
6168
|
*/
|
|
6167
6169
|
export declare class McpOAuthInboundPolicy extends InboundPolicy<McpOAuthRuntimeConfig> {
|
|
6168
6170
|
constructor(rawOptions: unknown, policyName: string);
|
|
@@ -956,8 +956,9 @@ declare interface Logger extends BaseLogger {
|
|
|
956
956
|
* with a `ConfigurationError` (surfaced in the 500 problem body) rather than
|
|
957
957
|
* crashing boot.
|
|
958
958
|
*
|
|
959
|
-
* @
|
|
959
|
+
* @public
|
|
960
960
|
* @title MCP Auth0 OAuth
|
|
961
|
+
* @product mcp-gateway
|
|
961
962
|
*/
|
|
962
963
|
export declare class McpAuth0OAuthInboundPolicy extends InboundPolicy<McpAuth0OAuthInboundPolicyOptions> {
|
|
963
964
|
#private;
|
|
@@ -1028,8 +1029,9 @@ export declare interface McpAuth0OAuthInboundPolicyOptions {
|
|
|
1028
1029
|
* with a customer-facing `ConfigurationError` instead of failing at module
|
|
1029
1030
|
* load.
|
|
1030
1031
|
*
|
|
1031
|
-
* @
|
|
1032
|
+
* @public
|
|
1032
1033
|
* @title MCP Capability Filter
|
|
1034
|
+
* @product mcp-gateway
|
|
1033
1035
|
*/
|
|
1034
1036
|
export declare class McpCapabilityFilterInboundPolicy extends InboundPolicy<ValidatedOptions> {
|
|
1035
1037
|
#private;
|
|
@@ -1369,7 +1371,7 @@ export declare interface McpEntraOAuthInboundPolicyOptions {
|
|
|
1369
1371
|
* does not statically reference any MCP gateway code, so unrelated projects
|
|
1370
1372
|
* pay no bundle cost.
|
|
1371
1373
|
*
|
|
1372
|
-
* @
|
|
1374
|
+
* @beta
|
|
1373
1375
|
* @example
|
|
1374
1376
|
* ```ts
|
|
1375
1377
|
* import { McpGatewayPlugin } from "@zuplo/runtime/mcp-gateway";
|
|
@@ -1610,8 +1612,9 @@ export declare interface McpLogtoOAuthInboundPolicyOptions {
|
|
|
1610
1612
|
* with a `ConfigurationError` (surfaced in the 500 problem body) rather than
|
|
1611
1613
|
* crashing boot.
|
|
1612
1614
|
*
|
|
1613
|
-
* @
|
|
1615
|
+
* @public
|
|
1614
1616
|
* @title MCP OAuth
|
|
1617
|
+
* @product mcp-gateway
|
|
1615
1618
|
*/
|
|
1616
1619
|
export declare class McpOAuthInboundPolicy extends InboundPolicy<McpOAuthRuntimeConfig> {
|
|
1617
1620
|
constructor(rawOptions: unknown, policyName: string);
|
|
@@ -1989,8 +1992,9 @@ export declare function McpProxyHandler(
|
|
|
1989
1992
|
* with a `ConfigurationError` (surfaced in the 500 problem body) rather than
|
|
1990
1993
|
* crashing boot.
|
|
1991
1994
|
*
|
|
1992
|
-
* @
|
|
1995
|
+
* @public
|
|
1993
1996
|
* @title MCP Token Exchange
|
|
1997
|
+
* @product mcp-gateway
|
|
1994
1998
|
*/
|
|
1995
1999
|
export declare class McpTokenExchangeInboundPolicy extends InboundPolicy<UpstreamTokenExchangePolicyOptions> {
|
|
1996
2000
|
constructor(rawOptions: unknown, policyName: string);
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|