William Easton

Results 215 comments of William Easton

If you apply the breakpoint at https://github.com/elastic/elastic-agent-libs/blob/4babafd5ed1e5079acf74212ed3da01740b22de7/transport/logging.go#L50 and then wait for it to hit, do one step out, you'll land in net/http/transport.go at Read and you can read the buffer...

I believe all you need to do is start a relatively new metricbeat (i was using `main`) with default settings (enable the system module) with debug logging enabled `logging.level: debug`...

/marvin can you review all of the caching methods for similar mistakes and make a pull request

The client must reconnect after server restart. The MCP Server starts a new "Server" for every session. When you restart the server there is no longer an active session with...

I think part of the challenge here is that an error for rejecting a sampling request isn't really part of the specification. There's basically just "Client Failure" and the message...

I'm currently exploring expanding the kv protocol in https://github.com/jlowin/fastmcp/pull/1845 and will see how this might fit in

We're currently planning on moving the KV implementations into their own library, will follow-up this week on the plan

Currently working through the details but see: https://github.com/strawgate/py-kv-store-adapter If you have other needs here other than what's mentioned in this thread, now is the time to ask

Would you be open to trying https://github.com/jlowin/fastmcp/pull/1913 ? You should be able to use Redis by adding `kv-store-adapter[redis]` to your project and providing `RedisStore(url="redis://localhost:6379")` (or a client directly) to the...

Oh sorry, yes I had the fix for that on my branch uncommitted. one minute...