shaun smith
shaun smith
Thank you @timheuer -- this is great. This is something that I think would be good published as part of the [CWG site](https://modelcontextprotocol-community.github.io/working-groups/index.html) as well as the schema store. I...
That's great, thanks @AArnott and @timheuer -- I think since SSE is being deprecated, the merged one from @AArnott is probably easier to work with....
Might be worth taking a look at : https://github.com/evalstate/fast-agent/blob/935e6c627158438c8df488541e63a20802b18720/src/mcp_agent/workflows/llm/model_factory.py#L4 This supports a dot notation for `provider.model.reasoning-level`
Hi @Jie211 -- are you essentially doing the same as these lines of code? https://github.com/lastmile-ai/mcp-agent/blob/40bcf20bb490946949e0131663cc9319aca3378a/src/mcp_agent/logging/listeners.py#L109-L140 You _should_ be able to make some small modifications to logger.py below to use a...
A couple of comments on this as I prepare to undraft #223 for RFC: - I've updated #223 to indicate that Servers that support structured output should advertise `generates: ["application/json"]`...
It's still not clear to me how this is better than the additional 3-4 lines of code required to achieve this with the current spec here : https://gist.github.com/evalstate/e49cb163297c1ab940fb8a98e31947ed - the...
OK - I'll just note my outstanding concerns on this one - not expecting a response - just adding my perspective as a Host application developer. - **MCP Server SDK**....
Yep, I've seen the same with Instructor, it's doubling up calls and generating results inconsistent with the other call. For the places where it is used I don't think the...
btw, i've already removed it for anthropic (based on the current outputs, i'm not worried about using the 'formal' structured outputs just yet) and can remove for OAI this morning....
OK, this is now merged to main in fast-agent and pushed in 0.1.8. quick summary: - Instructor and dependencies removed; packages updated. - OpenAI endpoint now uses the chat completions...