Releases · transloadit/node-sdk
@transloadit/mcp-server@0.3.10
Patch Changes
- 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.
@transloadit/node@4.7.5
Patch Changes
- 377bf31: Raise default listRobots limit from 20 to 200 so agents see all robots in one call
@transloadit/mcp-server@0.3.9
@transloadit/mcp-server@0.3.8
Patch Changes
- 997b917: Add Dockerfile and GHCR publishing workflow
@transloadit/mcp-server@0.3.7
Patch Changes
-
5a07c08: Return friendly 200 JSON for bare GET health probes instead of 406
Directory crawlers (Glama, uptime monitors) probe MCP endpoints with a plain GET without the required
Accept: text/event-streamheader. Previously this reached the MCP SDK transport which returned an opaque 406 "Not Acceptable". Now the HTTP handler intercepts these non-MCP GETs and returns a{"name":"Transloadit MCP Server","status":"ok","docs":"..."}response. Real MCP clients always include the SSE Accept header and are unaffected.
@transloadit/mcp-server@0.3.6
Patch Changes
- Add mcpName field and server.json manifest for Official MCP Registry publishing
@transloadit/mcp-server@0.3.5
Patch Changes
- ddf13ec: Export
./server-cardsubpath so consumers can cleanly importbuildServerCard
transloadit@4.7.4
Patch Changes
- 753f76d: Add
--scopesupport totransloadit auth tokenand exposemintBearerToken()to request narrower bearer token scopes.
@transloadit/node@4.7.4
Patch Changes
- 753f76d: Add
--scopesupport totransloadit auth tokenand exposemintBearerToken()to request narrower bearer token scopes.
@transloadit/mcp-server@0.3.4
Patch Changes
- e11f29f: Fix MCP server card schema and add coverage for
/.well-known/mcp/server-card.json.