@zuplo/runtime 6.70.50 → 6.70.53

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.
@@ -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
- * @hidden
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
- * @hidden
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
- * @hidden
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
- * @hidden
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
- * @public
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
- * @hidden
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
- * @hidden
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.70.50",
4
+ "version": "6.70.53",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {