Skip to content

Commit 8669b1e

Browse files
authored
Merge pull request #1020 from supertokens/feat/ai-guides
2 parents 84481a7 + 762ac75 commit 8669b1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/quickstart/build-with-ai-tools.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ To learn more, see the [Cursor documentation](https://docs.cursor.com/context/mo
206206
```json
207207
{
208208
"mcpServers": {
209-
"stripe": {
209+
"supertokens": {
210210
"command": "npx",
211211
"args": ["-y", "supertokens-mcp-plugin"],
212212
"env": {
@@ -231,7 +231,7 @@ To learn more, see the [VS Code documentation](https://code.visualstudio.com/doc
231231
```json
232232
{
233233
"servers": {
234-
"stripe": {
234+
"supertokens": {
235235
"command": "npx",
236236
"args": ["-y", "supertokens-mcp-plugin"],
237237
"env": {
@@ -256,7 +256,7 @@ To learn more, see the [Windsurf documentation](https://docs.windsurf.com/windsu
256256
```json
257257
{
258258
"mcpServers": {
259-
"stripe": {
259+
"supertokens": {
260260
"command": "npx",
261261
"args": ["-y", "supertokens-mcp-plugin"],
262262
"env": {
@@ -281,7 +281,7 @@ To learn more, see the [Claude Desktop documentation](https://modelcontextprotoc
281281
```json
282282
{
283283
"mcpServers": {
284-
"stripe": {
284+
"supertokens": {
285285
"command": "npx",
286286
"args": ["-y", "supertokens-mcp-plugin"],
287287
"env": {

0 commit comments

Comments
 (0)