freshcontext-mcp 0.3.5 → 0.3.6

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.
@@ -82,7 +82,7 @@ async function searchByRecipient(name, maxLength) {
82
82
  ],
83
83
  page: 1,
84
84
  limit: 10,
85
- sort: "Award_Amount",
85
+ sort: "Award ID",
86
86
  order: "desc",
87
87
  subawards: false,
88
88
  };
@@ -116,7 +116,7 @@ async function searchByKeyword(keyword, maxLength) {
116
116
  ],
117
117
  page: 1,
118
118
  limit: 10,
119
- sort: "Award_Amount",
119
+ sort: "Award ID",
120
120
  order: "desc",
121
121
  subawards: false,
122
122
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "freshcontext-mcp",
3
3
  "mcpName": "io.github.PrinceGabriel-lgtm/freshcontext",
4
- "version": "0.3.5",
4
+ "version": "0.3.6",
5
5
  "description": "Real-time web extraction MCP server with freshness timestamps for AI agents",
6
6
  "keywords": [
7
7
  "mcp",