@kb-labs/agent-mcp 2.20.0 → 2.23.0

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # TODO
1
+ # @kb-labs/agent-mcp
2
+
3
+ MCP (Model Context Protocol) integration for KB Labs Agents. Enables agents to act as MCP endpoints and consume external MCP tool servers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/agent-mcp",
3
- "version": "2.20.0",
3
+ "version": "2.23.0",
4
4
  "type": "module",
5
5
  "description": "MCP (Model Context Protocol) integration for KB Labs Agents. Client → MCPToolPack + Server → agent as MCP endpoint.",
6
6
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@modelcontextprotocol/sdk": "^1.26.0",
22
22
  "zod": "^3.23.8",
23
- "@kb-labs/agent-contracts": "2.20.0"
23
+ "@kb-labs/agent-contracts": "2.23.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^24.3.3",
@@ -29,7 +29,7 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.6.3",
31
31
  "vitest": "^3.2.4",
32
- "@kb-labs/devkit": "2.20.0"
32
+ "@kb-labs/devkit": "2.23.0"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=20.0.0",