Update mcp tool universe

Add rag utility
This commit is contained in:
shahondin1624
2026-02-14 17:59:18 +01:00
parent 3ced9db623
commit a0e36a7fe2
19 changed files with 970 additions and 0 deletions

View File

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