Skip to content

Commit e0d0ddd

Browse files
matteodepaloArkham
andauthored
Update src/tools/learn_shopify_api/index.ts
Co-authored-by: Ju Liu <[email protected]>
1 parent 9b795b3 commit e0d0ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/learn_shopify_api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default async function learnShopifyApiTool(server: McpServer) {
7171
7272
🔄 MULTIPLE API SUPPORT: You MUST call this tool multiple times in the same conversation when you need to learn about different Shopify APIs. THIS IS NOT OPTIONAL. Just pass the existing conversationId to maintain conversation continuity while loading the new API context.
7373
74-
For example, a user might ask a question about the Admin API, then switch to the Functions API, then ask a question about ui components. In this case I would expect you to call learn_shopify_apis three times with the following arguments:
74+
For example, a user might ask a question about the Admin API, then switch to the Functions API, then ask a question about polaris UI components. In this case I would expect you to call learn_shopify_api three times with the following arguments:
7575
7676
- learn_shopify_api(api: "admin") -> conversationId: "123"
7777
- learn_shopify_api(api: "functions", conversationId: "123")

0 commit comments

Comments
 (0)