Skip to content

Commit 848ab8e

Browse files
committed
Add paywalled lookup
1 parent 8b420dd commit 848ab8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/x402.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const BYPASS_PAYMENT_METHODS = [
2727
'resources/list',
2828
] as const;
2929

30-
export const PAYWALLED_TOOLS = ['query', 'publish'] as const;
30+
export const PAYWALLED_TOOLS = ['query', 'publish', 'lookup'] as const;
3131

3232
/**
3333
* Create MCP x402 payment middleware that only requires payment for specific tools.

0 commit comments

Comments
 (0)