rhombus-node-mcp 0.1.57 → 0.1.58

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.
@@ -229,7 +229,7 @@ const TOOL_HANDLER = async (args, extra) => {
229
229
  }
230
230
  const report = await getAuditFeed(new Date(auditFeedRequest.startTime).getTime(), new Date(auditFeedRequest.endTime).getTime(), requestModifiers, sessionId);
231
231
  return {
232
- content: [{ type: "text", text: JSON.stringify(report) }],
232
+ content: [{ type: "text", text: JSON.stringify({ auditFeedReport: report }) }],
233
233
  structuredContent: { auditFeedReport: report },
234
234
  };
235
235
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rhombus-node-mcp",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
4
4
  "description": "MCP server for Rhombus API",
5
5
  "keywords": [
6
6
  "ai",