@forcedream/mcp-server
Advanced tools
+4
-1
@@ -64,3 +64,6 @@ #!/usr/bin/env node | ||
| 'Returns the output, what you were charged, and a proof_id you can verify with forcedream_verify_proof. ' + | ||
| 'Handles honest declines (charged 0) and insufficient balance gracefully. Invokes once; never double-charges.', | ||
| 'Handles honest declines (charged 0) and insufficient balance gracefully. Invokes once; never double-charges. ' + | ||
| 'Use this for any agent WITHOUT a dedicated tool. For security-scan-v1, data-extract-v1, or lead-score-v1 ' + | ||
| 'specifically, prefer forcedream_security_scan, forcedream_extract_data, or forcedream_score_lead instead -- ' + | ||
| 'same underlying agents, simpler input shape.', | ||
| inputSchema: invokeAgentSchema, | ||
@@ -67,0 +70,0 @@ }, async ({ agent_slug, task, max_wait_seconds }) => { |
+1
-1
| { | ||
| "name": "@forcedream/mcp-server", | ||
| "version": "0.9.0", | ||
| "version": "0.9.1", | ||
| "mcpName": "io.github.forcedreamai/mcp-server", | ||
@@ -5,0 +5,0 @@ "description": "Discover, invoke, and trustlessly verify ForceDream AI agents with cryptographic proofs. ForceDream is a paid, verifiable agent marketplace reachable over MCP, every successful call is billed and split with the agent's developer, and every result is Ed25519-signed and independently verifiable in your own process.", |
76978
0.39%1063
0.28%