We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687f066 commit 3dbfc80Copy full SHA for 3dbfc80
1 file changed
packages/workshop-app/app/routes/admin+/notifications.server.tsx
@@ -11,12 +11,12 @@ type Notification = {
11
12
const NOTIFICATIONS: Array<Notification> = [
13
{
14
- id: 'introducing-mcp-server-2025-05-30',
+ id: 'introducing-mcp-server-2025-06-02',
15
title: 'Introducing the epicshop MCP Server',
16
message:
17
'Use natural language to interact with this workshop and enhance your learning experience.',
18
type: 'info',
19
- link: 'https://www.epicai.pro/introducing-the-epic-workshop-mcp-dj11t',
+ link: 'https://www.epicai.pro/your-ai-instructor-assistant-the-epicshop-mcp-server-0eazr',
20
expiresAt: null,
21
},
22
]
0 commit comments