We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea47496 commit b513938Copy full SHA for b513938
1 file changed
mcp-core/src/main/java/io/modelcontextprotocol/server/McpAsyncServer.java
@@ -103,7 +103,7 @@ public class McpAsyncServer {
103
104
private final String instructions;
105
106
- private final CopyOnWriteArrayList<McpServerFeatures.AsyncToolSpecification> tools = new CopyOnWriteArrayList<>();
+ protected final CopyOnWriteArrayList<McpServerFeatures.AsyncToolSpecification> tools = new CopyOnWriteArrayList<>();
107
108
private final ConcurrentHashMap<String, McpServerFeatures.AsyncResourceSpecification> resources = new ConcurrentHashMap<>();
109
0 commit comments