10 lines
207 B
Go
10 lines
207 B
Go
|
|
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
|