### How are you running AnythingLLM? Docker (local) ### What happened? When I added my MCP server I got en error. My MCP server uses pydantic2 for input parameters like this: ``` @server.tool( name="GetCryptocurrencies", description="Cryptocurrencies list tool calling /cryptocurrencies endpoint" ) async def get_cryptocurrencies(params: GetCryptocurrenciesParams) -> GetCryptocurrenciesResponse: return await _call_endpoint("cryptocurrencies", params, GetCryptocurrenciesResponse) ``` <img width="1560" alt="Image" src="https://github.com/user-attachments/assets/172661cf-3fbb-4473-bfa3-5630f2f330af" /> ### Are there known steps to reproduce? _No response_