server-py-inline-tool-overrides-module-tool-on-duplicate

When a FastMCP server registers both an inline @mcp.tool() in server.py and a module-based tool with the same name, the inline definition in server.py is treated as live (on_duplicate=“error” behavior skips the module version). Always patch server.py for production fixes to live tools — patching only the module file has no effect on running behavior.