William Easton
William Easton
Howdy! This is a classic problem with ingesting from object storage. There is no coordination between Logstash nodes and so in between the time a node grabs an object, processes...
@leycec that's what I see too -- we have to access the method to trigger registration I think the other part of the challenge with instance methods is that instantiating...
/marvin please apologize
We do have an McpMixin class that provides similar functionality while requiring a registration step https://github.com/jlowin/fastmcp/tree/main/src/fastmcp/contrib/mcp_mixin It's a bit less attractive and certainly not as well advertised
/marvin Please review https://github.com/pydantic/pydantic-ai/pull/2784 to see how the FastMCPToolset actually works and see if you can find docs online for any other agent frameworks with fastmcp
@chrisguidry I had Claude generate this, I was mostly going to stick with logging for now I thought the problem with emitting spans was going to be that we don't...
> > we don't have a way to accept or propagate the trace id through MCP calls > > Yep, that's a great call, and I think it _might_ need...
@pamelafox im not sure using middleware makes the most sense here but im glad it worked for your use-case
/marvin let's update the PR to bake the instrumentation right in
/marvin while creating spans in middleware is great and all, we also want to push the context information into response _meta fields and then when we receive a result with...