Skip to main content

Module types

Module types 

Source

Structs§

ProxyConfig
Full proxy configuration.
SearchConfig
Search engine settings.
SearchResult
Result from search engine.
ServerConfig
How to connect to an upstream MCP server.
ServerStatus
Health info for an upstream server.
ToolEntry
A cached tool from an upstream MCP server.

Constants§

NAME_SEPARATOR

Functions§

compact_params_from_schema
Generate compact parameter summary from a JSON Schema. Format: “param1:type*, param2:type” where * marks required params.
parse_prefixed_name
Splits “server__tool” into (server, tool). Splits on first occurrence of “__”.
prefixed_name
Returns “server__tool”.