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
feat: improve UI consistency and add MCP server messaging
- Update thinking message design to match rest of UI
- Remove italics and bright yellow styling
- Use consistent dark background and subtle colors
- Update loading dots to use brand blue color
- Widen interface layout from 800px to 900px for better content display
- Add clear MCP server messaging throughout the interface
- Updated headers and descriptions to clarify this is an MCP server
- Emphasize specialized design systems knowledge base
- Distinguish from generic AI assistants
- Update meta tags and social sharing descriptions
Copy file name to clipboardExpand all lines: ai-chat.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -259,8 +259,8 @@
259
259
</head>
260
260
<body>
261
261
<divclass="header">
262
-
<h1>🤖 AI-Powered Design Systems Assistant</h1>
263
-
<p>Ask me anything about design systems, and I'll search through your knowledge base to provide expert answers</p>
262
+
<h1>🤖 Design Systems MCP Server</h1>
263
+
<p>This is an MCP (Model Context Protocol) server with specialized design systems knowledge. Ask me anything about design systems, and I'll search through 109 curated resources to provide expert answers</p>
264
264
</div>
265
265
266
266
<divclass="chat-container">
@@ -290,7 +290,7 @@ <h3>💡 Try asking me about:</h3>
290
290
291
291
<divclass="messages" id="messages">
292
292
<divclass="message system">
293
-
🎯 Welcome! I'm your AI design systems assistant. I can search through your design systems knowledge base and provide expert answers.
293
+
🎯 Welcome! This is an MCP (Model Context Protocol) server with specialized design systems knowledge. I can search through a curated knowledge base of 109 design systems resources to provide expert answers.
294
294
<br><br>
295
295
💡 Ask me anything about design systems, components, tokens, or best practices!
<title>Design Systems Assistant - AI-Powered Design Systems Knowledge</title>
743
-
<meta name="description" content="AI-powered assistant that searches through design systems knowledge base to answer questions about components, tokens, patterns, and best practices.">
743
+
<meta name="description" content="MCP (Model Context Protocol) server with specialized design systems knowledge. Search through 109 curated resources to get expert answers about components, tokens, patterns, and best practices.">
<meta property="og:title" content="Design Systems Assistant - AI-Powered Knowledge Base">
751
-
<meta property="og:description" content="AI assistant that searches through 109 design systems resources to answer questions about components, tokens, patterns, and best practices.">
751
+
<meta property="og:description" content="MCP server with specialized design systems knowledge. Search through 109 curated resources to get expert answers about components, tokens, patterns, and best practices.">
MCP Server • 109 design systems resources • Specialized knowledge base
1241
1241
</Text>
1242
1242
</div>
1243
1243
<Badge variant="light" color="green" size="sm">
@@ -1288,7 +1288,7 @@ export default {
1288
1288
lineHeight: '1.5'
1289
1289
}}
1290
1290
>
1291
-
Search through your design systems knowledgebase to answer questions about components, tokens, patterns, and best practices.
1291
+
This is an MCP (Model Context Protocol) server with specialized design systems knowledge. Unlike generic AI assistants, I search through a curated knowledge base of 109 design systems resources to provide expert answers about components, tokens, patterns, and best practices.
0 commit comments