Documentation
¶
Overview ¶
Package configs exposes taxonomy mappings bundled into the mcp-proxy binary.
Each *_taxonomy.json file in this directory is embedded at build time and merged into the runtime mapping list. User-provided -taxonomy entries should be applied first by callers so they win on tool_name conflict — the SDK's ClassifyToolCall iterates in order and returns on first match.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BundledNames ¶
func BundledNames() []string
BundledNames returns the basenames (without _taxonomy.json suffix) of the embedded files, sorted. Used for startup banners and diagnostics.
func BundledTaxonomies ¶
func BundledTaxonomies() ([]taxonomy.TaxonomyMapping, error)
BundledTaxonomies returns the deduplicated set of mappings embedded in the binary. Files are processed in sorted source filename order, and mappings within each file are returned in their JSON order. The first mapping wins on duplicate tool_name across files.
Types ¶
This section is empty.