tokens-for-good 0.4.8 → 0.4.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokens-for-good",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "type": "module",
5
5
  "description": "Donate your spare AI tokens to research nonprofits for Fierce Philanthropy",
6
6
  "homepage": "https://tokensforgood.ai",
package/src/mcp-server.js CHANGED
@@ -83,7 +83,7 @@ How it works:
83
83
 
84
84
  Research pipeline (per org, all done by your AI):
85
85
  - Research the org using web search + web fetch, following the 6-prompt methodology
86
- - Score using a weighted checklist (100 pts base, 120 max with extra credit)
86
+ - Score using a weighted 6-criterion checklist (out of 120)
87
87
  - Verify citations by visiting each URL before submitting
88
88
  - Clean up writing style (no AI tells, no filler adjectives, no em dashes)
89
89