Skip to content

Commit 7b9ef3e

Browse files
Aditya Thiruvengadamclaude
andcommitted
docs: lowercase the github org in install commands
GitHub treats org/repo paths as case-insensitive, and `git clone` (which both `/plugin marketplace add` and `gemini extensions install` call under the hood) resolves either form. Lowercase is easier to type, so use `klarity-ai/klarity-mcp` in user-facing install commands. The canonical `repository` URL in plugin.json / metadata.py stays as `Klarity-AI` to match GitHub's display canonicalization. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b4b1c2e commit 7b9ef3e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Apps -> Search -> Klarity -> Connect
4040
From a Claude Code session, add this repository as a marketplace, then install:
4141

4242
```text
43-
/plugin marketplace add Klarity-AI/klarity-mcp
43+
/plugin marketplace add klarity-ai/klarity-mcp
4444
/plugin install klarity@klarity
4545
```
4646

@@ -64,7 +64,7 @@ codex mcp login klarity
6464
## Install — Gemini CLI
6565

6666
```bash
67-
gemini extensions install https://github.com/Klarity-AI/klarity-mcp
67+
gemini extensions install https://github.com/klarity-ai/klarity-mcp
6868
```
6969

7070
To login:

docs/install/claude-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Two install paths are supported. The plugin path is preferred — it ships the b
2121
From a Claude Code session, add this repository as a marketplace, then install the plugin:
2222

2323
```text
24-
/plugin marketplace add Klarity-AI/klarity-mcp
24+
/plugin marketplace add klarity-ai/klarity-mcp
2525
/plugin install klarity@klarity
2626
```
2727

docs/install/gemini-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ icon: "/images/icons/gemini.svg"
1919
Install the extension directly from the repository:
2020

2121
```bash
22-
gemini extensions install https://github.com/Klarity-AI/klarity-mcp
22+
gemini extensions install https://github.com/klarity-ai/klarity-mcp
2323
```
2424

2525
Then log in:

0 commit comments

Comments
 (0)