Files
mcp/data.go
T

10 lines
207 B
Go
Raw Normal View History

package mcp
import _ "embed"
// IndexJSON is the framework knowledge index, produced by cmd/indexer and
// embedded into the server binary at build time.
//
//go:embed data/index.json
var IndexJSON []byte