Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stdio: always disable console logging, null system out #35

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/modules/ROOT/pages/includes/quarkus-mcp-server-stdio.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a| [[quarkus-mcp-server-stdio_quarkus-mcp-server-stdio-null-system-out]] [.property-path]##link:#quarkus-mcp-server-stdio_quarkus-mcp-server-stdio-null-system-out[`quarkus.mcp.server.stdio.null-system-out`]##

[.description]
--
If set to `true` then the standard output stream is set to "null" when the app is started.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_MCP_SERVER_STDIO_NULL_SYSTEM_OUT+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_MCP_SERVER_STDIO_NULL_SYSTEM_OUT+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`true`

|===

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a| [[quarkus-mcp-server-stdio_quarkus-mcp-server-stdio-null-system-out]] [.property-path]##link:#quarkus-mcp-server-stdio_quarkus-mcp-server-stdio-null-system-out[`quarkus.mcp.server.stdio.null-system-out`]##

[.description]
--
If set to `true` then the standard output stream is set to "null" when the app is started.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_MCP_SERVER_STDIO_NULL_SYSTEM_OUT+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_MCP_SERVER_STDIO_NULL_SYSTEM_OUT+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`true`

|===

100 changes: 0 additions & 100 deletions docs/modules/ROOT/pages/includes/quarkus-mcp-server.adoc

This file was deleted.

100 changes: 0 additions & 100 deletions docs/modules/ROOT/pages/includes/quarkus-mcp-server_quarkus.adoc

This file was deleted.

This file was deleted.

Loading
Loading