Skip to content

Commit 453d6dd

Browse files
Add Saleor 3.21+ support (#28)
* Use local 3.21 Saleor schema * Add tests
1 parent 44b320a commit 453d6dd

File tree

17 files changed

+46806
-558
lines changed

17 files changed

+46806
-558
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Easiest way to try out the Saleor MCP server is by visiting the production insta
1010

1111
https://mcp.saleor.app/
1212

13-
You can connect to the server with Streamable HTTP at `https://mcp.saleor.app/mcp` endpoint. See the Configuration section below for details on required headers. The production instance is configured to connect to Saleor instances hosted on `saleor.cloud` domain and it's compatible with Saleor 3.22.
13+
You can connect to the server with Streamable HTTP at `https://mcp.saleor.app/mcp` endpoint. See the Configuration section below for details on required headers. The production instance is configured to connect to Saleor instances hosted on `saleor.cloud` domain and it's compatible with Saleor 3.21+.
1414

1515
## Installation
1616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ addopts = [
9898
]
9999

100100
[tool.ariadne-codegen]
101-
remote_schema_url = "https://master.staging.saleor.cloud/graphql/"
101+
schema_path = "./schema.graphql"
102102
queries_path = "src/saleor_mcp/graphql"
103103
target_package_name = "saleor_client"
104104
target_package_path = "src/saleor_mcp"

0 commit comments

Comments
 (0)