couchbase-mcp-server 0.3.1rc2__tar.gz → 0.3.1rc3__tar.gz
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.
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/PKG-INFO +1 -1
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/pyproject.toml +2 -2
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/couchbase_mcp_server.egg-info/PKG-INFO +1 -1
- couchbase_mcp_server-0.3.1rc3/src/couchbase_mcp_server.egg-info/entry_points.txt +2 -0
- couchbase_mcp_server-0.3.1rc2/src/couchbase_mcp_server.egg-info/entry_points.txt +0 -2
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/LICENSE +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/README.md +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/setup.cfg +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/couchbase_mcp_server.egg-info/SOURCES.txt +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/couchbase_mcp_server.egg-info/dependency_links.txt +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/couchbase_mcp_server.egg-info/requires.txt +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/couchbase_mcp_server.egg-info/top_level.txt +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/mcp_server.py +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/tools/__init__.py +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/tools/kv.py +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/tools/query.py +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/tools/server.py +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/utils/__init__.py +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/utils/config.py +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/utils/connection.py +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/utils/constants.py +0 -0
- {couchbase_mcp_server-0.3.1rc2 → couchbase_mcp_server-0.3.1rc3}/src/utils/context.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: couchbase-mcp-server
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1rc3
|
|
4
4
|
Summary: Couchbase MCP Server - The Developer Data Platform for Critical Applications in Our AI World
|
|
5
5
|
Author-email: Nithish Raghunandanan <devadvocates@couchbase.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "couchbase-mcp-server"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.1rc3"
|
|
4
4
|
description = "Couchbase MCP Server - The Developer Data Platform for Critical Applications in Our AI World"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -27,7 +27,7 @@ Documentation = "https://github.com/Couchbase-Ecosystem/mcp-server-couchbase#rea
|
|
|
27
27
|
Issues = "https://github.com/Couchbase-Ecosystem/mcp-server-couchbase/issues"
|
|
28
28
|
|
|
29
29
|
[project.scripts]
|
|
30
|
-
couchbase-mcp = "mcp_server:main"
|
|
30
|
+
couchbase-mcp-server = "mcp_server:main"
|
|
31
31
|
|
|
32
32
|
# Development dependencies
|
|
33
33
|
[project.optional-dependencies]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: couchbase-mcp-server
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1rc3
|
|
4
4
|
Summary: Couchbase MCP Server - The Developer Data Platform for Critical Applications in Our AI World
|
|
5
5
|
Author-email: Nithish Raghunandanan <devadvocates@couchbase.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|