From 6c7c530f45c9b642a221ff0cb25ceb5260d948c1 Mon Sep 17 00:00:00 2001 From: adityamparikh Date: Fri, 24 Apr 2026 12:10:56 -0400 Subject: [PATCH] Add website, community links, and ref-guide pointer to README - Add links to the project website (solr.apache.org/mcp) and the Solr Reference Guide tutorial at the top of the README - Add Community section with Slack channel (#solr-mcp), mailing lists, issues, and discussions links - Add ref-guide user guide link to the Documentation section - Remove standalone Support section (merged into Community) Signed-off-by: Aditya Parikh Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: adityamparikh --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f30239e5..7d4c76cf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A Spring AI Model Context Protocol (MCP) server that provides tools for interacting with Apache Solr. Enables AI assistants like Claude to search, index, and manage Solr collections through the MCP protocol. +**Website:** https://solr.apache.org/mcp | **User Guide:** [Solr Reference Guide Tutorial](https://solr.apache.org/guide/solr/latest/getting-started/tutorial-solr-mcp.html) + ## What's inside - 🔍 Search Solr collections with filtering, faceting, and pagination @@ -412,20 +414,24 @@ See [docs/specs/graalvm-native-image.md](docs/specs/graalvm-native-image.md) for ## Documentation +- [User Guide (Solr Reference Guide)](https://solr.apache.org/guide/solr/latest/getting-started/tutorial-solr-mcp.html) -- comprehensive tutorial covering all transport modes, client integrations, security, and observability - [Auth0 Setup (OAuth2 configuration)](security-docs/AUTH0_SETUP.md) - [GraalVM native image spec](docs/specs/graalvm-native-image.md) +## Community + +- **Website:** https://solr.apache.org/mcp +- **Slack:** [`#solr-mcp`](https://the-asf.slack.com/archives/C09TVG3BM1P) in the `the-asf` Slack workspace +- **Mailing lists:** Shared with Apache Solr -- see [mailing lists](https://solr.apache.org/community.html#mailing-lists-chat) +- **Issues:** https://github.com/apache/solr-mcp/issues +- **Discussions:** https://github.com/apache/solr-mcp/discussions + ## Contributing We welcome contributions! - Start here: [CONTRIBUTING.md](CONTRIBUTING.md) -## Support - -- Issues: https://github.com/apache/solr-mcp/issues -- Discussions: https://github.com/apache/solr-mcp/discussions - ## License Apache License 2.0 — see LICENSE