Skip to content

Commit 9a99f69

Browse files
Merge pull request #41 from redis/ViktarStarastsenka-patch-1
Adding a notification for the MCP server
2 parents 82dd0e1 + f97f705 commit 9a99f69

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

notifications.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"notifications": [
3+
{
4+
"title": "Redis MCP Server is available in preview",
5+
"body": "The <strong>Redis MCP Server</strong> is designed for agentic applications to efficiently manage and search data in Redis.<br><br>Try natural language queries like:<br><em>“Store the session with an expiration time”</em> or <em>“Index and search this vector”</em>.<br><br>Learn more on <a href=\"https://github.com/redis/mcp-redis\" target=\"_blank\" rel=\"noopener noreferrer\">GitHub</a>.",
6+
"category": "release",
7+
"categoryColor": "#805A0D",
8+
"timestamp": 1753712822
9+
},
310
{
411
"title": "Redis 8 is now GA, loaded with new features and improvements",
512
"body": "<a href=\"https://redis.io/blog/redis-8-ga/\" target=\"_blank\">Redis 8</a> is the most performant and scalable version of Redis yet. It has over 30 performance improvements and adds 8 more data structures, including vector set (beta). <p> Get it from <a href=\"https://hub.docker.com/_/redis/tags\" target=\"_blank\">Docker Hub</a>.",
@@ -13,13 +20,6 @@
1320
"category": "release",
1421
"categoryColor": "#805A0D",
1522
"timestamp": 1729158813
16-
},
17-
{
18-
"title": "Security Advisory: CVE-2024-31449, CVE-2024-31227, CVE-2024-31228",
19-
"body": "Recently, three Redis security vulnerabilities were found. If you’re using Redis Cloud, no action is needed as it’s already updated. For self-managed Redis (Software or Community versions), please upgrade promptly. <p> Learn more in our <a href=\"https://redis.io/blog/security-advisory-cve-2024-31449-cve-2024-31227-cve-2024-31228/?utm_source=redisinsight&utm_medium=main&utm_campaign=notification\" target=\"_blank\">blog post</a> on how to protect your instance.",
20-
"category": "security",
21-
"categoryColor": "#800D0D",
22-
"timestamp": 1729065451
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)