codecracker007
codecracker007
update or install ur aiohttp module might be the solution not sure tho
@ihrpr thanks for the feedback during the fn call with params [result = self.fn(**params)](https://github.com/modelcontextprotocol/python-sdk/blob/f2f4dbdcbd30fd00ced777fd1f59d00624362c97/src/mcp/server/fastmcp/resources/templates.py#L73) can i use [call_fn_with_arg_validation](url) https://github.com/modelcontextprotocol/python-sdk/blob/f2f4dbdcbd30fd00ced777fd1f59d00624362c97/src/mcp/server/fastmcp/utilities/func_metadata.py#L45 for type validation and conversion and should i fallback to default...
@ihrpr the pydantic validate_call already takes care of the compatible type conversion based on annontated parameters for query parameters and raises validation error for incompatible types added a decorator which...