From ae1fa365cf091bf797b145a28da1caeaf9783524 Mon Sep 17 00:00:00 2001 From: yuriy_chistyakov Date: Sat, 29 Aug 2026 16:00:31 +0300 Subject: [PATCH 1/3] feat: add mcp-graphql-enhanced to resources --- src/code/services/mcp-graphql-enhanced.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/code/services/mcp-graphql-enhanced.md diff --git a/src/code/services/mcp-graphql-enhanced.md b/src/code/services/mcp-graphql-enhanced.md new file mode 100644 index 0000000000..583940a24c --- /dev/null +++ b/src/code/services/mcp-graphql-enhanced.md @@ -0,0 +1,11 @@ +--- +name: "@letoribo/mcp-graphql-enhanced" +description: High-performance GraphQL MCP engine with dynamic endpoint switching, real-time Electron UI synchronization, and token-efficient schema introspection. +url: https://github.com/letoribo/mcp-graphql-enhanced +github: letoribo/mcp-graphql-enhanced +tags: + - tools-and-libraries + - tools + - backend + - ai +--- \ No newline at end of file From d27b85ca9905439670608ebacc0db8a839fa2f53 Mon Sep 17 00:00:00 2001 From: yuriy_chistyakov Date: Mon, 31 Aug 2026 06:41:55 +0300 Subject: [PATCH 2/3] style: fix newline at end of file --- src/code/services/mcp-graphql-enhanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/services/mcp-graphql-enhanced.md b/src/code/services/mcp-graphql-enhanced.md index 583940a24c..d5d6f44d1e 100644 --- a/src/code/services/mcp-graphql-enhanced.md +++ b/src/code/services/mcp-graphql-enhanced.md @@ -8,4 +8,4 @@ tags: - tools - backend - ai ---- \ No newline at end of file +--- From 8229216b13631781b3a861fea84d06d54bf523ef Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Mon, 31 Aug 2026 11:29:16 +0200 Subject: [PATCH 3/3] Fix build --- src/code/services/mcp-graphql-enhanced.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/code/services/mcp-graphql-enhanced.md b/src/code/services/mcp-graphql-enhanced.md index d5d6f44d1e..eba13785b4 100644 --- a/src/code/services/mcp-graphql-enhanced.md +++ b/src/code/services/mcp-graphql-enhanced.md @@ -1,7 +1,6 @@ --- name: "@letoribo/mcp-graphql-enhanced" description: High-performance GraphQL MCP engine with dynamic endpoint switching, real-time Electron UI synchronization, and token-efficient schema introspection. -url: https://github.com/letoribo/mcp-graphql-enhanced github: letoribo/mcp-graphql-enhanced tags: - tools-and-libraries