From 912c273478c7410dfd1a67051069719ce3b35342 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 29 Jan 2026 23:39:48 +0000 Subject: [PATCH 1/5] chore: update README from index.json changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ccb26f..8bdfd2f 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ To add a server, see the [Contributing Guidelines](CONTRIBUTING.md). | **AWS** | Access AWS services through natural language. | Install | | **Uno Platform** | Cross-platform .NET application development. | Install | | **DBHub** | Universal database connector for MySQL, PostgreSQL, SQL Server. | Install | -| **CoreStory** | Access PRDs, technical specs, and project context. | Install | +| **CoreStory** | Access PRDs, technical specs, and project context. | Install | | **Ref** | Token-efficient documentation search. | Install | | **Perplexity** | AI-powered web search and research. | Install | | **Checkmarx** | Application security testing and vulnerability scanning. | Install | From dd8f4575b79e9d1690053e9f566ad760b90448a0 Mon Sep 17 00:00:00 2001 From: jfoliveira Date: Fri, 30 Jan 2026 00:52:23 +0000 Subject: [PATCH 2/5] fix: transport to streamable HTTP --- servers/devopness/server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/devopness/server.json b/servers/devopness/server.json index 6be04d8..a73fa3e 100644 --- a/servers/devopness/server.json +++ b/servers/devopness/server.json @@ -2,7 +2,7 @@ "name": "Devopness", "description": "DevOps automation for cloud infrastructure.", "transport": [ - "sse" + "streamable-http" ], "domains": ["devopness.com"], "icon": "./icon.svg", From b658103436e9b4e18bbd70504602e78927a659f7 Mon Sep 17 00:00:00 2001 From: jfoliveira Date: Fri, 30 Jan 2026 00:52:43 +0000 Subject: [PATCH 3/5] feat: update Devopness description --- servers/devopness/server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/devopness/server.json b/servers/devopness/server.json index a73fa3e..0332618 100644 --- a/servers/devopness/server.json +++ b/servers/devopness/server.json @@ -1,6 +1,6 @@ { "name": "Devopness", - "description": "DevOps automation for cloud infrastructure.", + "description": "DevOps automation and CI/CD. Deploy infra and apps to AWS, Azure, DigitalOcean, GCP, Hetzner, any cloud. Server or serverless. With or without Docker", "transport": [ "streamable-http" ], From 6f834f25ceca7a3d3cd4d17108ba580a6d98b0a5 Mon Sep 17 00:00:00 2001 From: jfoliveira Date: Fri, 30 Jan 2026 00:53:10 +0000 Subject: [PATCH 4/5] fix: Devopness logo SVG --- servers/devopness/icon.svg | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/servers/devopness/icon.svg b/servers/devopness/icon.svg index e121249..0e58957 100644 --- a/servers/devopness/icon.svg +++ b/servers/devopness/icon.svg @@ -1,10 +1,9 @@ - - - - - - - - - + + + From 7922b7e59903c8399d1ee40d824eb2367b93e06c Mon Sep 17 00:00:00 2001 From: jfoliveira Date: Fri, 30 Jan 2026 01:04:27 +0000 Subject: [PATCH 5/5] chore: revert README from upstream --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bdfd2f..8cad914 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MCP Servers -A curated collection of Model Context Protocol (MCP) servers for various services and tools. +A curated collection of Model Context Protocol (MCP) servers for various services and tools. To add a server, see the [Contributing Guidelines](CONTRIBUTING.md). @@ -111,7 +111,7 @@ To add a server, see the [Contributing Guidelines](CONTRIBUTING.md). | **AWS** | Access AWS services through natural language. | Install | | **Uno Platform** | Cross-platform .NET application development. | Install | | **DBHub** | Universal database connector for MySQL, PostgreSQL, SQL Server. | Install | -| **CoreStory** | Access PRDs, technical specs, and project context. | Install | +| **CoreStory** | Access PRDs, technical specs, and project context. | Install | | **Ref** | Token-efficient documentation search. | Install | | **Perplexity** | AI-powered web search and research. | Install | | **Checkmarx** | Application security testing and vulnerability scanning. | Install |