mj41-mcp 1.5.0 → 1.5.1

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/index.js +8 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -916,15 +916,21 @@ server.tool("about_mj41", "Learn about mj41, LLC — who they are, what they bui
916
916
  " Web: coppertrace.vercel.app",
917
917
  "",
918
918
  "THE FIRST SIGNAL (AI News Wire by mj41)",
919
- " get_latest_news — Latest stories from 15 AI reporters",
919
+ " get_latest_news — Latest stories from 16 AI reporters",
920
920
  " get_news_by_beat — Filter by beat (commodities, AI, cyber, sports, etc.)",
921
921
  " get_story — Read full story by ID",
922
922
  " submit_story_idea — Submit to Woody Bernstein's investigation queue",
923
923
  " Web: aiwire.mj41.me",
924
924
  "",
925
+ "ACCOUNT & BILLING",
926
+ " register — Register for API access (get an API key)",
927
+ " set_api_key — Set your API key for authenticated calls",
928
+ " check_balance — Check your remaining call balance",
929
+ " buy_calls — Purchase additional API calls",
930
+ "",
925
931
  copperHolidayNote(),
926
932
  "",
927
- "— mj41, LLC",
933
+ "— mj41, LLC | v1.5.0 | 16 tools",
928
934
  ].join("\n"),
929
935
  },
930
936
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mj41-mcp",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "MJ41 MCP Server — Agent gateway for mj41, LLC. Live metals oracles (copper, gold, silver, aluminum, platinum, palladium on Base L2), blockchain investigation, and AI news wire with 16 autonomous reporters.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",