Skip to content

Commit 8c1c481

Browse files
committed
Better help message
1 parent bef16fe commit 8c1c481

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/kotlin/org/http4k/mcp/McpOptions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import java.time.Duration.ZERO
1313

1414
class McpOptions(args: Array<String>) :
1515
Bunting(
16-
args, "A proxy to talk to an SSE-based MCP server", "http4k-mcp-desktop",
17-
config = InMemoryConfig().apply { set("foo.bar", "configured value") }
16+
args, "MCP proxy to pipe StdIO to a remote server. Command line options can be found at: https://github.com/http4k/mcp-desktop", "http4k-mcp-desktop",
17+
config = InMemoryConfig()
1818
) {
1919

2020
val transport by option("MCP transport. Choose between 'jsonrpc' (non-streaming) and 'sse' (streaming)").map { valueOf(it) }

versions.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
####
1010
#### NOTE: Some versions are filtered by the rejectVersionIf predicate. See the settings.gradle.kts file.
1111

12-
version.dev.forkhandles..bunting4k=2.22.2.0
12+
version.dev.forkhandles..bunting4k=2.22.2.1
1313

1414
## unused
1515
version.org.graalvm.buildtools..junit-platform-native=0.9.28
@@ -22,4 +22,4 @@ plugin.de.fayard.buildSrcLibs=0.60.5
2222

2323
version.http4k=6.1.0.1
2424

25-
version.junit=5.12.0
25+
version.junit=5.12.1

0 commit comments

Comments
 (0)