# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
client_id = "e7a5fba7b9b5c81f7cd53f029b6d691b"
name = "agentic-mcp"
application_url = "https://example.com"
embedded = false
[webhooks]
api_version = "2026-01"
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_price_rules,read_inventory,read_orders,read_products,read_discounts"
optional_scopes = [ ]
use_legacy_install_flow = true
[auth]
redirect_urls = [ "http://localhost:3456/callback" ]