Skip to content

Commit 32866ea

Browse files
committed
refactor(server): Remove deprecated stdio property from McpServerConfiguration
1 parent c3e8e51 commit 32866ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/github/codeboyzhou/mcp/declarative/configuration/McpServerConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
public record McpServerConfiguration(
88
@JsonProperty("enabled") boolean enabled,
9-
@Deprecated(since = "0.7.0", forRemoval = true) @JsonProperty("stdio") boolean stdio,
109
@JsonProperty("mode") ServerMode mode,
1110
@JsonProperty("name") String name,
1211
@JsonProperty("version") String version,

0 commit comments

Comments
 (0)