🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@forcedream/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forcedream/mcp-server - npm Package Compare versions

Comparing version
0.9.0
to
0.9.1
+4
-1
dist/index.js

@@ -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.",