William Easton
William Easton
@jlowin was the intention to have contrib be its own package or `import fastmcp.contrib...` and it should move to the FastMCP folder?
@eedugon the docs now say: > The Elasticsearch security features need to be enabled on both clusters, on every node. Security is enabled by default. If it’s disabled, set xpack.security.enabled...
Yeah I think that's the conclusion I've come to as well. I've basically abandoned lifespans for startup and shutdown. Right now the only use case I have is that I...
I haven't looked but if each client has a unique id or each session has a unique id then I can just use an in memory cache for the state...
I run my server in VS Code with transport=sse and then in claude/cursor I just setup it as an SSE MCP server. This allows me to debug in vscode while...
@FlorinAsavoaie i can't actually add the Google Search tool to a pydantic Agent, when it runs I get `Tool use with function calling is unsupported` -- were you able to...
Closing this issue for now, we have many examples now of proxying stdio servers. Please open a new issue with a minimum reproducible example if you run into this issue
@jlowin I have cleaned this up a bunch
The latest version of this is vendored into here https://github.com/strawgate/fastmcp-agents/tree/main/src/fastmcp_agents/vendored/tool_transformer The new setup is to either call `transform_tool` as before or build the Tool Override model: ``` tool_override = ToolOverride(...
Closed via https://github.com/jlowin/fastmcp/pull/745#event-18065040147