MCP
Maintained by
onbirdev
A Moodle web service plugin that implements the Model Context Protocol (MCP) for seamless integration with AI assistants and external systems.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
it returns errors in cases when (for example) idnumber (optional field inmost cases) is empty.
MCP server expects int or string and does not convert none or null to '' or 0 and return error to agent.
would you be so kind to fix it and convert none / null to 0 or empty string or ...