Skip to content

Commit bb5705f

Browse files
committed
chore(release): @forestadmin/mcp-server@1.11.7 [skip ci]
## @forestadmin/mcp-server [1.11.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/mcp-server@1.11.6...@forestadmin/mcp-server@1.11.7) (2026-04-30) ### Bug Fixes * **activity-logs:** remove errorMessage from updateActivityLogStatus ([#1576](#1576)) ([19585fc](19585fc)) ### Dependencies * **@forestadmin/agent-client:** upgraded to 1.5.6 * **@forestadmin/forestadmin-client:** upgraded to 1.39.5
1 parent ebda49f commit bb5705f

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

packages/mcp-server/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## @forestadmin/mcp-server [1.11.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/mcp-server@1.11.6...@forestadmin/mcp-server@1.11.7) (2026-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **activity-logs:** remove errorMessage from updateActivityLogStatus ([#1576](https://github.com/ForestAdmin/agent-nodejs/issues/1576)) ([19585fc](https://github.com/ForestAdmin/agent-nodejs/commit/19585fcda32250f46962d744ee3b258206a3e8aa))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@forestadmin/agent-client:** upgraded to 1.5.6
15+
* **@forestadmin/forestadmin-client:** upgraded to 1.39.5
16+
117
## @forestadmin/mcp-server [1.11.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/mcp-server@1.11.5...@forestadmin/mcp-server@1.11.6) (2026-04-24)
218

319

packages/mcp-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/mcp-server",
3-
"version": "1.11.6",
3+
"version": "1.11.7",
44
"description": "Model Context Protocol server for Forest Admin with OAuth authentication",
55
"main": "dist/index.js",
66
"bin": {
@@ -16,8 +16,8 @@
1616
"directory": "packages/mcp-server"
1717
},
1818
"dependencies": {
19-
"@forestadmin/agent-client": "1.5.5",
20-
"@forestadmin/forestadmin-client": "1.39.4",
19+
"@forestadmin/agent-client": "1.5.6",
20+
"@forestadmin/forestadmin-client": "1.39.5",
2121
"@modelcontextprotocol/sdk": "^1.28.0",
2222
"cors": "^2.8.5",
2323
"express": "^5.2.1",

0 commit comments

Comments
 (0)