configs

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL