We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b5c70 commit 2aa587bCopy full SHA for 2aa587b
.cursor/mcp.json
@@ -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
@@ -39,7 +39,8 @@ yarn-error.log*
39
.auth_token
40
41
#editor
42
-.vscode
+!.vscode/mcp.json
43
+
44
.idea
45
46
# Sentry
.vscode/mcp.json
0 commit comments