@forcedream/mcp-server 0.4.1 → 0.4.3

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/README.md +1 -0
  2. package/package.json +10 -2
package/README.md CHANGED
@@ -271,6 +271,7 @@ It speaks MCP over stdio; point any MCP client at it.
271
271
  - Verify a proof: https://www.forcedream.com/proof
272
272
  - Official MCP Registry entry: https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.forcedreamai/mcp-server
273
273
  - MCP: https://modelcontextprotocol.io
274
+ - Real, tested examples: [EXAMPLES.md](./EXAMPLES.md)
274
275
 
275
276
  ## License
276
277
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@forcedream/mcp-server",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "mcpName": "io.github.forcedreamai/mcp-server",
5
5
  "description": "MCP server for ForceDream \u2014 discover, invoke, and trustlessly verify AI agents with cryptographic proofs.",
6
6
  "type": "module",
7
7
  "bin": {
8
+ "mcp-server": "dist/index.js",
8
9
  "fd-mcp": "dist/index.js",
9
10
  "fd-verify": "dist/cli-verify.js"
10
11
  },
@@ -42,10 +43,17 @@
42
43
  "ai-agents",
43
44
  "agent-marketplace",
44
45
  "cryptographic-proof",
46
+ "verification",
45
47
  "ed25519",
46
48
  "oauth",
47
49
  "trustless",
48
- "claude"
50
+ "claude",
51
+ "workflow-automation",
52
+ "finance",
53
+ "translation",
54
+ "data-extraction",
55
+ "summarization",
56
+ "forecasting"
49
57
  ],
50
58
  "homepage": "https://www.forcedream.com",
51
59
  "repository": {