Skip to content

Commit bf5b322

Browse files
fix: update servers from sse to streamable-http (#348)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent e4ea3e0 commit bf5b322

File tree

7 files changed

+19
-11
lines changed

7 files changed

+19
-11
lines changed

registry/k8s/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: k8s
1010
description: Allows LLM-powered applications to interact with Kubernetes clusters.
1111
tier: Community
1212
status: Active
13-
transport: sse
13+
transport: streamable-http
1414
tools:
1515
- list_resources
1616
- get_resource

registry/mermaid/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# WARNING: Tool list fetch failed on 2025-11-01
22
# Manual verification may be required
3-
url: https://mcp.mermaidchart.com/sse
3+
url: https://mcp.mermaidchart.com/mcp
44
description: The Mermaid MCP Server enables AI assistants to create, validate, and render Mermaid diagrams seamlessly
5-
transport: sse
5+
transport: streamable-http
66
homepage: https://docs.mermaidchart.com/ai/mcp-server
77
author: Mermaid
88
tier: Official

registry/neon/spec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
url: https://mcp.neon.tech/sse
1+
# WARNING: Tool list fetch failed on 2025-11-03
2+
# Manual verification may be required
3+
url: https://mcp.neon.tech/mcp
24
description: Neon's official remote MCP server for serverless Postgres with branching and migrations
3-
transport: sse
5+
transport: streamable-http
46
author: Neon
57
tier: Official
68
status: Active

registry/osv/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: osv
88
description: OSV (Open Source Vulnerabilities) database access for querying package and commit vulnerabilities
99
tier: Community
1010
status: Active
11-
transport: sse
11+
transport: streamable-http
1212
tools:
1313
- query_vulnerability
1414
- query_vulnerabilities_batch

registry/semgrep-remote/spec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
url: https://mcp.semgrep.ai
1+
# WARNING: Tool list fetch failed on 2025-11-03
2+
# Manual verification may be required
3+
url: https://mcp.semgrep.ai/mcp
24
description: Official Semgrep MCP server for code security scanning and vulnerability detection
35
transport: streamable-http
46
repository_url: https://github.com/semgrep/mcp

registry/sentry-remote/spec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
url: https://mcp.sentry.dev/sse
1+
# WARNING: Tool list fetch failed on 2025-11-03
2+
# Manual verification may be required
3+
url: https://mcp.sentry.dev/mcp
24
description: Sentry's official remote MCP server for error monitoring and performance tracking
3-
transport: sse
5+
transport: streamable-http
46
homepage: https://sentry.io
57
author: Sentry
68
tier: Official

registry/wix/spec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
url: https://mcp.wix.com/sse
1+
# WARNING: Tool list fetch failed on 2025-11-03
2+
# Manual verification may be required
3+
url: https://mcp.wix.com/mcp
24
description: Wix's official remote MCP server for development platform and site management
3-
transport: sse
5+
transport: streamable-http
46
homepage: https://dev.wix.com
57
author: Wix
68
tier: Official

0 commit comments

Comments
 (0)