adityamparikh opened a new pull request, #214: URL: https://github.com/apache/solr-mcp/pull/214
Rebases #159 onto current `main` to resolve its merge conflict. All alias-management work here is @y-luis-rojo's — this PR only carries their branch forward past `main`'s drift since they opened it, so it can actually merge. ## What changed vs. #159 Only the one conflict, in `SolrNativeHints.java`: `main`'s #164 renamed `MCP_RESPONSE_RECORDS` to `MCP_TOOL_RECORDS` after #159 branched off. Resolved by keeping `main`'s name and adding `AliasResult` to the (now renamed) list, matching what #159 already registered under the old name. No other files conflicted — `AliasResult`, `AliasService`, and their tests are untouched from #159. ## Original PR description (#159) feat(collection): add alias management tools (list, create, delete) ## Verification - `./gradlew build` (JDK 25): 438/438 tests pass, 0 skipped, 0 failures - `AliasServiceTest`, `AliasServiceIntegrationTest`, `SolrNativeHintsTest` all green Closes nothing automatically — leaving #159 open for @y-luis-rojo and @epugh to decide which to merge; happy to close this in favor of #159 once it's rebased, or to close #159 in favor of this one, whichever is easier. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
