Skip to content

Commit 2c7194d

Browse files
authored
Merge pull request #39 from c-bata/update-installation-uv-uvx
Update README: Usage with uv section
2 parents 9d436c9 + 34226ff commit 2c7194d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ and add the following:
3636
{
3737
"mcpServers": {
3838
"Optuna": {
39-
"command": "uvx",
39+
"command": "/path/to/uvx",
4040
"args": [
4141
"optuna-mcp"
4242
]
@@ -51,9 +51,9 @@ Additionally, you can specify the Optuna storage with the `--storage` argument t
5151
{
5252
"mcpServers": {
5353
"Optuna": {
54-
"command": "uvx",
54+
"command": "/path/to/uvx",
5555
"args": [
56-
"optuna-mcp"
56+
"optuna-mcp",
5757
"--storage",
5858
"sqlite:///optuna.db"
5959
]

0 commit comments

Comments
 (0)