Skip to content

Commit 260f3ab

Browse files
committed
feat(fxmcpserver): Provided streamable HTTP transport
1 parent 182aa85 commit 260f3ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

fxmcpserver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ This module provides an [MCP server](https://modelcontextprotocol.io/introductio
4242
- automatic requests logging and tracing (method, target, duration, ...)
4343
- automatic requests metrics (count and duration)
4444
- possibility to register MCP resources, resource templates, prompts and tools
45-
- possibility to register MCP SSE server context hooks
46-
- possibility to expose the MCP server via Stdio (local) and/or HTTP SSE (remote)
45+
- possibility to register MCP Streamable HTTP and SSE server context hooks
46+
- possibility to expose the MCP server via Streamable HTTP (remote), HTTP SSE (remote) and Stdio (local)
4747

4848
## Documentation
4949

fxmcpserver/server/stream/context_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ func (m *generatorMock) Generate() string {
2525
return m.Called().String(0)
2626
}
2727

28-
//nolint:cyclop
2928
func TestDefaultMCPStreamableHTTPServerContextHandler_Handle(t *testing.T) {
3029
t.Parallel()
3130

0 commit comments

Comments
 (0)