Skip to content

Commit 7198923

Browse files
Merge pull request #23 from optuna/feature/update-readme
Update README.
2 parents 60911a5 + 799d9f7 commit 7198923

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ and add the following:
3535
"mcpServers": {
3636
"Optuna": {
3737
"command": "uvx",
38-
"args": ["optuna-mcp"],
38+
"args": [
39+
"--from",
40+
"git+https://github.com/optuna/optuna-mcp",
41+
"optuna-mcp"
42+
]
3943
}
4044
}
4145
}
@@ -49,10 +53,12 @@ Additionally, you can specify the Optuna storage with the `--storage` argument t
4953
"Optuna": {
5054
"command": "uvx",
5155
"args": [
52-
"optuna-mcp",
56+
"--from",
57+
"git+https://github.com/optuna/optuna-mcp",
58+
"optuna-mcp"
5359
"--storage",
5460
"sqlite:///optuna.db"
55-
],
61+
]
5662
}
5763
}
5864
}

0 commit comments

Comments
 (0)