Skip to content

Commit 0e1f089

Browse files
Version Packages (#365)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e367a1 commit 0e1f089

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-concurrent-sessions.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/mcp-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @transloadit/mcp-server
22

3+
## 0.3.10
4+
5+
### Patch Changes
6+
7+
- 0702871: Fix "Server already initialized" error when multiple MCP clients connect concurrently. The HTTP and Express handlers now create a new transport + server pair per session instead of sharing a single transport instance.
8+
39
## 0.3.9
410

511
### Patch Changes

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/mcp-server",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "Transloadit MCP server",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)