@tenpo/mcp 0.7.0 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -212,7 +212,7 @@ Returns a structured ThinkingPack. READ EVERY LAYER — they are all signal:
|
|
|
212
212
|
• personalization.user_md_excerpt: merchant preferences (language, currency, communication style) — respect these in your response
|
|
213
213
|
• personalization.memory_md_excerpt: cross-session business facts — anchor your recommendations to what they've already told us
|
|
214
214
|
• personalization.cross_session_memory: semantic-recall hits tied to THIS query — these are relevant past facts, weave them in
|
|
215
|
-
• personalization.graduated_routines: auto-learned merchant
|
|
215
|
+
• personalization.graduated_routines: auto-learned routines specific to THIS merchant — each has an "id", "name", "success_count" and "how_to_invoke" pointing to tenpo_run_routine(id). If a routine matches the merchant's current intent, RUN IT — these are vetted patterns the merchant has implicitly approved through prior usage
|
|
216
216
|
• psychology.soul: distilled operator principles (3KB excerpt; full version via tenpo_get_resource("soul"))
|
|
217
217
|
• scored_tools (top 8): call these in priority order; each has why_relevant
|
|
218
218
|
• scored_skills (top 5): expert playbooks with content previews — for domain tasks, follow these
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenpo/mcp",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Tenpo — the operator that runs alongside your store. Connects to 45+ commerce platforms (Shopify, Klaviyo, Meta Ads, GA4, Stripe…) and gives any AI host (Claude Desktop, Cursor, Claude Code, ChatGPT) deterministic answers about your sales, ads, email, inventory, suppliers, customers, finance, and competitors. Free tier, no card required.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://tenpo.ai",
|