You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.ts
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ const config: Config = {
15
15
},
16
16
17
17
// Set the production url of your site here
18
-
url: 'https://mcp-server-generator.dev',
18
+
url: 'https://mcp-server-generator.com',
19
19
// Set the /<baseUrl>/ pathname under which your site is served
20
20
// For GitHub pages deployment, it is often '/<projectName>/'
21
21
baseUrl: '/',
@@ -106,7 +106,7 @@ const config: Config = {
106
106
'@type': 'SoftwareApplication',
107
107
name: 'MCP Server Generator',
108
108
description: 'Generate and extend production-ready Model Context Protocol (MCP) servers with comprehensive tooling, TypeScript support, and modern development features.',
{property: 'og:title',content: 'MCP Server Generator - Production-Ready Model Context Protocol Servers'},
153
153
{property: 'og:description',content: 'Generate and extend production-ready Model Context Protocol (MCP) servers with comprehensive tooling, TypeScript support, and modern development features.'},
{name: 'twitter:title',content: 'MCP Server Generator - Production-Ready MCP Servers'},
161
161
{name: 'twitter:description',content: 'Generate and extend production-ready Model Context Protocol servers with comprehensive tooling and TypeScript support.'},
0 commit comments