The Odoo MCP server does not properly handle query parameters in resource URIs. When query parameters are included in the URI (e.g., ?limit=5&order=create_date desc ...
Most http libraries automatically handle URI encoding of query parameters. It would be expected that PineJS is able to accept URI encoded query parameters and decode them properly, however there seem ...