File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
mcp-core/src/main/java/io/modelcontextprotocol/server Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ public class McpAsyncServer {
9191
9292 private static final Logger logger = LoggerFactory .getLogger (McpAsyncServer .class );
9393
94- private final McpServerTransportProviderBase mcpTransportProvider ;
94+ protected final McpServerTransportProviderBase mcpTransportProvider ;
9595
96- private final McpJsonMapper jsonMapper ;
96+ protected final McpJsonMapper jsonMapper ;
9797
98- private final JsonSchemaValidator jsonSchemaValidator ;
98+ protected final JsonSchemaValidator jsonSchemaValidator ;
9999
100100 private final McpSchema .ServerCapabilities serverCapabilities ;
101101
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ public class McpStatelessAsyncServer {
5151
5252 private static final Logger logger = LoggerFactory .getLogger (McpStatelessAsyncServer .class );
5353
54- private final McpStatelessServerTransport mcpTransportProvider ;
54+ protected final McpStatelessServerTransport mcpTransportProvider ;
5555
56- private final McpJsonMapper jsonMapper ;
56+ protected final McpJsonMapper jsonMapper ;
5757
5858 private final McpSchema .ServerCapabilities serverCapabilities ;
5959
You can’t perform that action at this time.
0 commit comments