|
15 | 15 |
|
16 | 16 | <!-- Open Graph / Facebook --> |
17 | 17 | <meta property="og:type" content="website"> |
18 | | - <meta property="og:url" content="https://docusign-navigator-mcp.vercel.app/"> |
| 18 | + <meta property="og:url" content="https://docusign-navigator.thisdot.co/"> |
19 | 19 | <meta property="og:title" content="DocuSign Navigator MCP Server by This Dot Labs"> |
20 | 20 | <meta property="og:description" content="Connect your AI assistant to DocuSign with the Navigator MCP Server by This Dot Labs. Seamlessly manage agreements, check authentication status, and retrieve contract details through natural language commands."> |
21 | | - <meta property="og:image" content="https://docusign-navigator-mcp.vercel.app/og-image.png"> |
| 21 | + <meta property="og:image" content="https://docusign-navigator.thisdot.co/og-image.png"> |
22 | 22 | <meta property="og:image:width" content="1200"> |
23 | 23 | <meta property="og:image:height" content="630"> |
24 | 24 | <meta property="og:site_name" content="DocuSign Navigator MCP by This Dot Labs"> |
25 | 25 |
|
26 | 26 | <!-- Twitter --> |
27 | 27 | <meta property="twitter:card" content="summary_large_image"> |
28 | | - <meta property="twitter:url" content="https://docusign-navigator-mcp.vercel.app/"> |
| 28 | + <meta property="twitter:url" content="https://docusign-navigator.thisdot.co/"> |
29 | 29 | <meta property="twitter:title" content="DocuSign Navigator MCP Server by This Dot Labs"> |
30 | 30 | <meta property="twitter:description" content="Connect your AI assistant to DocuSign with the Navigator MCP Server by This Dot Labs. Seamlessly manage agreements, check authentication status, and retrieve contract details through natural language commands."> |
31 | | - <meta property="twitter:image" content="https://docusign-navigator-mcp.vercel.app/og-image.png"> |
| 31 | + <meta property="twitter:image" content="https://docusign-navigator.thisdot.co/og-image.png"> |
32 | 32 | <meta property="twitter:creator" content="@thisdot"> |
33 | 33 |
|
34 | 34 | <!-- Additional Meta Tags --> |
|
53 | 53 | <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet"> |
54 | 54 |
|
55 | 55 | <!-- Canonical URL --> |
56 | | - <link rel="canonical" href="https://docusign-navigator-mcp.vercel.app/"> |
| 56 | + <link rel="canonical" href="https://docusign-navigator.thisdot.co/"> |
57 | 57 |
|
58 | 58 | <!-- JSON-LD Structured Data --> |
59 | 59 | <script type="application/ld+json"> |
|
62 | 62 | "@type": "SoftwareApplication", |
63 | 63 | "name": "DocuSign Navigator MCP Server", |
64 | 64 | "description": "Connect your AI assistant to DocuSign with the Navigator MCP Server by This Dot Labs. Seamlessly manage agreements, check authentication status, and retrieve contract details through natural language commands.", |
65 | | - "url": "https://docusign-navigator-mcp.vercel.app/", |
| 65 | + "url": "https://docusign-navigator.thisdot.co/", |
66 | 66 | "applicationCategory": "BusinessApplication", |
67 | 67 | "operatingSystem": "Any", |
68 | 68 | "author": { |
@@ -465,8 +465,8 @@ <h1>DOCUSIGN<br>NAVIGATOR</h1> |
465 | 465 | <div class="section-header">SERVER URL</div> |
466 | 466 | <div class="section-content"> |
467 | 467 | <div class="server-url"> |
468 | | - <button class="copy-btn" onclick="navigator.clipboard.writeText('https://docusign-navigator-mcp.vercel.app/mcp').then(() => { this.textContent = 'COPIED!'; setTimeout(() => { this.textContent = 'COPY'; }, 1500); }).catch(err => console.error('Failed to copy: ', err));">COPY</button> |
469 | | - https://docusign-navigator-mcp.vercel.app/mcp |
| 468 | + <button class="copy-btn" onclick="navigator.clipboard.writeText('https://docusign-navigator.thisdot.co/mcp').then(() => { this.textContent = 'COPIED!'; setTimeout(() => { this.textContent = 'COPY'; }, 1500); }).catch(err => console.error('Failed to copy: ', err));">COPY</button> |
| 469 | + https://docusign-navigator.thisdot.co/mcp |
470 | 470 | </div> |
471 | 471 | </div> |
472 | 472 | </div> |
@@ -544,14 +544,14 @@ <h1>DOCUSIGN<br>NAVIGATOR</h1> |
544 | 544 | <button class="copy-btn" onclick="navigator.clipboard.writeText(`{ |
545 | 545 | 'servers': { |
546 | 546 | 'docusign-navigator': { |
547 | | - 'url': 'https://docusign-navigator-mcp.vercel.app/mcp' |
| 547 | + 'url': 'https://docusign-navigator.thisdot.co/mcp' |
548 | 548 | } |
549 | 549 | } |
550 | 550 | }`).then(() => { this.textContent = 'COPIED!'; setTimeout(() => { this.textContent = 'COPY'; }, 1500); }).catch(err => console.error('Failed to copy: ', err));">COPY</button> |
551 | 551 | { |
552 | 552 | "servers": { |
553 | 553 | "docusign-navigator": { |
554 | | - "url": "https://docusign-navigator-mcp.vercel.app/mcp" |
| 554 | + "url": "https://docusign-navigator.thisdot.co/mcp" |
555 | 555 | } |
556 | 556 | } |
557 | 557 | } |
|
0 commit comments