William Easton

Results 215 comments of William Easton

I setup a minimal reproduction ``` from fastmcp.server import FastMCP mcp = FastMCP(name="Parent MCP Server") @mcp.tool() def search_books( title_keywords: list[str], authors: list[str] | None = None, genres: list[str] | None...

If its your MCP server you can start it i with debugger n sse mode and then point cursor at it over sse. You can turn turn off "just my...

This looks to be an issue other people are having that is specific to cursor https://github.com/getcursor/cursor/issues/2932 or https://github.com/basicmachines-co/basic-memory/issues/75

If I can find some time I'll try this with my server and cursor and report back

Would we consider this a breaking change and I should land this in 2.0?

For version 0.7 you need the `"manage_ilm"` cluster permission, did you follow the setup instructions for 0.7 or for 2.0?

Are you able to test adding the manage ilm cluster permission and let us know if that resolves the issue?

Is there anything we can do to get this included in a future release?

This appears to be this issue: https://github.com/legrego/homeassistant-elasticsearch/issues/403#issue-2727217797 You could upgrade to the 2.0 pre-release version by enabling the "beta" list of versions when upgrading. The 2.0 version changes the document...

Okay, I see two issues in your log. One is related to the `area` definition and the other is a routing issue. For the routing issue: The error: ``` 2024-12-09...