Skip to content

Commit 0b3e89f

Browse files
committed
Remove git clone step in READMD.md
1 parent 4470632 commit 0b3e89f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

MssqlMcp/README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,7 @@ This project is a .NET 8 console application implementing a Model Context Protoc
2626

2727
### Setup
2828

29-
1. **Clone the repository**
30-
31-
---
32-
```sh
33-
git clone https://github.com/stuartpa/MssqlMcp
34-
```
35-
---
36-
37-
2. **Build ***
29+
1. **Build ***
3830

3931
---
4032
```sh
@@ -44,7 +36,7 @@ This project is a .NET 8 console application implementing a Model Context Protoc
4436
---
4537

4638

47-
3. VSCode: **Start VSCode, and add MCP Server config to VSCode Settings**
39+
2. VSCode: **Start VSCode, and add MCP Server config to VSCode Settings**
4840

4941
---
5042
```json
@@ -57,6 +49,7 @@ This project is a .NET 8 console application implementing a Model Context Protoc
5749
}
5850
```
5951
---
52+
6053
e.g. your MCP settings should look like this if "MSSQL MCP" is your own MCP Server in VSCode settings:
6154

6255
---
@@ -85,12 +78,13 @@ Click the tools icon, and ensure the "MSSQL MCP" tools are selected.
8578

8679
Then type in the chat window "List tables in DB" and hit enter.
8780

88-
4. Claude Desktop: **Add MCP Server config to Claude Desktop**
81+
3. Claude Desktop: **Add MCP Server config to Claude Desktop**
8982

9083
Press File > Settings > Developer.
9184
Press the "Edit Config" button (which will load the claude_desktop_config.json file in your editor).
9285

9386
Add a new MCP Server with the following settings:
87+
9488
---
9589
```json
9690
{

0 commit comments

Comments
 (0)