iflow-mcp_yugabyte-yugabytedb-mcp-server 1.0.5__py3-none-any.whl → 1.0.7__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.
- {iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info → iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info}/METADATA +1 -1
- iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info/RECORD +7 -0
- server.py +3 -3
- iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info/RECORD +0 -7
- {iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info → iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info}/WHEEL +0 -0
- {iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info → iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info}/entry_points.txt +0 -0
- {iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info → iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info}/licenses/LICENSE +0 -0
- {iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info → iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
server.py,sha256=-os2OILtFO4Cl1WdNBAM6Ux7iiy35qhMxLgzCGZuy70,9512
|
|
2
|
+
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
3
|
+
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info/METADATA,sha256=o-rxnDUqAVMLC9Y2YftFu8INa-Hv3LbrMUF8jhPPMd0,9655
|
|
4
|
+
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
5
|
+
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info/entry_points.txt,sha256=0qR8G3C-z5Jb99iC45ysBZsnVGYgPefWGinP2Bhq9hE,54
|
|
6
|
+
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
|
|
7
|
+
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.7.dist-info/RECORD,,
|
server.py
CHANGED
|
@@ -13,9 +13,6 @@ from fastapi import FastAPI
|
|
|
13
13
|
from starlette.responses import JSONResponse
|
|
14
14
|
import boto3
|
|
15
15
|
|
|
16
|
-
# Global config variable
|
|
17
|
-
CONFIG: ServerConfig | None = None
|
|
18
|
-
|
|
19
16
|
@dataclass
|
|
20
17
|
class AppContext:
|
|
21
18
|
conn: psycopg2.extensions.connection | None = None
|
|
@@ -30,6 +27,9 @@ class ServerConfig:
|
|
|
30
27
|
ssl_root_cert_path: str
|
|
31
28
|
ssl_root_cert_secret_region: str
|
|
32
29
|
|
|
30
|
+
# Global config variable
|
|
31
|
+
CONFIG: ServerConfig | None = None
|
|
32
|
+
|
|
33
33
|
def normalize_pem(pem: str) -> str:
|
|
34
34
|
# Remove surrounding spaces
|
|
35
35
|
pem = pem.strip()
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
server.py,sha256=ZDllYa-YCwuY6GUFIksIu6vx6Up1vnTQy-mn1Ig8qDo,9512
|
|
2
|
-
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
3
|
-
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info/METADATA,sha256=03AFzfOEsp7Wa7uIVY3caJ1wN-WED5crkDd5KSRKWJw,9655
|
|
4
|
-
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
5
|
-
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info/entry_points.txt,sha256=0qR8G3C-z5Jb99iC45ysBZsnVGYgPefWGinP2Bhq9hE,54
|
|
6
|
-
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
|
|
7
|
-
iflow_mcp_yugabyte_yugabytedb_mcp_server-1.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|