Adam Holt
f5a4da1bbd
Linter fixes and ctx no longer needed
2026-02-23 18:20:55 +01:00
Adam Holt
d0b1986a02
Generate authorization server urls during API resolution.
...
Then we can pass this into the OAuth implementation.
2026-02-23 17:30:31 +01:00
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
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
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