Add Solr MCP Server tutorial to reference guide#4043
Closed
adityamparikh wants to merge 2 commits intoapache:mainfrom
Closed
Add Solr MCP Server tutorial to reference guide#4043adityamparikh wants to merge 2 commits intoapache:mainfrom
adityamparikh wants to merge 2 commits intoapache:mainfrom
Conversation
Contributor
|
Notes to Eric:
|
Adds a comprehensive user guide for the Solr MCP Server covering quick start, MCP client integration (Claude Desktop, Claude Code, VS Code, Cursor, JetBrains), STDIO and HTTP transport modes, OAuth2 security with Auth0 and Keycloak, observability with the LGTM stack, building from source, and debugging with MCP Inspector. Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com>
Contributor
|
In looking at the outline, let's keep sections 1, 2, 3, 4, 5 and 6 in the Ref Guide. Let's move 7, 8 into the solr-mcp project dev docs. I think 9 can stay in the Ref Guide, it may be too opinonated on one solution, but lets see. 10 should be in Dev Docs. 11 should just be merged into solr-mcp/CONTRIBUTING.md file. 12 should be in Dev Docs. |
2 tasks
- Add TIP block near the top linking to solr.apache.org/mcp and the GitHub repo - Add Community section with website, Slack (#solr-mcp), mailing lists, and issue tracker links - Add website to References section Signed-off-by: Aditya Parikh <adityamparikh@gmail.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com>
Author
|
Closing in favor of the website documentation at solr.apache.org/mcp. The content from this tutorial has been restructured into dedicated pages on the Solr MCP Server website (apache/solr-site#175): quick start, per-client setup guides, security, observability, features, and resources. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tutorial Contents
Test plan
./gradlew buildLocalSitepasses without errors🤖 Generated with Claude Code