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.
Files changed (15) hide show
  1. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/PKG-INFO +1 -3
  2. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/README.md +0 -2
  3. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/PKG-INFO +1 -3
  4. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/pyproject.toml +1 -1
  5. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/LICENSE +0 -0
  6. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/__init__.py +0 -0
  7. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/server_fastmcp.py +0 -0
  8. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/server_lowlevel.py +0 -0
  9. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy/utils.py +0 -0
  10. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/SOURCES.txt +0 -0
  11. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/dependency_links.txt +0 -0
  12. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/entry_points.txt +0 -0
  13. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/requires.txt +0 -0
  14. {mcp_openapi_proxy-0.1.1741477249 → mcp_openapi_proxy-0.1.1741477332}/mcp_openapi_proxy.egg-info/top_level.txt +0 -0
  15. {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.1741477249
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
- ![image](https://github.com/user-attachments/assets/6ae7f708-9494-41a1-9075-e685f2cd8873)
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
- ![image](https://github.com/user-attachments/assets/6ae7f708-9494-41a1-9075-e685f2cd8873)
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.1741477249
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
- ![image](https://github.com/user-attachments/assets/6ae7f708-9494-41a1-9075-e685f2cd8873)
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mcp-openapi-proxy"
7
- version = "0.1.1741477249"
7
+ version = "0.1.1741477332"
8
8
  description = "MCP server for exposing OpenAPI specifications as MCP tools."
9
9
  readme = "README.md"
10
10
  authors = [