copilot-swe-agent[bot]
bbc675abe9
Make schema cache an opinionated default for HTTP handlers
...
Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com >
2026-02-11 11:32:07 +01:00
copilot-swe-agent[bot]
ed30a1dee8
Co-locate WithSchemaCache with other With functions
...
Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com >
2026-02-11 11:32:07 +01:00
Sam Morrow
ff00c689b0
Add shared SchemaCache for streamable-http server
...
Create a shared mcp.SchemaCache in RunHTTPServer and pass it through
to each per-request MCP Server via ServerOptions. This avoids repeated
JSON schema reflection and resolution when a new Server is created for
every request in stateless mode, matching the pattern used by the
remote server.
2026-02-11 11:32:07 +01:00
Matt Holloway
bc02fd7354
fix test
2026-02-10 12:55:24 +01:00
Matt Holloway
858966005f
fix ff hangover from old code
2026-02-10 12:55:24 +01:00
Adam Holt
aa302209b0
Add Streamable HTTP mode ( #1849 )
...
Adds new `http` command supporting Streamable HTTP support, OAuth Metadata handler and Scope filtering.
Co-authored-by: kerobbi <kerobbi@github.com >
Co-authored-by: Matt Holloway <mattdholloway@github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-06 15:33:41 +01:00