forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.printing-press.json
More file actions
59 lines (59 loc) · 2.2 KB
/
Copy path.printing-press.json
File metadata and controls
59 lines (59 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"schema_version": 1,
"generated_at": "2026-05-17T19:13:14.002052Z",
"printing_press_version": "4.0.2",
"api_name": "harris-teeter",
"display_name": "Harris Teeter",
"cli_name": "harris-teeter-pp-cli",
"creator": {
"handle": "jwmoss",
"name": "Jonathan Moss"
},
"owner": "jonathan-moss",
"printer": "jwmoss",
"printer_name": "Jonathan Moss",
"spec_path": "spec.yaml",
"spec_format": "internal",
"spec_checksum": "sha256:3b54b787b4433b7a5d5cb5478e7f8e1b4e87d7b79dfc38387c9042d823a933f7",
"run_id": "20260517-190052",
"category": "commerce",
"description": "Read-only Harris Teeter grocery CLI for products, stores, coupons, cart, lists, account preferences, and recommendations through the logged-in web app session.",
"mcp_binary": "harris-teeter-pp-mcp",
"mcp_tool_count": 15,
"mcp_ready": "partial",
"api_version": "0.1.0",
"auth_type": "cookie",
"novel_features": [
{
"name": "Live Chrome session login",
"command": "auth login --chrome",
"description": "Read Harris Teeter session cookies from the already logged-in Chrome session, falling back through agent-browser/browser-use when standalone cookie tools are missing."
},
{
"name": "Store-aware product search",
"command": "products search",
"description": "Search Harris Teeter products using the browser-observed Atlas search endpoint with location, fulfillment method, and LAF/modality headers."
},
{
"name": "UPC product detail replay",
"command": "products get",
"description": "Fetch full product, offer, nutrition, inventory, and variant projections by UPC/GTIN through the logged-in Atlas product endpoint."
},
{
"name": "Digital coupon inspection",
"command": "coupons",
"description": "List Harris Teeter digital coupons from the authenticated web endpoint, including optional UPC filtering."
},
{
"name": "Read-only cart and list inspection",
"command": "cart",
"description": "Inspect the authenticated Harris Teeter cart and shopping-list surfaces without exposing mutating checkout or order actions."
}
],
"contributors": [
{
"handle": "tmchow",
"name": "Trevin Chow"
}
]
}