Impact
DESCRIBE ODATA SERVICE emits MDL that fails to parse when re-executed as CREATE. Roundtrip workflow broken for published OData services.
Details
DESCRIBE ODATA SERVICE emits publish entity ... expose (...) syntax.
- Parser rejects the
expose block with bare as 'Name' (Key) syntax.
- OData clients and JSON structures roundtrip correctly; only published OData services broken.
Expected
DESCRIBE output is valid MDL accepted by the parser (roundtrip invariant).
Discovered during AI-assisted manual testing session (2026-04-29, mxcli v0.7.0-257-ga07e7e0).
Impact
DESCRIBE ODATA SERVICEemits MDL that fails to parse when re-executed as CREATE. Roundtrip workflow broken for published OData services.Details
DESCRIBE ODATA SERVICEemitspublish entity ... expose (...)syntax.exposeblock with bareas 'Name' (Key)syntax.Expected
DESCRIBE output is valid MDL accepted by the parser (roundtrip invariant).
Discovered during AI-assisted manual testing session (2026-04-29, mxcli v0.7.0-257-ga07e7e0).