Skip to content

Commit 9a39e52

Browse files
committed
Release v0.1.2
1 parent b9575dd commit 9a39e52

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ space problems in your hard disk.
7575
"mcp-cli-examples": {
7676
"command": "go",
7777
"args": [
78-
"run", "github.com/inercia/MCPShell@v0.1.1",
78+
"run", "github.com/inercia/MCPShell@v0.1.2",
7979
"mcp", "--config", "/my/example.yaml", "--logfile", "/some/path/mcpshell/example.log"
8080
]
8181
}

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/MCPShell@v0.1.1",
50+
"run", "github.com/inercia/MCPShell@v0.1.2",
5151
"mcp", "--config", "/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
@@ -50,7 +50,7 @@ checking paramters and so on.
5050
Provide only read-only commands, do not allow the execution
5151
of code with side effects.
5252
Validate the example generated with
53-
"go run github.com/inercia/MCPShell@v0.1.1 validate --config FILENAME"
53+
"go run github.com/inercia/MCPShell@v0.1.2 validate --config FILENAME"
5454
where FILENAME is the configuration file you have created.
5555
If some errors are detected by the validation process, please try to fix them
5656
until the validation is successful.

0 commit comments

Comments
 (0)