Package neqsim.mcp.catalog
package neqsim.mcp.catalog
Catalog classes for NeqSim MCP (Model Context Protocol) integration.
Provides example JSON inputs and JSON schemas for all MCP tools. These are designed to be served as MCP Resources (read-only, URI-addressable content) that language models can read to learn the input/output format of each tool.
MCP Resource URIs:
neqsim://example/{category}/{name}— example JSON inputsneqsim://schema/{toolName}/input— JSON Schema for tool inputsneqsim://schema/{toolName}/output— JSON Schema for tool outputsneqsim://catalog/examples— listing of all examplesneqsim://catalog/schemas— listing of all schemas
-
ClassesClassDescriptionCatalog of example JSON inputs for each MCP runner.Catalog of JSON schemas for MCP tool input and output declarations.