Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Channel = "go"
View Source
var Commit = "unknown"
View Source
var Target = runtime.GOOS + "/" + runtime.GOARCH
View Source
var Version = versioninfo.Current()
Functions ¶
This section is empty.
Types ¶
type App ¶
type MCPToolFact ¶ added in v1.6.0
type MCPToolFact struct {
Name string
Access string
Description string
ReadOnly bool
Destructive bool
Idempotent bool
OpenWorld bool
}
MCPToolFact is the enumerable user-facing contract shared by MCP registration and generated documentation. Handler behavior stays next to registration; names, descriptions, access, and annotations stay here so prose cannot silently drift from tools/list.
func MCPToolFacts ¶ added in v1.6.0
func MCPToolFacts() []MCPToolFact
MCPToolFacts returns a copy for deterministic documentation and audits.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.