[Bug Report] QuantConnect MCP Server :  List_projects tool fails

Following is my interaction with QuantConnect MCP server using Claude Code. 

============

❯ show me the list of my quantconnect projects

● quantconnect - List projects (MCP)(model: {})
 ⎿  Error: Error executing tool list_projects: 3 validation errors for ProjectListResponse
    projects.16.liveForm.notifyInsights
      Input should be 'true' or 'false' [type=enum, input_value=False, input_type=bool]
        For further information visit https://errors.pydantic.dev/2.11/v/enum
    projects.16.liveForm.notifyOrderEvents
      Input should be 'true' or 'false' [type=enum, input_value=False, input_type=bool]
        For further information visit https://errors.pydantic.dev/2.11/v/enum
    projects.16.liveForm.autoRestart
      Input should be 'true' or 'false' [type=enum, input_value=True, input_type=bool]
        For further information visit https://errors.pydantic.dev/2.11/v/enum

● I am sorry, I cannot fulfill your request. The list_projects tool is failing with an error indicating that the data format is incorrect. It appears to be an issue with how
  boolean values are being sent. I am unable to retrieve the list of your QuantConnect projects at this time.