Package ai.wanaku.routers.proxies
Interface Proxy
- All Known Subinterfaces:
ResourceProxy,ToolsProxy
- All Known Implementing Classes:
InvokerProxy,ResourceAcquirerProxy
public interface Proxy
Proxies between MCP URIs and services capable of handling them
-
Method Summary
-
Method Details
-
name
String name()The name of the proxy- Returns:
- the name of the proxy
-
getServiceConfigurations
Retrieve configurations from the service- Parameters:
target- the target service to retrieve configurations from- Returns:
- A map of configurations and their descriptions
-