Skip to content

Commit e66a3ac

Browse files
Version Packages (#348)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a07c08 commit e66a3ac

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/mcp-health-probe.md

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

packages/mcp-server/CHANGELOG.md

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

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- 5a07c08: Return friendly 200 JSON for bare GET health probes instead of 406
8+
9+
Directory crawlers (Glama, uptime monitors) probe MCP endpoints with a plain GET without the required `Accept: text/event-stream` header. 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.
10+
311
## 0.3.6
412

513
### 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.6",
3+
"version": "0.3.7",
44
"description": "Transloadit MCP server",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)