From 2237d954294bddb8dc9783d742c9e4878e8fcd57 Mon Sep 17 00:00:00 2001 From: Zinnur Temerbekov <150334646+ztemerbekov@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:54:19 +0300 Subject: [PATCH] docs: move Glama badge after npm Place the Glama badge immediately after the npm badge for consistent README presentation. Co-authored-by: Codex --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 929fdb9..8c24b2f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ **English** | [Русский](./README.ru.md) [![npm](https://img.shields.io/npm/v/mcp-google-apps-script)](https://www.npmjs.com/package/mcp-google-apps-script) -[![CI](https://github.com/A1-x-Tech/mcp-google-apps-script/actions/workflows/ci.yml/badge.svg)](https://github.com/A1-x-Tech/mcp-google-apps-script/actions/workflows/ci.yml) [![Glama](https://glama.ai/mcp/servers/A1-x-Tech/mcp-google-apps-script/badges/score.svg)](https://glama.ai/mcp/servers/A1-x-Tech/mcp-google-apps-script) +[![CI](https://github.com/A1-x-Tech/mcp-google-apps-script/actions/workflows/ci.yml/badge.svg)](https://github.com/A1-x-Tech/mcp-google-apps-script/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) **A1 Google Apps Script MCP** lets an AI app write and operate Google Apps Script in plain language. Create a script project, read and edit its code, snapshot versions, manage deployments, run functions and read the execution history.