File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/kotlin/com/javaaidev/mcp/openapi Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Run OpenAPI MCP server
4949Download latest [ release JAR file] ( https://github.com/JavaAIDev/openapi-mcp-server/releases ) and run it using ` java -jar ` .
5050
5151``` sh
52- java -jar openapi-mcp-server-0.1.2 -all.jar https://api.apis.guru/v2/specs/exchangerate-api.com/4/openapi.json
52+ java -jar openapi-mcp-server-0.1.3 -all.jar https://api.apis.guru/v2/specs/exchangerate-api.com/4/openapi.json
5353```
5454
5555### Container
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " com.javaaidev"
8- version = " 0.1.2 "
8+ version = " 0.1.3 "
99
1010val mcpVersion = " 0.7.0"
1111val slf4jVersion = " 2.0.17"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import kotlin.system.exitProcess
77@CommandLine.Command (
88 name = " openapi-mcp" ,
99 mixinStandardHelpOptions = true ,
10- version = [" 0.1.2 " ],
10+ version = [" 0.1.3 " ],
1111 description = [" Run OpenAPI MCP server" ],
1212)
1313class Cli : Callable <Int > {
You can’t perform that action at this time.
0 commit comments