@oobe-protocol-labs/sap-mcp-server 0.7.4 → 0.9.0

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.
Files changed (99) hide show
  1. package/CHANGELOG.md +140 -0
  2. package/README.md +14 -7
  3. package/USER_DOCS/00_START_HERE.md +45 -7
  4. package/USER_DOCS/01_HOSTED_REMOTE_MCP.md +2 -0
  5. package/USER_DOCS/03_PAYMENTS_X402_PAYSH.md +24 -6
  6. package/USER_DOCS/04_CLIENT_CONFIGS.md +26 -15
  7. package/USER_DOCS/06_DESKTOP_GUI_WIZARD.md +44 -22
  8. package/assets/logos/drift.svg +12 -0
  9. package/assets/logos/jupiter.ico +0 -0
  10. package/assets/logos/mcp.svg +11 -0
  11. package/assets/logos/meteora.png +0 -0
  12. package/assets/logos/orca.ico +0 -0
  13. package/assets/logos/raydium.ico +0 -0
  14. package/assets/logos/smithery.svg +11 -0
  15. package/assets/oobe-logo.png +0 -0
  16. package/dist/config/mcp-client-injection.d.ts +26 -7
  17. package/dist/config/mcp-client-injection.d.ts.map +1 -1
  18. package/dist/config/mcp-client-injection.js +182 -58
  19. package/dist/config/mcp-client-injection.js.map +1 -1
  20. package/dist/config/paths.d.ts +6 -0
  21. package/dist/config/paths.d.ts.map +1 -1
  22. package/dist/config/paths.js +14 -0
  23. package/dist/config/paths.js.map +1 -1
  24. package/dist/config/wizard.d.ts.map +1 -1
  25. package/dist/config/wizard.js +92 -57
  26. package/dist/config/wizard.js.map +1 -1
  27. package/dist/core/constants.d.ts +1 -1
  28. package/dist/core/constants.js +1 -1
  29. package/dist/payments/pricing.d.ts.map +1 -1
  30. package/dist/payments/pricing.js +12 -0
  31. package/dist/payments/pricing.js.map +1 -1
  32. package/dist/payments/x402-paid-call.d.ts +181 -1
  33. package/dist/payments/x402-paid-call.d.ts.map +1 -1
  34. package/dist/payments/x402-paid-call.js +432 -6
  35. package/dist/payments/x402-paid-call.js.map +1 -1
  36. package/dist/prompts/context/sap-agent-context.prompt.js +7 -3
  37. package/dist/prompts/context/sap-agent-context.prompt.js.map +1 -1
  38. package/dist/remote/public-home/escape.d.ts +11 -0
  39. package/dist/remote/public-home/escape.d.ts.map +1 -0
  40. package/dist/remote/public-home/escape.js +20 -0
  41. package/dist/remote/public-home/escape.js.map +1 -0
  42. package/dist/remote/public-home/index.d.ts +8 -0
  43. package/dist/remote/public-home/index.d.ts.map +1 -0
  44. package/dist/remote/public-home/index.js +57 -0
  45. package/dist/remote/public-home/index.js.map +1 -0
  46. package/dist/remote/public-home/scripts.d.ts +6 -0
  47. package/dist/remote/public-home/scripts.d.ts.map +1 -0
  48. package/dist/remote/public-home/scripts.js +106 -0
  49. package/dist/remote/public-home/scripts.js.map +1 -0
  50. package/dist/remote/public-home/sections.d.ts +67 -0
  51. package/dist/remote/public-home/sections.d.ts.map +1 -0
  52. package/dist/remote/public-home/sections.js +732 -0
  53. package/dist/remote/public-home/sections.js.map +1 -0
  54. package/dist/remote/public-home/styles.d.ts +6 -0
  55. package/dist/remote/public-home/styles.d.ts.map +1 -0
  56. package/dist/remote/public-home/styles.js +1534 -0
  57. package/dist/remote/public-home/styles.js.map +1 -0
  58. package/dist/remote/public-home/types.d.ts +97 -0
  59. package/dist/remote/public-home/types.d.ts.map +1 -0
  60. package/dist/remote/public-home/types.js +2 -0
  61. package/dist/remote/public-home/types.js.map +1 -0
  62. package/dist/remote/server.d.ts +3 -1
  63. package/dist/remote/server.d.ts.map +1 -1
  64. package/dist/remote/server.js +67 -282
  65. package/dist/remote/server.js.map +1 -1
  66. package/dist/security/tool-permissions.d.ts.map +1 -1
  67. package/dist/security/tool-permissions.js +5 -0
  68. package/dist/security/tool-permissions.js.map +1 -1
  69. package/dist/tools/magicblock-tools.js +6 -6
  70. package/dist/tools/magicblock-tools.js.map +1 -1
  71. package/dist/tools/profile-tools.d.ts.map +1 -1
  72. package/dist/tools/profile-tools.js +136 -33
  73. package/dist/tools/profile-tools.js.map +1 -1
  74. package/dist/tools/register-tools.d.ts.map +1 -1
  75. package/dist/tools/register-tools.js +5 -0
  76. package/dist/tools/register-tools.js.map +1 -1
  77. package/dist/tools/x402-paid-call-tool.d.ts +1 -1
  78. package/dist/tools/x402-paid-call-tool.d.ts.map +1 -1
  79. package/dist/tools/x402-paid-call-tool.js +360 -28
  80. package/dist/tools/x402-paid-call-tool.js.map +1 -1
  81. package/dist/tui/config-wizard.js +2 -2
  82. package/dist/tui/config-wizard.js.map +1 -1
  83. package/dist/tui/wizard-save.d.ts.map +1 -1
  84. package/dist/tui/wizard-save.js +7 -3
  85. package/dist/tui/wizard-save.js.map +1 -1
  86. package/dist/wizard-core/desktop-flow.d.ts +40 -1
  87. package/dist/wizard-core/desktop-flow.d.ts.map +1 -1
  88. package/dist/wizard-core/desktop-flow.js +207 -15
  89. package/dist/wizard-core/desktop-flow.js.map +1 -1
  90. package/docs/03_CONFIGURATION_AND_WIZARD.md +7 -2
  91. package/docs/06_PAYMENTS_X402_AND_PAYSH.md +30 -7
  92. package/docs/07_ENDPOINTS_AND_CLIENTS.md +1 -1
  93. package/docs/14_DESKTOP_WIZARD_RELEASE.md +25 -5
  94. package/docs/15_DASHBOARD_SCREENSHARE_SCRIPT.md +137 -0
  95. package/docs/README.md +23 -2
  96. package/package.json +1 -1
  97. package/server.json +3 -3
  98. package/skills/sap-mcp/SKILL.md +27 -7
  99. package/skills/sap-payments-x402/SKILL.md +37 -13
@@ -1 +1 @@
1
- {"version":3,"file":"sap-agent-context.prompt.js","sourceRoot":"","sources":["../../../src/prompts/context/sap-agent-context.prompt.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sap-agent-context.prompt.js","sourceRoot":"","sources":["../../../src/prompts/context/sap-agent-context.prompt.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @name escapeHtml
3
+ * @description Escapes dynamic values before embedding them in public HTML.
4
+ */
5
+ export declare function escapeHtml(value: string | number | undefined): string;
6
+ /**
7
+ * @name escapeJsonForHtml
8
+ * @description Escapes JSON-LD so script tags cannot be broken by embedded data.
9
+ */
10
+ export declare function escapeJsonForHtml(value: unknown): string;
11
+ //# sourceMappingURL=escape.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"escape.d.ts","sourceRoot":"","sources":["../../../src/remote/public-home/escape.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,CAOrE;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAExD"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * @name escapeHtml
3
+ * @description Escapes dynamic values before embedding them in public HTML.
4
+ */
5
+ export function escapeHtml(value) {
6
+ return String(value ?? '')
7
+ .replace(/&/g, '&')
8
+ .replace(/</g, '&lt;')
9
+ .replace(/>/g, '&gt;')
10
+ .replace(/"/g, '&quot;')
11
+ .replace(/'/g, '&#039;');
12
+ }
13
+ /**
14
+ * @name escapeJsonForHtml
15
+ * @description Escapes JSON-LD so script tags cannot be broken by embedded data.
16
+ */
17
+ export function escapeJsonForHtml(value) {
18
+ return JSON.stringify(value, null, 2).replace(/</g, '\\u003c');
19
+ }
20
+ //# sourceMappingURL=escape.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"escape.js","sourceRoot":"","sources":["../../../src/remote/public-home/escape.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,UAAU,UAAU,CAAC,KAAkC;IAC3D,OAAO,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;SACvB,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC;SACtB,OAAO,CAAC,IAAI,EAAE,MAAM,CAAC;SACrB,OAAO,CAAC,IAAI,EAAE,MAAM,CAAC;SACrB,OAAO,CAAC,IAAI,EAAE,QAAQ,CAAC;SACvB,OAAO,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC7B,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,iBAAiB,CAAC,KAAc;IAC9C,OAAO,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;AACjE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { LandingPageModel } from './types.js';
2
+ export type { LandingEndpoint, LandingPageModel, LandingPublicPaymentStats, LandingPublicServerInfo } from './types.js';
3
+ /**
4
+ * @name renderLandingPage
5
+ * @description Renders the SAP MCP hosted homepage and MCP preview page.
6
+ */
7
+ export declare function renderLandingPage(model: LandingPageModel): string;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/remote/public-home/index.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEnD,YAAY,EAAE,eAAe,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAExH;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAgDjE"}
@@ -0,0 +1,57 @@
1
+ import { escapeHtml, escapeJsonForHtml } from './escape.js';
2
+ import { renderDownloads, renderDocsLaunchpad, renderEndpointMap, renderFeatureEngine, renderFooter, renderHero, renderHeroBento, renderIntegrationPath, renderMetrics, renderPayments, renderRegistryListings, renderScrollMachine, renderTopNavigation, } from './sections.js';
3
+ import { LANDING_SCRIPT } from './scripts.js';
4
+ import { LANDING_CSS } from './styles.js';
5
+ /**
6
+ * @name renderLandingPage
7
+ * @description Renders the SAP MCP hosted homepage and MCP preview page.
8
+ */
9
+ export function renderLandingPage(model) {
10
+ const publicInfo = escapeJsonForHtml(model.info);
11
+ return `<!doctype html>
12
+ <html lang="en">
13
+ <head>
14
+ <meta charset="utf-8">
15
+ <meta name="viewport" content="width=device-width, initial-scale=1">
16
+ <title>${escapeHtml(model.title)}</title>
17
+ <meta name="description" content="${escapeHtml(model.info.description)}">
18
+ <meta name="robots" content="index,follow">
19
+ <link rel="canonical" href="${escapeHtml(model.pageUrl)}">
20
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
21
+ <link rel="icon" type="image/png" href="/favicon.png">
22
+ <link rel="shortcut icon" href="/favicon.ico">
23
+ <link rel="apple-touch-icon" href="/apple-touch-icon.png">
24
+ <meta property="og:type" content="website">
25
+ <meta property="og:title" content="${escapeHtml(model.title)}">
26
+ <meta property="og:description" content="${escapeHtml(model.info.description)}">
27
+ <meta property="og:url" content="${escapeHtml(model.pageUrl)}">
28
+ <meta property="og:image" content="${escapeHtml(model.info.endpoints.favicon)}">
29
+ <meta name="twitter:card" content="summary">
30
+ <meta name="twitter:title" content="${escapeHtml(model.title)}">
31
+ <meta name="twitter:description" content="${escapeHtml(model.info.description)}">
32
+ <meta name="twitter:image" content="${escapeHtml(model.info.endpoints.favicon)}">
33
+ <script type="application/ld+json">${publicInfo}</script>
34
+ <style>${LANDING_CSS}</style>
35
+ </head>
36
+ <body>
37
+ <a class="skip-link" href="#install">Skip to install</a>
38
+ ${renderTopNavigation(model)}
39
+ <main class="page-shell">
40
+ ${renderHero(model)}
41
+ ${renderHeroBento(model)}
42
+ ${renderMetrics(model)}
43
+ ${renderScrollMachine(model)}
44
+ ${renderFeatureEngine()}
45
+ ${renderRegistryListings()}
46
+ ${renderIntegrationPath(model)}
47
+ ${renderDownloads(model)}
48
+ ${renderPayments(model)}
49
+ ${renderDocsLaunchpad(model)}
50
+ ${renderEndpointMap(model)}
51
+ ${renderFooter(model)}
52
+ </main>
53
+ <script>${LANDING_SCRIPT}</script>
54
+ </body>
55
+ </html>`;
56
+ }
57
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/remote/public-home/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,eAAe,EACf,qBAAqB,EACrB,aAAa,EACb,cAAc,EACd,sBAAsB,EACtB,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAK1C;;;GAGG;AACH,MAAM,UAAU,iBAAiB,CAAC,KAAuB;IACvD,MAAM,UAAU,GAAG,iBAAiB,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAEjD,OAAO;;;;;WAKE,UAAU,CAAC,KAAK,CAAC,KAAK,CAAC;sCACI,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC;;gCAExC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC;;;;;;uCAMlB,UAAU,CAAC,KAAK,CAAC,KAAK,CAAC;6CACjB,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC;qCAC1C,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC;uCACvB,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC;;wCAEvC,UAAU,CAAC,KAAK,CAAC,KAAK,CAAC;8CACjB,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC;wCACxC,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC;uCACzC,UAAU;WACtC,WAAW;;;;IAIlB,mBAAmB,CAAC,KAAK,CAAC;;MAExB,UAAU,CAAC,KAAK,CAAC;MACjB,eAAe,CAAC,KAAK,CAAC;MACtB,aAAa,CAAC,KAAK,CAAC;MACpB,mBAAmB,CAAC,KAAK,CAAC;MAC1B,mBAAmB,EAAE;MACrB,sBAAsB,EAAE;MACxB,qBAAqB,CAAC,KAAK,CAAC;MAC5B,eAAe,CAAC,KAAK,CAAC;MACtB,cAAc,CAAC,KAAK,CAAC;MACrB,mBAAmB,CAAC,KAAK,CAAC;MAC1B,iBAAiB,CAAC,KAAK,CAAC;MACxB,YAAY,CAAC,KAAK,CAAC;;YAEb,cAAc;;QAElB,CAAC;AACT,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @name LANDING_SCRIPT
3
+ * @description Tiny scroll-driven animation controller for the public protocol engine scene.
4
+ */
5
+ export declare const LANDING_SCRIPT = "\n(() => {\n const dropdowns = Array.from(document.querySelectorAll('[data-nav-dropdown]'));\n const setDetectedOs = () => {\n const platform = String(navigator.platform || '').toLowerCase();\n const userAgent = String(navigator.userAgent || '').toLowerCase();\n const os = userAgent.includes('windows') || platform.includes('win')\n ? 'windows'\n : userAgent.includes('linux') || platform.includes('linux')\n ? 'linux'\n : 'macos';\n document.documentElement.dataset.os = os;\n };\n\n setDetectedOs();\n\n dropdowns.forEach((dropdown) => {\n dropdown.addEventListener('toggle', () => {\n if (!dropdown.open) {\n return;\n }\n\n dropdowns.forEach((other) => {\n if (other !== dropdown) {\n other.open = false;\n }\n });\n });\n });\n\n document.addEventListener('pointerdown', (event) => {\n const target = event.target;\n if (!(target instanceof Node)) {\n return;\n }\n\n if (dropdowns.some((dropdown) => dropdown.contains(target))) {\n return;\n }\n\n dropdowns.forEach((dropdown) => {\n dropdown.open = false;\n });\n }, { passive: true });\n\n document.addEventListener('keydown', (event) => {\n if (event.key !== 'Escape') {\n return;\n }\n\n dropdowns.forEach((dropdown) => {\n dropdown.open = false;\n });\n });\n\n const scene = document.querySelector('[data-engine-scene]');\n const machine = document.querySelector('[data-machine-section]');\n if ((!scene && !machine) || window.matchMedia('(prefers-reduced-motion: reduce)').matches) {\n return;\n }\n\n const clamp = (value, min, max) => Math.max(min, Math.min(max, value));\n let ticking = false;\n\n const update = () => {\n if (scene) {\n const rect = scene.getBoundingClientRect();\n const progress = clamp((window.innerHeight - rect.top) / (window.innerHeight + rect.height), 0, 1);\n scene.style.setProperty('--engine-tilt', String(-12 + progress * 20) + 'deg');\n scene.style.setProperty('--engine-spin', String(progress * 48) + 'deg');\n scene.style.setProperty('--orbit-a', String(progress * -120) + 'deg');\n scene.style.setProperty('--orbit-b', String(progress * 150) + 'deg');\n scene.style.setProperty('--orbit-c', String(progress * 90) + 'deg');\n scene.style.setProperty('--chip-spread', String(progress * 24) + 'px');\n scene.style.setProperty('--hero-glow', String(.14 + progress * .34));\n }\n\n if (machine) {\n const rect = machine.getBoundingClientRect();\n const progress = clamp((window.innerHeight - rect.top) / (window.innerHeight + rect.height), 0, 1);\n machine.style.setProperty('--machine-progress', progress.toFixed(3));\n machine.style.setProperty('--machine-open', String(progress * 150) + 'px');\n machine.style.setProperty('--machine-rotate', String(-8 + progress * 16) + 'deg');\n machine.style.setProperty('--machine-fade', String(.18 + progress * .82));\n machine.style.setProperty('--machine-rail-scale', String(.4 + progress * .6));\n }\n ticking = false;\n };\n\n const requestUpdate = () => {\n if (!ticking) {\n window.requestAnimationFrame(update);\n ticking = true;\n }\n };\n\n update();\n window.addEventListener('scroll', requestUpdate, { passive: true });\n window.addEventListener('resize', requestUpdate);\n})();\n";
6
+ //# sourceMappingURL=scripts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scripts.d.ts","sourceRoot":"","sources":["../../../src/remote/public-home/scripts.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,cAAc,21GAoG1B,CAAC"}
@@ -0,0 +1,106 @@
1
+ /**
2
+ * @name LANDING_SCRIPT
3
+ * @description Tiny scroll-driven animation controller for the public protocol engine scene.
4
+ */
5
+ export const LANDING_SCRIPT = `
6
+ (() => {
7
+ const dropdowns = Array.from(document.querySelectorAll('[data-nav-dropdown]'));
8
+ const setDetectedOs = () => {
9
+ const platform = String(navigator.platform || '').toLowerCase();
10
+ const userAgent = String(navigator.userAgent || '').toLowerCase();
11
+ const os = userAgent.includes('windows') || platform.includes('win')
12
+ ? 'windows'
13
+ : userAgent.includes('linux') || platform.includes('linux')
14
+ ? 'linux'
15
+ : 'macos';
16
+ document.documentElement.dataset.os = os;
17
+ };
18
+
19
+ setDetectedOs();
20
+
21
+ dropdowns.forEach((dropdown) => {
22
+ dropdown.addEventListener('toggle', () => {
23
+ if (!dropdown.open) {
24
+ return;
25
+ }
26
+
27
+ dropdowns.forEach((other) => {
28
+ if (other !== dropdown) {
29
+ other.open = false;
30
+ }
31
+ });
32
+ });
33
+ });
34
+
35
+ document.addEventListener('pointerdown', (event) => {
36
+ const target = event.target;
37
+ if (!(target instanceof Node)) {
38
+ return;
39
+ }
40
+
41
+ if (dropdowns.some((dropdown) => dropdown.contains(target))) {
42
+ return;
43
+ }
44
+
45
+ dropdowns.forEach((dropdown) => {
46
+ dropdown.open = false;
47
+ });
48
+ }, { passive: true });
49
+
50
+ document.addEventListener('keydown', (event) => {
51
+ if (event.key !== 'Escape') {
52
+ return;
53
+ }
54
+
55
+ dropdowns.forEach((dropdown) => {
56
+ dropdown.open = false;
57
+ });
58
+ });
59
+
60
+ const scene = document.querySelector('[data-engine-scene]');
61
+ const machine = document.querySelector('[data-machine-section]');
62
+ if ((!scene && !machine) || window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
63
+ return;
64
+ }
65
+
66
+ const clamp = (value, min, max) => Math.max(min, Math.min(max, value));
67
+ let ticking = false;
68
+
69
+ const update = () => {
70
+ if (scene) {
71
+ const rect = scene.getBoundingClientRect();
72
+ const progress = clamp((window.innerHeight - rect.top) / (window.innerHeight + rect.height), 0, 1);
73
+ scene.style.setProperty('--engine-tilt', String(-12 + progress * 20) + 'deg');
74
+ scene.style.setProperty('--engine-spin', String(progress * 48) + 'deg');
75
+ scene.style.setProperty('--orbit-a', String(progress * -120) + 'deg');
76
+ scene.style.setProperty('--orbit-b', String(progress * 150) + 'deg');
77
+ scene.style.setProperty('--orbit-c', String(progress * 90) + 'deg');
78
+ scene.style.setProperty('--chip-spread', String(progress * 24) + 'px');
79
+ scene.style.setProperty('--hero-glow', String(.14 + progress * .34));
80
+ }
81
+
82
+ if (machine) {
83
+ const rect = machine.getBoundingClientRect();
84
+ const progress = clamp((window.innerHeight - rect.top) / (window.innerHeight + rect.height), 0, 1);
85
+ machine.style.setProperty('--machine-progress', progress.toFixed(3));
86
+ machine.style.setProperty('--machine-open', String(progress * 150) + 'px');
87
+ machine.style.setProperty('--machine-rotate', String(-8 + progress * 16) + 'deg');
88
+ machine.style.setProperty('--machine-fade', String(.18 + progress * .82));
89
+ machine.style.setProperty('--machine-rail-scale', String(.4 + progress * .6));
90
+ }
91
+ ticking = false;
92
+ };
93
+
94
+ const requestUpdate = () => {
95
+ if (!ticking) {
96
+ window.requestAnimationFrame(update);
97
+ ticking = true;
98
+ }
99
+ };
100
+
101
+ update();
102
+ window.addEventListener('scroll', requestUpdate, { passive: true });
103
+ window.addEventListener('resize', requestUpdate);
104
+ })();
105
+ `;
106
+ //# sourceMappingURL=scripts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scripts.js","sourceRoot":"","sources":["../../../src/remote/public-home/scripts.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoG7B,CAAC"}
@@ -0,0 +1,67 @@
1
+ import type { LandingPageModel } from './types.js';
2
+ /**
3
+ * @name renderTopNavigation
4
+ * @description Renders the glass top navigation used by the hosted landing page.
5
+ */
6
+ export declare function renderTopNavigation(model: LandingPageModel): string;
7
+ /**
8
+ * @name renderHero
9
+ * @description Renders the first viewport with the animated protocol engine.
10
+ */
11
+ export declare function renderHero(model: LandingPageModel): string;
12
+ /**
13
+ * @name renderHeroBento
14
+ * @description Renders the first bento grid with operational primitives and live stats.
15
+ */
16
+ export declare function renderHeroBento(model: LandingPageModel): string;
17
+ /**
18
+ * @name renderScrollMachine
19
+ * @description Renders the large scroll-driven protocol assembly scene.
20
+ */
21
+ export declare function renderScrollMachine(model: LandingPageModel): string;
22
+ /**
23
+ * @name renderDocsLaunchpad
24
+ * @description Renders a compact docs grid similar to a production documentation launchpad.
25
+ */
26
+ export declare function renderDocsLaunchpad(model: LandingPageModel): string;
27
+ /**
28
+ * @name renderMetrics
29
+ * @description Renders public payment ledger counters.
30
+ */
31
+ export declare function renderMetrics(model: LandingPageModel): string;
32
+ /**
33
+ * @name renderFeatureEngine
34
+ * @description Renders the capability matrix as a docs-style feature grid.
35
+ */
36
+ export declare function renderFeatureEngine(): string;
37
+ /**
38
+ * @name renderRegistryListings
39
+ * @description Renders public marketplace and registry listings where SAP MCP can be verified.
40
+ */
41
+ export declare function renderRegistryListings(): string;
42
+ /**
43
+ * @name renderIntegrationPath
44
+ * @description Renders the recommended setup paths for native and CLI users.
45
+ */
46
+ export declare function renderIntegrationPath(model: LandingPageModel): string;
47
+ /**
48
+ * @name renderDownloads
49
+ * @description Renders native wizard download cards and install commands.
50
+ */
51
+ export declare function renderDownloads(model: LandingPageModel): string;
52
+ /**
53
+ * @name renderPayments
54
+ * @description Renders x402 and pay.sh integration guidance.
55
+ */
56
+ export declare function renderPayments(model: LandingPageModel): string;
57
+ /**
58
+ * @name renderEndpointMap
59
+ * @description Renders operational endpoints and security boundary notes.
60
+ */
61
+ export declare function renderEndpointMap(model: LandingPageModel): string;
62
+ /**
63
+ * @name renderFooter
64
+ * @description Renders final docs, marketplace, and protocol links.
65
+ */
66
+ export declare function renderFooter(model: LandingPageModel): string;
67
+ //# sourceMappingURL=sections.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sections.d.ts","sourceRoot":"","sources":["../../../src/remote/public-home/sections.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAyInD;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CA2EnE;AA4BD;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAkD1D;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAuC/D;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CA4CnE;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAyBnE;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAqC7D;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,IAAI,MAAM,CA+B5C;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,IAAI,MAAM,CAuC/C;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAoDrE;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CA4B/D;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAsC9D;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CA2CjE;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAgC5D"}