pull/715/head
Travis Fischer 2025-06-10 05:11:32 +07:00
rodzic 0b94b02c19
commit d35ac55041
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -98,6 +98,10 @@ export class DurableMcpServer extends McpAgent<
// (toolConfig) => toolConfig.name === tool.name
// )
// TODO: rate-limiting
// TODO: caching
// TODO: usage tracking / reporting
if (originAdapter.type === 'raw') {
// TODO
assert(false, 500, 'Raw origin adapter not implemented')