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 inputs
  • neqsim://schema/{toolName}/input — JSON Schema for tool inputs
  • neqsim://schema/{toolName}/output — JSON Schema for tool outputs
  • neqsim://catalog/examples — listing of all examples
  • neqsim://catalog/schemas — listing of all schemas
  • Classes
    Class
    Description
    Catalog of example JSON inputs for each MCP runner.
    Catalog of JSON schemas for MCP tool input and output declarations.