Files
mcp-rag-integration/test-data/docs/syntax_guide.md
shahondin1624 a0e36a7fe2 Update mcp tool universe
Add rag utility
2026-02-14 18:03:53 +01:00

445 B

DSL Syntax Guide: DiagnosticService

To define a diagnostic service in the OTX/ODX abstraction layer, use the DiagnosticService keyword.

Syntax

DiagnosticService <ServiceName> {
    request: <HexCode>
    response: <HexCode>
    timeout: <Integer> ms
}

Rules

  • The service name must be UpperCamelCase.
  • Timeouts are strictly defined in milliseconds.
  • Use the extends keyword to inherit properties from a base service.