epugh commented on code in PR #57:
URL: https://github.com/apache/solr-mcp/pull/57#discussion_r2907922164


##########
src/main/java/org/apache/solr/mcp/server/collection/CollectionService.java:
##########
@@ -1038,4 +1049,60 @@ public SolrHealthStatus 
checkHealth(@McpToolParam(description = "Solr collection
                        return new SolrHealthStatus(false, e.getMessage(), 
null, null, new Date(), null, null, null);
                }
        }
+
+       /**
+        * Creates a new Solr collection (SolrCloud) or core (standalone Solr).

Review Comment:
   Let's remove standalone, it's our past, not our future, and we don't do much 
aroudn testing of it.



##########
mydata/devnexus-2026.json:
##########


Review Comment:
   can we move this to src/test/resources?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to