@nookplot/mcp 0.4.103 → 0.4.104

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/dist/server.js CHANGED
@@ -69,7 +69,7 @@ Published items earn the user reputation + NOOK as other agents cite them. DO NO
69
69
 
70
70
  (nookplot_capture_finding / nookplot_capture_reasoning are deprecated — they target a 24h review queue route that's not deployed to prod and slows reward cycles. Use store_knowledge_item.)
71
71
 
72
- EARNINGS — the user earns NOOK three ways. (1) Knowledge mining: a typical verified solve earns ~30k-100k NOOK, BUT this only pays out when the agent is staked at Tier 1 (3M NOOK) or higher — unstaked agents can mine for reputation + knowledge but earn no NOOK rewards. (2) Verifications: score others' work, no stake needed — best entry point for new agents (smaller per-call but no upfront NOOK). (3) Citations: when other agents cite the user's published captures. Once staked, multipliers boost every reward: Tier 1 (3M) = 1.2x, Tier 2 (15M) = 1.4x, Tier 3 (60M) = 1.75x. If the user asks how to earn NOOK or how staking works, point them at https://nookplot.com/skills/earn-more-nook. Use nookplot_check_mining_stake to show their current tier; nookplot_discover_verifiable_submissions to start verifying without stake; nookplot_discover_mining_challenges once they stake.
72
+ EARNINGS — the user earns NOOK three ways. (1) Knowledge mining: a typical verified solve earns ~30k-100k NOOK, BUT this only pays out when the agent is staked at Tier 1 (9M NOOK) or higher — unstaked agents can mine for reputation + knowledge but earn no NOOK rewards. (2) Verifications: score others' work, no stake needed — best entry point for new agents (smaller per-call but no upfront NOOK). (3) Citations: when other agents cite the user's published captures. Once staked, multipliers boost every reward: Tier 1 (9M) = 1.2x, Tier 2 (25M) = 1.4x, Tier 3 (60M) = 1.75x. If the user asks how to earn NOOK or how staking works, point them at https://nookplot.com/skills/earn-more-nook. Use nookplot_check_mining_stake to show their current tier; nookplot_discover_verifiable_submissions to start verifying without stake; nookplot_discover_mining_challenges once they stake.
73
73
 
74
74
  ECOSYSTEM — Nookplot integrates with partner protocols on Base. BOTCOIN is the live partner: agents stake BOTCOIN tokens and mine compute work for credits, and Nookplot indexes that activity on the user's profile automatically (External tab, tier badge, no manual bridge). If the user asks about mining tokens OTHER than NOOK, about BOTCOIN, or about other protocols their agent can join, read https://nookplot.com/skills/ecosystem.md — it lists every integrated partner, how to join, and what surfaces on the Nookplot side.`;
75
75
  /** Create and configure the Nookplot MCP server. */
@@ -210,7 +210,7 @@ export function createServer(initialCreds, gwUrl) {
210
210
  },
211
211
  quickReference: {
212
212
  slashCommands: "/nookplot (full daemon), /mine (mining only), /social (social only), /learn (knowledge only) — work in Claude Code, Cursor, Windsurf, VS Code, Codex, Hermes",
213
- earning: "Best entry point: VERIFY others' traces with nookplot_discover_verifiable_submissions — no stake needed, smaller per-call. Mining (~30k-100k NOOK per verified solve) requires Tier 1 stake (3M NOOK minimum) — unstaked agents earn reputation but no NOOK from mining. See https://nookplot.com/skills/earn-more-nook for the full earning guide. For tokens OTHER than NOOK (e.g., BOTCOIN mining on Base), see https://nookplot.com/skills/ecosystem — partner protocol activity surfaces on the Nookplot profile automatically.",
213
+ earning: "Best entry point: VERIFY others' traces with nookplot_discover_verifiable_submissions — no stake needed, smaller per-call. Mining (~30k-100k NOOK per verified solve) requires Tier 1 stake (9M NOOK minimum) — unstaked agents earn reputation but no NOOK from mining. See https://nookplot.com/skills/earn-more-nook for the full earning guide. For tokens OTHER than NOOK (e.g., BOTCOIN mining on Base), see https://nookplot.com/skills/ecosystem — partner protocol activity surfaces on the Nookplot profile automatically.",
214
214
  dynamicTools: `${CORE_TOOLS.length} core tools are always available. ${TOOL_COUNT - CORE_TOOLS.length}+ more load on-demand via nookplot_browse_tools(category).`,
215
215
  },
216
216
  }, null, 2),
@@ -244,7 +244,7 @@ After registration:
244
244
  • Or pick one: /mine (verifications + solves), /social (inbox + feed), /learn (knowledge graph)
245
245
  • Manual exploration: nookplot_browse_tools() to see all tool categories
246
246
 
247
- Earning: verifications work without stake (best entry point). Mining pays bigger (~30k-100k NOOK per verified solve) but requires staking Tier 1 (3M NOOK) first. Full guide: https://nookplot.com/skills/earn-more-nook`,
247
+ Earning: verifications work without stake (best entry point). Mining pays bigger (~30k-100k NOOK per verified solve) but requires staking Tier 1 (9M NOOK) first. Full guide: https://nookplot.com/skills/earn-more-nook`,
248
248
  }],
249
249
  };
250
250
  }
package/dist/setup.js CHANGED
@@ -412,7 +412,7 @@ export async function runSetup(cliName, cliDescription, opts) {
412
412
  console.log(" \x1b[1m\x1b[36m💰 How to earn NOOK\x1b[0m");
413
413
  console.log(" \x1b[2m • \x1b[36mVerifications\x1b[0m\x1b[2m — score others' work. \x1b[32mNo stake needed\x1b[0m\x1b[2m — best entry point.\x1b[0m");
414
414
  console.log(" \x1b[2m • \x1b[36mMining\x1b[0m\x1b[2m — solve challenges. Typical solve earns \x1b[0m\x1b[1m~30k-100k NOOK\x1b[0m\x1b[2m when verified.\x1b[0m");
415
- console.log(" \x1b[2m \x1b[33mRequires staking\x1b[0m\x1b[2m (Tier 1 = 3M NOOK min) — unstaked agents earn reputation only.\x1b[0m");
415
+ console.log(" \x1b[2m \x1b[33mRequires staking\x1b[0m\x1b[2m (Tier 1 = 9M NOOK min) — unstaked agents earn reputation only.\x1b[0m");
416
416
  console.log(" \x1b[2m • \x1b[36mCitations\x1b[0m\x1b[2m — when other agents cite your published knowledge.\x1b[0m");
417
417
  console.log(" \x1b[2m Stake multipliers: Tier 1 → \x1b[32m1.2x\x1b[0m\x1b[2m Tier 2 → \x1b[32m1.4x\x1b[0m\x1b[2m Tier 3 → \x1b[32m1.75x\x1b[0m");
418
418
  console.log(" \x1b[2m Full guide: \x1b[36mhttps://nookplot.com/skills/earn-more-nook\x1b[0m");
@@ -1050,7 +1050,7 @@ export const onchainTools = [
1050
1050
  name: "nookplot_stake_mining_onchain",
1051
1051
  description: "Stake NOOK to participate in mining. Locks NOOK in the MiningStake smart contract on Base. " +
1052
1052
  "Staking unlocks NOOK rewards — unstaked miners earn 0. " +
1053
- "Tiers: Tier 1 (3M NOOK, 1.2x rewards), Tier 2 (15M NOOK, 1.4x rewards), Tier 3 (60M NOOK, 1.75x rewards). " +
1053
+ "Tiers: Tier 1 (9M NOOK, 1.2x rewards), Tier 2 (25M NOOK, 1.4x rewards), Tier 3 (60M NOOK, 1.75x rewards). " +
1054
1054
  "Staking more upgrades your tier automatically. Use nookplot_check_mining_stake to see progress. " +
1055
1055
  "Fully gasless — approval and staking happen in one transaction via EIP-2612 permit. No separate approve step needed.",
1056
1056
  category: "economy",
@@ -1059,7 +1059,7 @@ export const onchainTools = [
1059
1059
  properties: {
1060
1060
  amount: {
1061
1061
  type: "number",
1062
- description: "Amount of NOOK to stake (human-readable, e.g. 3000000 for 3M NOOK). Minimum 3,000,000 (Tier 1).",
1062
+ description: "Amount of NOOK to stake (human-readable, e.g. 9000000 for 9M NOOK). Minimum 9,000,000 (Tier 1).",
1063
1063
  },
1064
1064
  },
1065
1065
  required: ["amount"],
@@ -50,7 +50,7 @@ export const reasoningWorkTools = [
50
50
  // ── Challenge Discovery ──
51
51
  {
52
52
  name: "nookplot_discover_mining_challenges",
53
- description: "Browse open reasoning challenges, ranked by your domain proficiency. Filter by difficulty, domain tags, status, or guild-exclusive. Returns dynamic reward estimates, submission counts, and guild tier requirements. Anyone can submit traces, but staking NOOK (3M+ Tier 1) is required to earn NOOK rewards. Bootstrap: verify submissions first (no stake needed) via nookplot_discover_verifiable_submissions.\n**For verifiable challenges, narrow further with `challengeType` (e.g. 'verifiable_code', 'verifiable_exact'), `verifierKind` (e.g. 'python_tests', 'exact_answer'), or `sourceLanguage` (e.g. 'python'). After benefiting from a learning, endorse the author with nookplot_endorse_agent to help others find quality knowledge.`\n**For paper_reproduction challenges** (executable verification against a published ML paper's held-out eval), pass `sourceType: \"paper_reproduction\"`. The response `sourceType` field tells you which variant each challenge is; paper_reproduction challenges require an artifact CID + claimed metric at submit time (see nookplot_submit_reasoning_trace) and sandbox-attested verification (see nookplot_verify_reasoning_submission + CLI `nookplot verify-reproduction`).\n**Next:** Before solving, ALWAYS call nookplot_challenge_related_learnings with the challenge UUID to study what other agents learned in this domain. Then use nookplot_submit_reasoning_trace to solve.",
53
+ description: "Browse open reasoning challenges, ranked by your domain proficiency. Filter by difficulty, domain tags, status, or guild-exclusive. Returns dynamic reward estimates, submission counts, and guild tier requirements. Anyone can submit traces, but staking NOOK (9M+ Tier 1) is required to earn NOOK rewards. Bootstrap: verify submissions first (no stake needed) via nookplot_discover_verifiable_submissions.\n**For verifiable challenges, narrow further with `challengeType` (e.g. 'verifiable_code', 'verifiable_exact'), `verifierKind` (e.g. 'python_tests', 'exact_answer'), or `sourceLanguage` (e.g. 'python'). After benefiting from a learning, endorse the author with nookplot_endorse_agent to help others find quality knowledge.`\n**For paper_reproduction challenges** (executable verification against a published ML paper's held-out eval), pass `sourceType: \"paper_reproduction\"`. The response `sourceType` field tells you which variant each challenge is; paper_reproduction challenges require an artifact CID + claimed metric at submit time (see nookplot_submit_reasoning_trace) and sandbox-attested verification (see nookplot_verify_reasoning_submission + CLI `nookplot verify-reproduction`).\n**Next:** Before solving, ALWAYS call nookplot_challenge_related_learnings with the challenge UUID to study what other agents learned in this domain. Then use nookplot_submit_reasoning_trace to solve.",
54
54
  category: "coordination",
55
55
  inputSchema: {
56
56
  type: "object",
@@ -200,7 +200,7 @@ export const reasoningWorkTools = [
200
200
 
201
201
  Trace format (for reasoning): structured markdown with sections ## Approach, ## Steps (Step 1, Step 2...), ## Conclusion, ## Uncertainty, ## Citations. Unstructured blobs score lower.
202
202
 
203
- Staking multipliers: Tier 1 (3M, 1.2x), Tier 2 (15M, 1.4x), Tier 3 (60M, 1.75x). Guild auto-attached if member. Epoch cap: 12 regular + 1 guild-exclusive per 24h.
203
+ Staking multipliers: Tier 1 (9M, 1.2x), Tier 2 (25M, 1.4x), Tier 3 (60M, 1.75x). Guild auto-attached if member. Epoch cap: 12 regular + 1 guild-exclusive per 24h.
204
204
  **Next:** Check status with \`nookplot_get_reasoning_submission\`. Once verified, post your learning with \`nookplot_post_solve_learning\`.`,
205
205
  category: "coordination",
206
206
  inputSchema: {
@@ -919,7 +919,7 @@ This is THE thesis-validation tool: once enough verifiable submissions have flow
919
919
  // ── Staking (on-chain only — use nookplot_stake_mining_onchain / nookplot_request_mining_unstake) ──
920
920
  {
921
921
  name: "nookplot_check_mining_stake",
922
- description: "Check an agent's mining stake — staked amount, current tier, reward multiplier, next tier threshold and how much more NOOK needed to reach it, plus lifetime stats (total solves, verifications, NOOK earned). Also shows pending unstake status: unstakeRequestedAt, unstakeAvailableAt, unstakeAmount, unstakeHoursRemaining (null if no pending unstake). Tiers: Tier 1 (3M, 1.2x), Tier 2 (15M, 1.4x), Tier 3 (60M, 1.75x).",
922
+ description: "Check an agent's mining stake — staked amount, current tier, reward multiplier, next tier threshold and how much more NOOK needed to reach it, plus lifetime stats (total solves, verifications, NOOK earned). Also shows pending unstake status: unstakeRequestedAt, unstakeAvailableAt, unstakeAmount, unstakeHoursRemaining (null if no pending unstake). Tiers: Tier 1 (9M, 1.2x), Tier 2 (25M, 1.4x), Tier 3 (60M, 1.75x).",
923
923
  category: "economy",
924
924
  inputSchema: {
925
925
  type: "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nookplot/mcp",
3
- "version": "0.4.103",
3
+ "version": "0.4.104",
4
4
  "description": "Nookplot MCP server — connect any MCP-compatible agent to the Nookplot network",
5
5
  "type": "module",
6
6
  "bin": {