We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10498f9 commit 24daf63Copy full SHA for 24daf63
1 file changed
src/index.ts
@@ -18,9 +18,7 @@ export const configSchema = z.object({
18
.describe(
19
"Your MinerU API Key (obtain from https://mineru.net/apiManage/token). " +
20
"Can also be set via MINERU_API_KEY environment variable."
21
- )
22
- // Smithery: use header for secrets; default query is ?mineruApiKey=xxx
23
- .meta({ "x-from": { header: "x-mineru-api-key" } }),
+ ),
24
});
25
26
/** Smithery CLI: false = stateless (no session state between requests) */
0 commit comments