Skip to content

Commit 70fd44e

Browse files
committed
chore: update manifest version and add response limit configuration
1 parent f978308 commit 70fd44e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"args": [
2222
"--from",
2323
"${__dirname}",
24-
"mcp-youtube-transcript"
24+
"mcp-youtube-transcript",
25+
"--response-limit",
26+
"${user_config.response_limit}"
2527
],
2628
"env": {
2729
"WEBSHARE_PROXY_USERNAME": "${user_config.webshare_proxy_username}",
@@ -51,6 +53,13 @@
5153
}
5254
},
5355
"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+
},
5463
"webshare_proxy_username": {
5564
"type": "string",
5665
"title": "Webshare proxy service username",

0 commit comments

Comments
 (0)