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