rootly-mcp-server 2.0.3__py3-none-any.whl → 2.0.5__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.
- rootly_mcp_server/__main__.py +2 -2
- {rootly_mcp_server-2.0.3.dist-info → rootly_mcp_server-2.0.5.dist-info}/METADATA +1 -1
- {rootly_mcp_server-2.0.3.dist-info → rootly_mcp_server-2.0.5.dist-info}/RECORD +6 -6
- {rootly_mcp_server-2.0.3.dist-info → rootly_mcp_server-2.0.5.dist-info}/WHEEL +0 -0
- {rootly_mcp_server-2.0.3.dist-info → rootly_mcp_server-2.0.5.dist-info}/entry_points.txt +0 -0
- {rootly_mcp_server-2.0.3.dist-info → rootly_mcp_server-2.0.5.dist-info}/licenses/LICENSE +0 -0
rootly_mcp_server/__main__.py
CHANGED
|
@@ -137,7 +137,7 @@ def get_server():
|
|
|
137
137
|
return create_rootly_mcp_server(
|
|
138
138
|
swagger_path=swagger_path,
|
|
139
139
|
name=server_name,
|
|
140
|
-
|
|
140
|
+
custom_allowed_paths=allowed_paths,
|
|
141
141
|
hosted=hosted,
|
|
142
142
|
base_url=base_url,
|
|
143
143
|
)
|
|
@@ -173,7 +173,7 @@ def main():
|
|
|
173
173
|
server = create_rootly_mcp_server(
|
|
174
174
|
swagger_path=args.swagger_path,
|
|
175
175
|
name=args.name,
|
|
176
|
-
|
|
176
|
+
custom_allowed_paths=allowed_paths,
|
|
177
177
|
hosted=hosted_mode,
|
|
178
178
|
base_url=args.base_url,
|
|
179
179
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rootly-mcp-server
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
4
4
|
Summary: A Model Context Protocol server for Rootly APIs using OpenAPI spec
|
|
5
5
|
Project-URL: Homepage, https://github.com/Rootly-AI-Labs/Rootly-MCP-server
|
|
6
6
|
Project-URL: Issues, https://github.com/Rootly-AI-Labs/Rootly-MCP-server/issues
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
rootly_mcp_server/__init__.py,sha256=H3Dd4Od-PEff8VdbMgnblS6cCEBCb9XqYdI_-wmtQqk,628
|
|
2
|
-
rootly_mcp_server/__main__.py,sha256=
|
|
2
|
+
rootly_mcp_server/__main__.py,sha256=fQLaI6b91ujqhgK9hiFN9xdGfFQC52a8S9Vk310bJXQ,6461
|
|
3
3
|
rootly_mcp_server/client.py,sha256=05TsHVJ3WtLH0k4R19Yzwwx4xcmjCKH6hS3uKcTMwRA,4678
|
|
4
4
|
rootly_mcp_server/rootly_openapi_loader.py,sha256=GebIDHzEMV6XCuPox3SoBOG42lyaAb3RFlhWoCdIkeE,3159
|
|
5
5
|
rootly_mcp_server/routemap_server.py,sha256=DDcuY68_B4uqg8aOuDmUp0zhrlpIxQtw0h5265ZYULk,5631
|
|
6
6
|
rootly_mcp_server/server.py,sha256=2paE39caYRVuQG4yWEEOqZewbvpFREmf-J01lPQ5elw,19756
|
|
7
7
|
rootly_mcp_server/test_client.py,sha256=8p1aJHrEt_Tj2NuJzTnTHw-ZeW816P99fJi5bhPidyc,5119
|
|
8
8
|
rootly_mcp_server/data/__init__.py,sha256=fO8a0bQnRVEoRMHKvhFzj10bhoaw7VsI51czc2MsUm4,143
|
|
9
|
-
rootly_mcp_server-2.0.
|
|
10
|
-
rootly_mcp_server-2.0.
|
|
11
|
-
rootly_mcp_server-2.0.
|
|
12
|
-
rootly_mcp_server-2.0.
|
|
13
|
-
rootly_mcp_server-2.0.
|
|
9
|
+
rootly_mcp_server-2.0.5.dist-info/METADATA,sha256=H4RCI47_vv9SklpWfFlgkZOUW4j26ZuW7ZDJ5xnGazs,6141
|
|
10
|
+
rootly_mcp_server-2.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
11
|
+
rootly_mcp_server-2.0.5.dist-info/entry_points.txt,sha256=NE33b8VgigVPGBkboyo6pvN1Vz35HZtLybxMO4Q03PI,70
|
|
12
|
+
rootly_mcp_server-2.0.5.dist-info/licenses/LICENSE,sha256=c9w9ZZGl14r54tsP40oaq5adTVX_HMNHozPIH2ymzmw,11341
|
|
13
|
+
rootly_mcp_server-2.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|