Documentation
¶
Overview ¶
Package contracts embeds the versioned OpenAPI contract and MCP JSON Schema published from gismo-platform (the source of truth), so the conformance harness and downstream Go consumers (e.g. gismo-sdk-go's smoke tests) can load them without assuming a filesystem layout relative to their own working directory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Examples embed.FS
View Source
var MCPSchema embed.FS
View Source
var OpenAPI embed.FS
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
conformance
|
|
|
mockreferee
Package mockreferee drives an agent's MCP server through the same fixed tool sequence gismo-platform's real referee uses (game-and-protocol.md#match-protocol-mcp-tools), validating every response against the published MCP JSON Schema.
|
Package mockreferee drives an agent's MCP server through the same fixed tool sequence gismo-platform's real referee uses (game-and-protocol.md#match-protocol-mcp-tools), validating every response against the published MCP JSON Schema. |
|
openapi
Package openapi loads and validates the published Control-Plane OpenAPI document, confirming it parses and is internally consistent (every $ref resolves, every schema is well-formed) independent of the openapi-generator toolchain used in gismo-platform.
|
Package openapi loads and validates the published Control-Plane OpenAPI document, confirming it parses and is internally consistent (every $ref resolves, every schema is well-formed) independent of the openapi-generator toolchain used in gismo-platform. |
|
schema
Package schema compiles the published MCP JSON Schema files (mcp-schema/*.schema.json) and validates arbitrary Go values against any named $defs entry within them — the reusable round-trip validator SDK smoke tests and the mock referee both call.
|
Package schema compiles the published MCP JSON Schema files (mcp-schema/*.schema.json) and validates arbitrary Go values against any named $defs entry within them — the reusable round-trip validator SDK smoke tests and the mock referee both call. |
Click to show internal directories.
Click to hide internal directories.