You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Your JWT signing key ID, for use with signed playback IDs",
38
+
"is_required": false,
39
+
"format": "string",
40
+
"is_secret": true,
41
+
"name": "MUX_SIGNING_KEY"
42
+
},
43
+
{
44
+
"description": "Your JWT private key, for use with signed playback IDs",
45
+
"is_required": false,
46
+
"format": "string",
47
+
"is_secret": true,
48
+
"name": "MUX_PRIVATE_KEY"
49
+
}
50
+
]
51
+
}
52
+
],
53
+
"remotes": [
54
+
{
55
+
"type": "streamable-http",
56
+
"url": "https://mcp.mux.com",
57
+
"headers": [
58
+
{
59
+
"name": "Authorization",
60
+
"description": "Optional basic authorization header you can include, combining your Access Token and Secret using HTTP Basic Auth. If not provided, authorization will be handled via OAuth.",
0 commit comments