From f2839cb73c4eea8ba7d25431bed350e3e9a7c3ec Mon Sep 17 00:00:00 2001 From: Niketa Sharma Date: Sun, 5 Apr 2026 10:53:21 +0100 Subject: [PATCH] fix: trim server.json description to 100 chars" --- server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.json b/server.json index 1c26a74..de2c586 100644 --- a/server.json +++ b/server.json @@ -1,7 +1,7 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.runframe/runframe-mcp-server", - "description": "MCP server for Runframe incident management. 16 tools covering incidents, on-call, services, postmortems, and teams.", + "description": "MCP server for Runframe incident management covering incidents, on-call, postmortems, and more.", "repository": { "url": "https://github.com/runframe/runframe-mcp-server", "source": "github"