@projectsolo/solo-mission-mcp 0.21.3 → 0.21.5
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/index.js +1 -1
- package/package.json +1 -1
- package/src/tools/missions.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -141,7 +141,7 @@ var missionTools = [
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
name: "settle_mission",
|
|
144
|
-
description: "Settle the mission after finalize_qualification. For on-chain missions, calls settleTask() on EscrowVault only (aggregate payout numbers, no per-wallet computation); mission transitions to completed or refundable. Rewards are NOT immediately claimable \u2014 a separate batched process publishes the Merkle root that makes them claimable,
|
|
144
|
+
description: "Settle the mission after finalize_qualification. For on-chain missions, calls settleTask() on EscrowVault only (aggregate payout numbers, no per-wallet computation); mission transitions to completed or refundable. Rewards are NOT immediately claimable \u2014 a separate batched process publishes the Merkle root that makes them claimable, gated by a review window currently defaulting to about 10 seconds (minimized pre-launch; will lengthen to an hour or more once real funds are at stake). Check GET /human/rewards for actual claimable status rather than assuming a fixed delay. For free (off-chain) missions, marks qualified participants as completed \u2014 no payment is involved.",
|
|
145
145
|
inputSchema: {
|
|
146
146
|
type: "object",
|
|
147
147
|
properties: {
|
package/package.json
CHANGED
package/src/tools/missions.ts
CHANGED
|
@@ -127,7 +127,7 @@ export const missionTools: Tool[] = [
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
name: 'settle_mission',
|
|
130
|
-
description: 'Settle the mission after finalize_qualification. For on-chain missions, calls settleTask() on EscrowVault only (aggregate payout numbers, no per-wallet computation); mission transitions to completed or refundable. Rewards are NOT immediately claimable — a separate batched process publishes the Merkle root that makes them claimable,
|
|
130
|
+
description: 'Settle the mission after finalize_qualification. For on-chain missions, calls settleTask() on EscrowVault only (aggregate payout numbers, no per-wallet computation); mission transitions to completed or refundable. Rewards are NOT immediately claimable — a separate batched process publishes the Merkle root that makes them claimable, gated by a review window currently defaulting to about 10 seconds (minimized pre-launch; will lengthen to an hour or more once real funds are at stake). Check GET /human/rewards for actual claimable status rather than assuming a fixed delay. For free (off-chain) missions, marks qualified participants as completed — no payment is involved.',
|
|
131
131
|
inputSchema: {
|
|
132
132
|
type: 'object',
|
|
133
133
|
properties: {
|