Skip to content

Commit bdce354

Browse files
feat: Change default transport mode to stdio
1 parent c57facf commit bdce354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func main() {
9292
host string
9393
addr string
9494
)
95-
flag.StringVar(&transport, "transport", "sse", "Transport type (stdio or sse)")
95+
flag.StringVar(&transport, "transport", "stdio", "Transport type (stdio or sse)")
9696
flag.StringVar(&addr, "addr", "http://localhost:8000", "The base URL for mcp Server")
9797
flag.StringVar(&accessToken, "token", "", "1Panel api key")
9898
flag.StringVar(&host, "host", "", "1Panel host (example:http://127.0.0.1:9999)")

0 commit comments

Comments
 (0)