@sfranalytics/mcp 0.6.5 → 0.6.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/dist/landing.js CHANGED
@@ -203,8 +203,10 @@ export function renderLandingPage(opts) {
203
203
  transition: background var(--transition), color var(--transition);
204
204
  }
205
205
  .seg-btn.active { background: var(--surface-solid); color: var(--text-strong); box-shadow: 0 1px 2px rgba(0,0,0,0.06); }
206
+ .seg-badge { display: inline-block; font-size: 0.55rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; background: var(--accent); color: #fff; padding: 1px 5px; border-radius: 4px; margin-left: 4px; vertical-align: middle; }
206
207
  .client-block { display: none; }
207
208
  .client-block.active { display: block; }
209
+ .client-hint { font-size: 0.7rem; color: var(--text-muted); margin-top: 0.25rem; }
208
210
 
209
211
  /* --- Desktop toggle --- */
210
212
  .desktop-toggle {
@@ -490,7 +492,7 @@ export function renderLandingPage(opts) {
490
492
  <div class="step-content">
491
493
  <div class="step-title">Connect your client</div>
492
494
  <div class="seg-control">
493
- <button class="seg-btn active" data-client="claude-code">Claude Code</button>
495
+ <button class="seg-btn active" data-client="claude-code">Claude Code <span class="seg-badge">Recommended</span></button>
494
496
  <button class="seg-btn" data-client="cursor">Cursor</button>
495
497
  </div>
496
498
  <div class="client-block active" id="client-claude-code">
@@ -499,6 +501,7 @@ export function renderLandingPage(opts) {
499
501
  <button class="copy-btn" data-copy="claude-code">Copy</button>
500
502
  <pre style="color:rgba(226,232,240,0.92);white-space:pre-wrap;">Set up the SFR Analytics MCP server for me. The server URL is https://mcp.sfranalytics.com/mcp and my API key is <span class="string">YOUR_API_KEY</span></pre>
501
503
  </div>
504
+ <div class="client-hint">Connects via HTTP &mdash; auto-updates, no local install needed.</div>
502
505
  </div>
503
506
  <div class="client-block" id="client-cursor">
504
507
  <div class="step-label">Paste this into Cursor chat:</div>
@@ -1 +1 @@
1
- {"version":3,"file":"landing.js","sourceRoot":"","sources":["../src/landing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,2EAA2E;AAC3E,MAAM,QAAQ,GAAG,04NAA04N,CAAC;AAE55N,MAAM,UAAU,iBAAiB,CAAC,IAAkC;IAClE,MAAM,OAAO,GAAG,IAAI,EAAE,cAAc,IAAI,EAAE,CAAC;IAC3C,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFAoc8E,QAAQ;;;;;uCAKxD,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqKzB,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA0PvB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;QAwBrB,CAAC;AACT,CAAC"}
1
+ {"version":3,"file":"landing.js","sourceRoot":"","sources":["../src/landing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,2EAA2E;AAC3E,MAAM,QAAQ,GAAG,04NAA04N,CAAC;AAE55N,MAAM,UAAU,iBAAiB,CAAC,IAAkC;IAClE,MAAM,OAAO,GAAG,IAAI,EAAE,cAAc,IAAI,EAAE,CAAC;IAC3C,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFAsc8E,QAAQ;;;;;uCAKxD,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAsKzB,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA0PvB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;QAwBrB,CAAC;AACT,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfranalytics/mcp",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "MCP server for SFR Analytics — single-family residential property data, buyer intelligence, and private lending insights",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",