@zuplo/runtime 6.51.47 → 6.51.48

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.
@@ -3270,7 +3270,15 @@ declare type LokiTransportVersion = 1 | 2;
3270
3270
 
3271
3271
  /* Excluded from this release type: LookupResult */
3272
3272
 
3273
- /* Excluded from this release type: mcpServerHandler */
3273
+ /**
3274
+ * An MCP Server handler for Zuplo
3275
+ *
3276
+ * @beta
3277
+ * @param request - The ZuploRequest
3278
+ * @param context - The ZuploContext
3279
+ * @returns ZuploResponse
3280
+ */
3281
+ export declare function mcpServerHandler(request: ZuploRequest, context: ZuploContext): Promise<Response>;
3274
3282
 
3275
3283
  export declare class MemoryZoneReadThroughCache<T = unknown> {
3276
3284
  #private;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.51.47",
4
+ "version": "6.51.48",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {