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 aa0520e commit a8fd731Copy full SHA for a8fd731
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "com.javaaidev"
8
-version = "0.1.1"
+version = "0.1.2"
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.1"],
+ version = ["0.1.2"],
description = ["Run OpenAPI MCP server"],
12
)
13
class Cli : Callable<Int> {
0 commit comments