@agentdomain/mcp-server 0.2.0 → 0.2.1

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -53,7 +53,7 @@ function getClient() {
53
53
  }
54
54
  return new AgentDomain(config);
55
55
  }
56
- const server = new Server({ name: 'agentdomain-mcp', version: '0.2.0' }, { capabilities: { tools: {} } });
56
+ const server = new Server({ name: 'agentdomain-mcp', version: '0.2.1' }, { capabilities: { tools: {} } });
57
57
  // ----------------------------------------------------------------------
58
58
  // TOOL DEFINITIONS
59
59
  // ----------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentdomain/mcp-server",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "MCP server exposing AgentDomain registration and management tools to any LLM",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -21,8 +21,8 @@
21
21
  "@modelcontextprotocol/sdk": "^1.0.4",
22
22
  "viem": "^2.55.2",
23
23
  "zod": "^3.24.1",
24
- "@agentdomain/sdk": "^0.2.0",
25
- "@agentdomain/shared": "^0.2.0"
24
+ "@agentdomain/sdk": "^0.2.1",
25
+ "@agentdomain/shared": "^0.2.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.10.5",