Skip to content

Commit 0ca2bee

Browse files
committed
Release v0.1.8
1 parent 17a98cc commit 0ca2bee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ space problems in your hard disk.
7676
"mcp-cli-examples": {
7777
"command": "go",
7878
"args": [
79-
"run", "github.com/inercia/[email protected].7",
79+
"run", "github.com/inercia/[email protected].8",
8080
"mcp", "--tools", "/my/example.yaml",
8181
"--logfile", "/some/path/mcpshell/example.log"
8282
]
@@ -93,7 +93,7 @@ space problems in your hard disk.
9393
"mcp-cli-examples": {
9494
"command": "go",
9595
"args": [
96-
"run", "github.com/inercia/[email protected].7",
96+
"run", "github.com/inercia/[email protected].8",
9797
"mcp", "--tools", "example",
9898
"--logfile", "/some/path/mcpshell/example.log"
9999
]

docs/usage-cursor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The MCPShell uses the "stdio" transport type, which runs locally on your machine
4747
"mcpshell": {
4848
"command": "go",
4949
"args": [
50-
"run", "github.com/inercia/[email protected].7",
50+
"run", "github.com/inercia/[email protected].8",
5151
"mcp", "--tools", "/absolute/path/to/mcp-cli.yaml"
5252
]
5353
}

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ checking paramters and so on.
7373
Provide only read-only commands, do not allow the execution
7474
of code with side effects.
7575
Validate the example generated with
76-
"go run github.com/inercia/[email protected].7 validate --tools FILENAME"
76+
"go run github.com/inercia/[email protected].8 validate --tools FILENAME"
7777
where FILENAME is the configuration file you have created.
7878
If some errors are detected by the validation process, please try to fix them
7979
until the validation is successful.

0 commit comments

Comments
 (0)