We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a02c9 commit 87ba0d4Copy full SHA for 87ba0d4
microsoft-learn-mcp-server/src/billing.ts
@@ -5,8 +5,9 @@
5
import { Actor, log } from 'apify';
6
7
const CHARGEABLE_EVENT_NAMES = [
8
- 'microsoft_learn_search',
9
- 'microsoft_learn_fetch',
+ 'microsoft_docs_search',
+ 'microsoft_docs_fetch',
10
+ 'microsoft_code_sample_search',
11
] as const;
12
13
type ChargeableRequest = {
0 commit comments