Skip to content

Commit 5c9b80e

Browse files
committed
fix: use github.com/litmuschaos/litmus-mcp-server as go module name
Signed-off-by: Mert Şişmanoğlu <mertssmnoglu@gmail.com>
1 parent 45acf1a commit 5c9b80e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ A comprehensive Model Context Protocol (MCP) server for LitmusChaos 3.x, built i
5353

5454
```bash
5555
# Clone the repository
56-
git clone https://github.com/yourusername/litmuschaos-mcp-server.git
56+
git clone https://github.com/litmuschaos/litmus-mcp-server.git
5757
cd litmuschaos-mcp-server
5858

5959
# Build the binary
@@ -66,7 +66,7 @@ make install
6666
### Using Go Install
6767

6868
```bash
69-
go install github.com/yourusername/litmuschaos-mcp-server@latest
69+
go install github.com/litmuschaos/litmus-mcp-server@latest
7070
```
7171

7272
### Using Docker
@@ -141,7 +141,7 @@ make run
141141

142142
```bash
143143
# Clone and setup
144-
git clone https://github.com/yourusername/litmuschaos-mcp-server.git
144+
git clone https://github.com/litmuschaos/litmus-mcp-server.git
145145
cd litmuschaos-mcp-server
146146

147147
# Install dependencies

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module litmuschaos-mcp-server
1+
module github.com/litmuschaos/litmus-mcp-server
22

33
go 1.21
44

0 commit comments

Comments
 (0)