Skip to content

Commit 569d465

Browse files
chore(env-manifest): update manifest file
1 parent 890a924 commit 569d465

File tree

1 file changed

+47
-5
lines changed

1 file changed

+47
-5
lines changed

env-variables.manifest.json

Lines changed: 47 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,8 +1297,8 @@
12971297
{
12981298
"key": "GOOGLE_CREDENTIALS",
12991299
"required": true,
1300-
"format": "file(json)",
1301-
"description": "A JSON key file for your Google Sheets service account",
1300+
"format": "text",
1301+
"description": "The path to your Google Service account authentication JSON key file. Enter /auth.json. After deploying your application, select \"Go to live application\" for additional configuration steps.",
13021302
"link": "https://cloud.google.com/iam/docs/creating-managing-service-account-keys#creating_service_account_keys",
13031303
"default": "/auth.json",
13041304
"configurable": true,
@@ -1318,7 +1318,7 @@
13181318
"key": "SHEET_NAME",
13191319
"required": true,
13201320
"format": "text",
1321-
"description": "The spreadsheet name to log to within your Google Sheets document",
1321+
"description": "The sheet name to log to within your Google Sheets document",
13221322
"link": null,
13231323
"default": "Sheet1",
13241324
"configurable": true,
@@ -1729,7 +1729,7 @@
17291729
"format": "text",
17301730
"description": "Set the password that will allow you to use the application",
17311731
"link": null,
1732-
"default": "1",
1732+
"default": "SuperSecretPassword",
17331733
"configurable": true,
17341734
"contentKey": null
17351735
}
@@ -1886,6 +1886,48 @@
18861886
"contentKey": null
18871887
}
18881888
],
1889+
"mcp-server": [
1890+
{
1891+
"key": "ACCOUNT_SID",
1892+
"required": true,
1893+
"format": "text",
1894+
"description": "Your Twilio Account SID",
1895+
"link": "https://www.twilio.com/console",
1896+
"default": "ACxxx",
1897+
"configurable": true,
1898+
"contentKey": null
1899+
},
1900+
{
1901+
"key": "AUTH_TOKEN",
1902+
"required": true,
1903+
"format": "text",
1904+
"description": "Your Twilio Auth Token",
1905+
"link": "https://www.twilio.com/console",
1906+
"default": "abc",
1907+
"configurable": true,
1908+
"contentKey": null
1909+
},
1910+
{
1911+
"key": "API_KEY",
1912+
"required": true,
1913+
"format": "text",
1914+
"description": "Your Twilio API Key",
1915+
"link": "https://www.twilio.com/console/project/api-keys",
1916+
"default": "SKxxx",
1917+
"configurable": true,
1918+
"contentKey": null
1919+
},
1920+
{
1921+
"key": "API_SECRET",
1922+
"required": true,
1923+
"format": "text",
1924+
"description": "Your Twilio API Secret",
1925+
"link": "https://www.twilio.com/console/project/api-keys",
1926+
"default": "abc",
1927+
"configurable": true,
1928+
"contentKey": null
1929+
}
1930+
],
18891931
"email-events-sms": [
18901932
{
18911933
"key": "TWILIO_PHONE_NUMBER",
@@ -1909,4 +1951,4 @@
19091951
}
19101952
]
19111953
}
1912-
}
1954+
}

0 commit comments

Comments
 (0)