report

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const ToolName = "jacu_report"

Variables

This section is empty.

Functions

func RegisterTool

func RegisterTool(server *mcp.Server, root string)

func Run added in v0.4.0

Types

type Data

type Data struct {
	Report   ReportInfo `json:"report"`
	Markdown string     `json:"markdown"`
	Digest   string     `json:"digest"`
}

type Input

type Input struct{}

type ReportInfo

type ReportInfo struct {
	SchemaVersion string `json:"schema_version"`
	Kind          string `json:"kind"`
	RunCount      int    `json:"run_count"`
	ActiveRuns    int    `json:"active_runs"`
	ProgramCount  int    `json:"program_count"`
}

ReportInfo keeps the MCP catalogue compact. The complete typed report is represented by deterministic Markdown plus its digest; these fields let a host inspect the projection without duplicating all eight block schemas in tools/list.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL