Interface ForwardResolver
- All Superinterfaces:
Resolver,ResourceResolver
- All Known Implementing Classes:
NoopForwardResolver
-
Method Summary
Modifier and TypeMethodDescriptionresolve(CallableReference toolReference) Given a reference, resolves what tool would call itMethods inherited from interface ai.wanaku.core.mcp.common.resolvers.ResourceResolver
read
-
Method Details
-
resolve
Given a reference, resolves what tool would call it- Parameters:
toolReference- the reference to the tool- Returns:
- An instance of the requested tool
- Throws:
ToolNotFoundException- if the tools cannot be found
-
listResources
- Throws:
ServiceUnavailableException
-
listTools
- Throws:
ServiceUnavailableException
-