This folder tracks the architectural decisions for simulator-mcp-servers, in the order they were
made. Each ADR captures the context, the decision, and its trade-offs so future contributors (human
or agent) can see why the code is shaped the way it is without re-deriving it from scratch.
| # | Title | Status |
|---|---|---|
| 0001 | Repository Layout & Launcher Architecture for simulator-mcp-servers |
Accepted |
| 0002 | LMU Telemetry Access Model & LmuAdapter Design |
Accepted |
| 0003 | Single Active Simulator Constraint — No Multi-Instance Support | Accepted |
- Copy the format of an existing ADR:
Status/Date/Deciders,Context,Decision(numbered sub-decisions, each with rejected alternatives),Consequences, and, if applicable,Open follow-upslinking to project board cards. - Name the file
NNNN-short-title.md, incrementing from the highest existing number. - Add a row to the table above.
- Link to it from ../../README.md if it documents a decision contributors should know about up front.
Status values: Proposed, Accepted, Superseded by NNNN, Rejected.