opensearch-mcp-server 2.0.12__py3-none-any.whl → 2.0.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {opensearch_mcp_server-2.0.12.dist-info → opensearch_mcp_server-2.0.13.dist-info}/METADATA +3 -1
- {opensearch_mcp_server-2.0.12.dist-info → opensearch_mcp_server-2.0.13.dist-info}/RECORD +6 -6
- src/version.py +1 -1
- {opensearch_mcp_server-2.0.12.dist-info → opensearch_mcp_server-2.0.13.dist-info}/WHEEL +0 -0
- {opensearch_mcp_server-2.0.12.dist-info → opensearch_mcp_server-2.0.13.dist-info}/entry_points.txt +0 -0
- {opensearch_mcp_server-2.0.12.dist-info → opensearch_mcp_server-2.0.13.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: opensearch-mcp-server
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.13
|
4
4
|
Summary: MCP Server for interacting with Elasticsearch and OpenSearch
|
5
5
|
License: Apache License
|
6
6
|
Version 2.0, January 2004
|
@@ -224,6 +224,8 @@ Description-Content-Type: text/markdown
|
|
224
224
|
|
225
225
|
[](https://archestra.ai/mcp-catalog/cr7258__elasticsearch-mcp-server)
|
226
226
|
|
227
|
+
[MCP Official Registry]( https://registry.modelcontextprotocol.io/v0/servers?search=io.github.cr7258/elasticsearch-mcp-server)
|
228
|
+
|
227
229
|
## Overview
|
228
230
|
|
229
231
|
A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction. This server enables searching documents, analyzing indices, and managing cluster through a set of tools.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
src/__init__.py,sha256=aNKcThftSLh9IjOTA-UUpoRzIm4R0WwXKGAzykwecmU,211
|
2
2
|
src/server.py,sha256=BfMAgXTFV9C4waCWRro8Sfl6yXEXr2vJ7YoGY7HhMPY,5072
|
3
|
-
src/version.py,sha256=
|
3
|
+
src/version.py,sha256=qRJzfkgUc9bpxpBssrO665ZtIyUM0fsaZDIbahg3TLU,23
|
4
4
|
src/clients/__init__.py,sha256=MUKeCxvAFzzVfQr4x1seB7cRVLtWAk7pb1-5tLG0T8g,1299
|
5
5
|
src/clients/base.py,sha256=tMNdKRsAG1dPHj7famwPvCXCONuT9jML-7FmWV9vXbs,5348
|
6
6
|
src/clients/exceptions.py,sha256=NYF3KVw-9aAgCViin5OuBI6miMEPS5QsdHx6bcis1wc,2493
|
@@ -18,8 +18,8 @@ src/tools/document.py,sha256=XZTVuk4di9VEwWMZN7jyDVnzoOiXkb4FBrXF44sVXTs,2052
|
|
18
18
|
src/tools/general.py,sha256=whj1spjIb8SS75h843X6c3RTsrZcSm-66KVLlY7OEh0,817
|
19
19
|
src/tools/index.py,sha256=7KNPtElTFelkjRSvdMqPBx9nx_9Uk01OnTMeVo7YeCs,1345
|
20
20
|
src/tools/register.py,sha256=wrG2P6-YPW77bTg1j_ELp8omWRYsJjFeOHUy_unHe6Y,1344
|
21
|
-
opensearch_mcp_server-2.0.
|
22
|
-
opensearch_mcp_server-2.0.
|
23
|
-
opensearch_mcp_server-2.0.
|
24
|
-
opensearch_mcp_server-2.0.
|
25
|
-
opensearch_mcp_server-2.0.
|
21
|
+
opensearch_mcp_server-2.0.13.dist-info/METADATA,sha256=2yZWNZoebHuAOsAQhvK02p2U5L3--pQDOmba5xow0mc,22742
|
22
|
+
opensearch_mcp_server-2.0.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
23
|
+
opensearch_mcp_server-2.0.13.dist-info/entry_points.txt,sha256=ImfJnUwMpQUBmu-1MeBG_P0dwamfXKQh82mBKW7tWNY,138
|
24
|
+
opensearch_mcp_server-2.0.13.dist-info/licenses/LICENSE,sha256=DBsjuP5FR51d9kaUdXlVBuBv3cQ_I_adq9gefYQ9FcY,11339
|
25
|
+
opensearch_mcp_server-2.0.13.dist-info/RECORD,,
|
src/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "2.0.
|
1
|
+
__version__ = "2.0.13"
|
File without changes
|
{opensearch_mcp_server-2.0.12.dist-info → opensearch_mcp_server-2.0.13.dist-info}/entry_points.txt
RENAMED
File without changes
|
{opensearch_mcp_server-2.0.12.dist-info → opensearch_mcp_server-2.0.13.dist-info}/licenses/LICENSE
RENAMED
File without changes
|