mcp-openapi-proxy 0.1.1741477249__tar.gz → 0.1.1741477332__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.
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/PKG-INFO +1 -3
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/README.md +0 -2
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/PKG-INFO +1 -3
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/pyproject.toml +1 -1
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/LICENSE +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/__init__.py +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/server_fastmcp.py +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/server_lowlevel.py +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/utils.py +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/SOURCES.txt +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/dependency_links.txt +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/entry_points.txt +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/requires.txt +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/top_level.txt +0 -0
- {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mcp-openapi-proxy
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1741477332
|
|
4
4
|
Summary: MCP server for exposing OpenAPI specifications as MCP tools.
|
|
5
5
|
Author-email: Matthew Hand <matthewhandau@gmail.com>
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -172,8 +172,6 @@ OPENAPI_SPEC_URL="https://raw.githubusercontent.com/abhiaagarwal/peristera/refs/
|
|
|
172
172
|
|
|
173
173
|
### Slack Example
|
|
174
174
|
|
|
175
|
-

|
|
176
|
-
|
|
177
175
|
Slack’s API showcases payload-based authentication with JMESPath. Obtain a bot token from [Slack API documentation](https://api.slack.com/authentication/token-types#bot).
|
|
178
176
|
|
|
179
177
|
#### 1. Verify the OpenAPI Specification
|
|
@@ -156,8 +156,6 @@ OPENAPI_SPEC_URL="https://raw.githubusercontent.com/abhiaagarwal/peristera/refs/
|
|
|
156
156
|
|
|
157
157
|
### Slack Example
|
|
158
158
|
|
|
159
|
-

|
|
160
|
-
|
|
161
159
|
Slack’s API showcases payload-based authentication with JMESPath. Obtain a bot token from [Slack API documentation](https://api.slack.com/authentication/token-types#bot).
|
|
162
160
|
|
|
163
161
|
#### 1. Verify the OpenAPI Specification
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mcp-openapi-proxy
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1741477332
|
|
4
4
|
Summary: MCP server for exposing OpenAPI specifications as MCP tools.
|
|
5
5
|
Author-email: Matthew Hand <matthewhandau@gmail.com>
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -172,8 +172,6 @@ OPENAPI_SPEC_URL="https://raw.githubusercontent.com/abhiaagarwal/peristera/refs/
|
|
|
172
172
|
|
|
173
173
|
### Slack Example
|
|
174
174
|
|
|
175
|
-

|
|
176
|
-
|
|
177
175
|
Slack’s API showcases payload-based authentication with JMESPath. Obtain a bot token from [Slack API documentation](https://api.slack.com/authentication/token-types#bot).
|
|
178
176
|
|
|
179
177
|
#### 1. Verify the OpenAPI Specification
|
|
File without changes
|
{mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|