@seldonframe/mcp 1.1.4 → 1.1.6
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/package.json +2 -2
- package/src/welcome.js +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seldonframe/mcp",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "MCP server for SeldonFrame — AI-native Business OS platform. One command creates a real, hosted workspace with a website, booking page, intake form, CRM, and AI agents. v1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
|
+
"description": "MCP server for SeldonFrame — AI-native Business OS platform. One command creates a real, hosted workspace with a website, booking page, intake form, CRM, and AI agents. v1.1.5: Visual + auth completeness pass on top of v1.1.4's Personality-Driven Content Layer. (1) Service-card icons now resolve via per-vertical Lucide rules (dental→smile/tooth/baby for pediatric, hvac→wrench/snowflake/flame, legal→scale/gavel/briefcase) instead of every card collapsing to the generic 'sparkles' fallback. 23 new icons added; vertical-aware fallback when no keyword matches. (2) Hero sections now render with personality-curated Unsplash background photography (1600x900 with a dark scrim for legibility) and per-service-card images (800x600 round-robin from a 6-image bundle per vertical). Hand-curated URLs only — no auto-fetch. (3) Booking page now defaults the slot picker to the workspace's IANA timezone (organizations.timezone, inferred from city/state) instead of the visitor's browser TZ — a customer in NYC booking with a Texas dental practice now sees Central time. Visitor can still switch via the dropdown OR via a ?tz= URL override for shareable links. (4) Admin dashboard now works for admin-token sessions: getSoul + requireBillingUser branch on resolveAdminTokenContext so operators clicking the welcome-email admin URL don't hit Unauthorized when the dashboard tries to read soul/billing data via the synthetic nil-UUID user.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"seldonframe-mcp": "src/index.js"
|
package/src/welcome.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
// stripped. `create_full_workspace` is the only workspace-creation
|
|
9
9
|
// path mentioned anywhere in this briefing.
|
|
10
10
|
|
|
11
|
-
export const VERSION = "1.1.
|
|
11
|
+
export const VERSION = "1.1.6";
|
|
12
12
|
|
|
13
13
|
export const WELCOME_MARKDOWN = `# SeldonFrame — create a real Business OS in one conversation
|
|
14
14
|
|