diff --git a/README.md b/README.md index 4ccb26f..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). 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 @@ - - - - - - - - - + + + diff --git a/servers/devopness/server.json b/servers/devopness/server.json index 6be04d8..0332618 100644 --- a/servers/devopness/server.json +++ b/servers/devopness/server.json @@ -1,8 +1,8 @@ { "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": [ - "sse" + "streamable-http" ], "domains": ["devopness.com"], "icon": "./icon.svg",