@clipform/mcp-server 1.47.1 → 1.48.0

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.
@@ -2181,6 +2181,12 @@ function textResult(text) {
2181
2181
  content: [{ type: "text", text }]
2182
2182
  };
2183
2183
  }
2184
+ function structuredResult(text, structuredContent) {
2185
+ return {
2186
+ content: [{ type: "text", text }],
2187
+ structuredContent
2188
+ };
2189
+ }
2184
2190
 
2185
2191
  // src/lib/session-context.ts
2186
2192
  async function getSessionContextWithAuth() {
@@ -2259,7 +2265,8 @@ export {
2259
2265
  callApi,
2260
2266
  errorResult,
2261
2267
  textResult,
2268
+ structuredResult,
2262
2269
  getSessionContextWithAuth,
2263
2270
  getSessionContext
2264
2271
  };
2265
- //# sourceMappingURL=chunk-PJNOCHKR.js.map
2272
+ //# sourceMappingURL=chunk-4CY5EJCR.js.map