napistu 0.2.5.dev4__py3-none-any.whl → 0.2.5.dev5__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.
- napistu/mcp/server.py +2 -15
- {napistu-0.2.5.dev4.dist-info → napistu-0.2.5.dev5.dist-info}/METADATA +1 -1
- {napistu-0.2.5.dev4.dist-info → napistu-0.2.5.dev5.dist-info}/RECORD +7 -7
- {napistu-0.2.5.dev4.dist-info → napistu-0.2.5.dev5.dist-info}/WHEEL +0 -0
- {napistu-0.2.5.dev4.dist-info → napistu-0.2.5.dev5.dist-info}/entry_points.txt +0 -0
- {napistu-0.2.5.dev4.dist-info → napistu-0.2.5.dev5.dist-info}/licenses/LICENSE +0 -0
- {napistu-0.2.5.dev4.dist-info → napistu-0.2.5.dev5.dist-info}/top_level.txt +0 -0
napistu/mcp/server.py
CHANGED
@@ -188,18 +188,5 @@ def start_mcp_server(
|
|
188
188
|
logger.info("🚀 Starting MCP server...")
|
189
189
|
logger.info(f"Using HTTP transport on http://{env_host}:{env_port}")
|
190
190
|
|
191
|
-
#
|
192
|
-
|
193
|
-
logger.info("Detected Cloud Run environment")
|
194
|
-
# Run with proxy-friendly settings
|
195
|
-
mcp.run(
|
196
|
-
transport="streamable-http",
|
197
|
-
host=env_host,
|
198
|
-
port=env_port,
|
199
|
-
# Add proxy headers support
|
200
|
-
forwarded_allow_ips="*",
|
201
|
-
proxy_headers=True,
|
202
|
-
)
|
203
|
-
else:
|
204
|
-
# Local development
|
205
|
-
mcp.run(transport="streamable-http", host=env_host, port=env_port)
|
191
|
+
# Simple, standard FastMCP run - no custom parameters
|
192
|
+
mcp.run(transport="streamable-http", host=env_host, port=env_port)
|
@@ -36,7 +36,7 @@ napistu/mcp/documentation_utils.py,sha256=JH3BfVk2dpSLUvnC77iaeTIRknOBpNMBQ2qhqu
|
|
36
36
|
napistu/mcp/execution.py,sha256=cYhLzIvihtLjG4J195FZuCM8uVihtgW-R6J4zuPAY5s,12422
|
37
37
|
napistu/mcp/health.py,sha256=l6Y8houdip7IOtYZ_pPJrFAFfynN6PntVJwdkcoQKmg,8249
|
38
38
|
napistu/mcp/profiles.py,sha256=Nbr1e-n7muJMcY0HxuEJQePUQWPM2koQ9roVLEZa7Pg,2027
|
39
|
-
napistu/mcp/server.py,sha256=
|
39
|
+
napistu/mcp/server.py,sha256=jP9JLHFfoS2iAeV7l5RcPt9CkRD5WX3bimrSh49Q5Wg,6129
|
40
40
|
napistu/mcp/tutorials.py,sha256=QMX32aWaqRqj4vIc_PVDdT_t55ZBpw4xOWnfQyewZMk,3395
|
41
41
|
napistu/mcp/tutorials_utils.py,sha256=6_s6FP2i8Na6VaKVzLDnSnA5JQVgyd3ZHEIz8HSHtzU,6599
|
42
42
|
napistu/mcp/utils.py,sha256=WB4c6s8aPZLgi_Wvhhq0DE8Cnz2QGff0V8hrF1feVRg,1296
|
@@ -59,7 +59,7 @@ napistu/rpy2/callr.py,sha256=76ICWj7Jso-qrYLNfiV-DgPyrMTdRXz_EhyGOD9CbFM,4301
|
|
59
59
|
napistu/rpy2/constants.py,sha256=JpJqsxImZis8fFFfePXYdbkhUZhXDZoHSHVf92w1h8U,2619
|
60
60
|
napistu/rpy2/netcontextr.py,sha256=fZKd3NXXu5nfB-z0UW6wedxBkZA8dJ4uB1uOD9wI_eg,16523
|
61
61
|
napistu/rpy2/rids.py,sha256=lKyOujjdosuN-Oc54uCQI1nKchTx4zXPwgFbG7QX7d8,24153
|
62
|
-
napistu-0.2.5.
|
62
|
+
napistu-0.2.5.dev5.dist-info/licenses/LICENSE,sha256=kW8wVT__JWoHjl2BbbJDAZInWa9AxzJeR_uv6-i5x1g,1063
|
63
63
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
64
64
|
tests/conftest.py,sha256=Xj5PWhedsR7HELbJfBY5XXzv_BAHbFMc1K2n6Nrbrno,2595
|
65
65
|
tests/test_consensus.py,sha256=3dJvvPsPG7bHbw_FY4Pm647N_Gt_Ud9157OKYfPCUd4,9502
|
@@ -90,8 +90,8 @@ tests/test_uncompartmentalize.py,sha256=nAk5kfAVLU9a2VWe2x2HYVcKqj-EnwmwddERIPRa
|
|
90
90
|
tests/test_utils.py,sha256=B9frW_ugWtGWsM-q7Lw7pnfE9a_d6LZTow9BrWU9UDw,17939
|
91
91
|
tests/utils.py,sha256=SoWQ_5roJteFGcMaOeEiQ5ucwq3Z2Fa3AAs9iXHTsJY,749
|
92
92
|
tests/test_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
93
|
-
napistu-0.2.5.
|
94
|
-
napistu-0.2.5.
|
95
|
-
napistu-0.2.5.
|
96
|
-
napistu-0.2.5.
|
97
|
-
napistu-0.2.5.
|
93
|
+
napistu-0.2.5.dev5.dist-info/METADATA,sha256=QBWh7R1Rmn-lFFxoHCxdutawA2bKIkk0CWDC4WB5Krs,3202
|
94
|
+
napistu-0.2.5.dev5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
95
|
+
napistu-0.2.5.dev5.dist-info/entry_points.txt,sha256=_QnaPOvJNA3IltxmZgWIiBoen-L1bPYX18YQfC7oJgQ,41
|
96
|
+
napistu-0.2.5.dev5.dist-info/top_level.txt,sha256=Gpvk0a_PjrtqhYcQ9IDr3zR5LqpZ-uIHidQMIpjlvhY,14
|
97
|
+
napistu-0.2.5.dev5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|