Files
saleor-core-extensions/.cursor/mcp.json
T
Lukasz Ostrowski 70ddc8a4dc update schema (#293)
2026-03-06 12:07:46 +01:00

11 lines
174 B
JSON

{
"mcpServers": {
"mcp-saleor": {
"command": "npx",
"args": ["mcp-graphql"],
"env": {
"SCHEMA":"../graphql/schema.graphql"
}
}
}
}