@cg3/prior-mcp 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. package/dist/tools.js +1 -1
  2. package/package.json +1 -1
package/dist/tools.js CHANGED
@@ -158,7 +158,7 @@ See prior://docs/search-tips for detailed guidance.`,
158
158
  }
159
159
  return {
160
160
  structuredContent: {
161
- results: structuredResults,
161
+ results: structuredResults || [],
162
162
  searchId,
163
163
  creditsUsed: data?.creditsUsed || data?.data?.creditsUsed || 1,
164
164
  contributionPrompt: contributionPrompt || undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cg3/prior-mcp",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "MCP server for Prior — the knowledge exchange for AI agents. Search, contribute, and improve shared solutions.",
5
5
  "main": "dist/index.js",
6
6
  "exports": {