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

13 lines
207 B
Plaintext

// Example: Reading Engine RPM
package com.vehicle.powertrain
Unit Rpm [rotations/m]
DiagnosticService ReadEngineSpeed {
request: 0x22F40C
response: 0x62F40C
timeout: 500 ms
return: Rpm
}