Skip to content

Commit b7e4dce

Browse files
authored
Merge pull request #73 from Shopify/support-multiple-mcp-graphql-schemas
Support multiple mcp graphql schemas
2 parents 338a23f + a41a7ea commit b7e4dce

14 files changed

+2123
-1225
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ If you want Cursor or Claude Desktop to surface Liquid documentation, include an
110110

111111
This MCP server provides the following tools:
112112

113-
| Tool Name | Description |
114-
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
115-
| learn_shopify_api | **Start here first** - Teaches the LLM about supported Shopify APIs and how to use this MCP server's tools to generate valid code blocks for each API. This tool makes a request to shopify.dev to get the most up-to-date instruction for how to best work with the API the user would need to use for their prompt. |
116-
| search_docs_chunks | Search across all shopify.dev documentation to find relevant chunks matching your query. Useful for getting content from many different documentation categories, but may have incomplete context due to chunking |
117-
| fetch_full_docs | Retrieve complete documentation for specific paths from shopify.dev. Provides full context without chunking loss, but requires knowing the exact path. Paths are provided via `learn_shopify_api` |
118-
| introspect_admin_schema | Access and search the Shopify Admin API GraphQL schema |
113+
| Tool Name | Description |
114+
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
115+
| learn_shopify_api | **Start here first** - Teaches the LLM about supported Shopify APIs and how to use this MCP server's tools to generate valid code blocks for each API. This tool makes a request to shopify.dev to get the most up-to-date instruction for how to best work with the API the user would need to use for their prompt. |
116+
| search_docs_chunks | Search across all shopify.dev documentation to find relevant chunks matching your query. Useful for getting content from many different documentation categories, but may have incomplete context due to chunking |
117+
| fetch_full_docs | Retrieve complete documentation for specific paths from shopify.dev. Provides full context without chunking loss, but requires knowing the exact path. Paths are provided via `learn_shopify_api` |
118+
| introspect_graphql_schema | Access and search various Shopify GraphQL schemas |
119119

120120
## Tool Usage Guidelines
121121

data/admin_schema_2025-01.json.gz

-622 KB
Binary file not shown.

0 commit comments

Comments
 (0)