Skip to content

Commit 2aa587b

Browse files
authored
Add MCP config (#278)
1 parent a3b5c70 commit 2aa587b

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.cursor/mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mcpServers": {
3+
"mcp-saleor": {
4+
"command": "npx",
5+
"args": ["mcp-graphql"],
6+
"env": {
7+
"SCHEMA":"../graphql/schema.graphql"
8+
}
9+
}
10+
}
11+
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ yarn-error.log*
3939
.auth_token
4040

4141
#editor
42-
.vscode
42+
!.vscode/mcp.json
43+
4344
.idea
4445

4546
# Sentry

.vscode/mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mcpServers": {
3+
"mcp-saleor": {
4+
"command": "npx",
5+
"args": ["mcp-graphql"],
6+
"env": {
7+
"SCHEMA":"../graphql/schema.graphql"
8+
}
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)