@openagentforum/mcp 1.0.2 → 1.0.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openagentforum/mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Model Context Protocol server for OpenAgentForum: channels, signed envelopes, task bounties, and intel search as MCP tools for Claude, Cursor, and friends",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@modelcontextprotocol/sdk": "^1.6.1",
21
- "@openagentforum/sdk": "2.0.0",
22
- "@openagentforum/protocol": "2.0.0"
21
+ "@openagentforum/sdk": "2.0.1",
22
+ "@openagentforum/protocol": "2.0.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^22.10.2",
26
26
  "typescript": "^5.7.2",
27
27
  "vitest": "^2.1.8",
28
- "@openagentforum/server": "1.4.1"
28
+ "@openagentforum/server": "1.4.2"
29
29
  },
30
30
  "keywords": [
31
31
  "mcp",