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 f978308 commit 70fd44eCopy full SHA for 70fd44e
manifest.json
@@ -21,7 +21,9 @@
21
"args": [
22
"--from",
23
"${__dirname}",
24
- "mcp-youtube-transcript"
+ "mcp-youtube-transcript",
25
+ "--response-limit",
26
+ "${user_config.response_limit}"
27
],
28
"env": {
29
"WEBSHARE_PROXY_USERNAME": "${user_config.webshare_proxy_username}",
@@ -51,6 +53,13 @@
51
53
}
52
54
},
55
"user_config": {
56
+ "response_limit": {
57
+ "type": "number",
58
+ "title": "Maximum response character limit",
59
+ "description": "Maximum number of characters each response contains. Set a negative value to disable pagination.",
60
+ "required": false,
61
+ "default": 50000
62
+ },
63
"webshare_proxy_username": {
64
"type": "string",
65
"title": "Webshare proxy service username",
0 commit comments