Skip to content

Commit 7cbca45

Browse files
chore: Update fastmcp.json schema (#1744)
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
1 parent d21e7e7 commit 7cbca45

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/public/schemas/fastmcp.json/latest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"enum": [
1010
"stdio",
1111
"http",
12-
"sse"
12+
"sse",
13+
"streamable-http"
1314
],
1415
"type": "string"
1516
},

docs/public/schemas/fastmcp.json/v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"enum": [
1010
"stdio",
1111
"http",
12-
"sse"
12+
"sse",
13+
"streamable-http"
1314
],
1415
"type": "string"
1516
},

src/fastmcp/utilities/mcp_server_config/v1/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"enum": [
1010
"stdio",
1111
"http",
12-
"sse"
12+
"sse",
13+
"streamable-http"
1314
],
1415
"type": "string"
1516
},

0 commit comments

Comments
 (0)