Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions content/doap/solr-mcp.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<Project rdf:about="https://solr.apache.org/mcp">
<created>2025-10-26</created>
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
<name>Apache Solr MCP Server</name>
<homepage rdf:resource="https://solr.apache.org/mcp" />
<asfext:pmc rdf:resource="https://solr.apache.org" />
<shortdesc>Model Context Protocol server for Apache Solr</shortdesc>
<bug-database rdf:resource="https://github.com/apache/solr-mcp/issues" />
<mailing-list rdf:resource="https://solr.apache.org/community.html#mailing-lists-chat" />
<download-page rdf:resource="https://solr.apache.org/mcp/downloads.html" />
<programming-language>Go</programming-language>
<category rdf:resource="https://projects.apache.org/category/cloud" />
<category rdf:resource="https://projects.apache.org/category/search"/>
<category rdf:resource="https://projects.apache.org/category/go"/>
<repository>
<GitRepository>
<location rdf:resource="https://gitbox.apache.org/repos/asf/solr-mcp.git"/>
<browse rdf:resource="https://gitbox.apache.org/repos/asf?p=solr-mcp.git"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Apache Solr Team</foaf:name>
<foaf:mbox rdf:resource="mailto:dev@solr.apache.org"/>
</foaf:Person>
</maintainer>
<!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
</Project>
</rdf:RDF>
42 changes: 42 additions & 0 deletions content/pages/mcp/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Title: Community
URL: mcp/community.html
save_as: mcp/community.html
template: mcp/community

## Support ##

The Solr MCP community provides user support for free through the [users mailing list](#mailing-lists-chat) and [slack channels](#slack).

## Mailing Lists & Chat ##

The Solr MCP server shares mailing lists with its parent project, Apache Solr.
Available lists can be [found here]({filename}/pages/community.md#mailing-lists-chat).

#### Slack ####

* The project's main Slack channel is `#solr-mcp` in the `the-asf` organization.
Link: <https://the-asf.slack.com/archives/C09TVG3BM1P>

## Issue tracker ##

The Solr MCP Server uses [Github issues](https://github.com/apache/solr-mcp/issues) in its repository for issue tracking.

## How To Contribute ##

Looking to contribute to the Solr MCP Server? Read the [CONTRIBUTING.md](https://github.com/apache/solr-mcp/blob/main/CONTRIBUTING.md) instructions and join us.

## Code of Conduct ##

For a large and diverse community like ours to be friendly, welcoming and respectful, we recognize the need for some guidelines. The project follows [Apache's Code of Conduct statement](https://www.apache.org/foundation/policies/conduct). Please take some time to read and understand it.

If you feel there has been a violation of this code, please point out your concerns publicly in a friendly and matter of fact manner. Nonverbal communication is prone to misinterpretation and misunderstanding. Everyone has bad days and sometimes says things they regret later. Someone else's communication style may clash with yours, but the difference can be amicably resolved. After pointing out your concerns please be generous upon receiving an apology.

Should there be repeated instances of code of conduct violations, or if there is an obvious and severe violation, the Solr PMC may become involved.

### The Apache Way

As an Apache project we strive to follow [The Apache Way](http://theapacheway.com/). If you are new to the community or to open source in general, you may benefit from understanding our core values as a community, and why we operate the way we do.

## Version Control ##

The project's Git repository is found at https://github.com/apache/solr-mcp or the mirror at https://gitbox.apache.org/repos/asf/solr-mcp.git
5 changes: 5 additions & 0 deletions content/pages/mcp/downloads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Title: Downloads
URL: mcp/downloads.html
save_as: mcp/downloads.html
template: mcp/downloads

4 changes: 4 additions & 0 deletions content/pages/mcp/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Title: Features
URL: mcp/features.html
save_as: mcp/features.html
template: mcp/features
4 changes: 4 additions & 0 deletions content/pages/mcp/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Title: Welcome
URL: mcp/index.html
save_as: mcp/index.html
template: mcp/index
4 changes: 4 additions & 0 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2025, 3, 25)
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.8.1'

SOLR_MCP_LATEST_RELEASE = 'v0.0.0'
#SOLR_MCP_LATEST_RELEASE_DATE = datetime(2025, 3, 25)
#SOLR_MCP_PREVIOUS_MAJOR_RELEASE = 'v0.8.1'

# This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.
# The theme's htaccess file also sets a cache-control header with longer lifetime, if the v=XXXX query string is added.
STATIC_RESOURCE_SUFFIX = "?v=%s" % dirhash('themes/solr/static', 'sha1')[-8:]
Expand Down
Loading
Loading