We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a44db commit 9d91f26Copy full SHA for 9d91f26
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "com.javaaidev"
8
-version = "0.1.0"
+version = "0.1.1"
9
10
val mcpVersion = "0.6.0"
11
val slf4jVersion = "2.0.17"
src/main/kotlin/com/javaaidev/mcp/openapi/Cli.kt
@@ -7,7 +7,7 @@ import kotlin.system.exitProcess
@CommandLine.Command(
name = "openapi-mcp",
mixinStandardHelpOptions = true,
- version = ["0.1.0"],
+ version = ["0.1.1"],
description = ["Run OpenAPI MCP server"],
12
)
13
class Cli : Callable<Int> {
0 commit comments