Cliff Hall
Cliff Hall
Why is this in the Official Integrations section?
> unfortunately, there's no way for the Client to know the correct scope to request without using the oauth server or registered client metadata. MS Entra requires the scope to...
> @cliffhall I see the "waiting on submitter" tag, anything in particular you'd like me to clarify? Really waiting to hear @pcarleton's take. When closing the [counterpart PR in the...
> @cliffhall a configurable UI panel may be ok for inspector but I can't see it being suitable for other MCP clients. The configuration would be too technical for most...
> The best we can do with the current spec is to rely on the `WWW-Authenticate` header to provide a scope. So the order of preference would be: > >...
@leblancfg this needs a `prettier-fix` run to pass CI.
I tried the [simpleStreamableHttp](https://github.com/modelcontextprotocol/typescript-sdk/blob/main/src/examples/server/simpleStreamableHttp.ts) example in the typescript-sdk using: ``` npx tsx src/examples/server/simpleStreamableHttp.ts --oauth ``` but it's difficult to interpret the results. ## Not using the debugger first, just clicking...
> Is there an opportunity here to be more type-specific about the transport options for each transport? (i.e. `StreamableHTTPClientTransportOptions`, `SSEClientTransportOptions`) > > It appears that the SDK will handle either...
> Do we know if this also fixes/mitigates this? [modelcontextprotocol/typescript-sdk#436](https://github.com/modelcontextprotocol/typescript-sdk/issues/436) @evalstate It does something very similar to the workaround you posted there. I do think that that the suggestion in...
I like this idea, and other agents are doing something like this. For instance Warp's [Codebase Context](https://docs.warp.dev/features/warp-ai/agent-mode#codebase-context) feature: > Outline generation works in the following way: > > * When...