Package neqsim.mcp.model
package neqsim.mcp.model
Typed model classes for NeqSim MCP (Model Context Protocol) integration.
This package provides Java POJOs for request and response models used by the MCP runner layer.
These complement the string-based run(String json) interface with typed alternatives for
direct Java consumers, and enable auto-generation of JSON schemas for MCP tool declarations.
Core types:
ValueWithUnit— numeric value with unit stringDiagnosticIssue— validation/simulation issueApiEnvelope— standard response envelopeFlashRequest— typed flash calculation inputFlashResult— typed flash calculation output
-
ClassesClassDescriptionApiEnvelope<T>Standard API envelope for all MCP runner responses.A diagnostic issue found during validation or simulation.Typed request model for flash calculations.Typed result model for flash calculations.Typed result model for process simulations.Provenance metadata for every MCP calculation result.A numeric value with its associated unit.