Skip to content

Commit 1ab56d3

Browse files
Update README.md
1 parent b15a1c0 commit 1ab56d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ An intelligent automated machine learning platform that provides comprehensive d
4545
## πŸ“ Project Structure
4646

4747
```
48-
Auto/
48+
MCP_Server_DataScience/
4949
β”œβ”€β”€ data/ # Sample datasets
5050
β”‚ β”œβ”€β”€ Ai.csv
5151
β”‚ β”œβ”€β”€ Calories.csv
@@ -96,7 +96,7 @@ Auto/
9696

9797
```bash
9898
git clone https://github.com/emircansoftware/MCP_Server_DataScience.git
99-
cd auto-ml
99+
cd MCP_Server_DataScience
100100
```
101101

102102
2. **Install dependencies**
@@ -116,7 +116,7 @@ In `utils/read_csv_file.py`, update the `path` variable to match your own projec
116116

117117
```python
118118
# Example:
119-
path = r"C:\\YOUR\\PROJECT\\PATH\\Auto\\data"
119+
path = r"C:\\YOUR\\PROJECT\\PATH\\MCP_Server_DataScience\\data"
120120
```
121121

122122
### 2. Claude Desktop Configuration
@@ -130,7 +130,7 @@ In Claude Desktop, add the following block to your `claude_desktop_config.json`
130130
"command": "uv",
131131
"args": [
132132
"--directory",
133-
"C:\\YOUR\\PROJECT\\PATH\\Auto",
133+
"C:\\YOUR\\PROJECT\\PATH\\MCP_Server_DataScience",
134134
"run",
135135
"main.py"
136136
]

0 commit comments

Comments
 (0)