mcp-openapi-proxy 0.1.1741477332__tar.gz → 0.1.1741477551__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.1741477332 → mcp_openapi_proxy-0.1.1741477551}/PKG-INFO +2 -2
  2. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/README.md +1 -1
  3. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/PKG-INFO +2 -2
  4. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/pyproject.toml +1 -1
  5. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/LICENSE +0 -0
  6. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy/__init__.py +0 -0
  7. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy/server_fastmcp.py +0 -0
  8. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy/server_lowlevel.py +0 -0
  9. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy/utils.py +0 -0
  10. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/SOURCES.txt +0 -0
  11. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/dependency_links.txt +0 -0
  12. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/entry_points.txt +0 -0
  13. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/requires.txt +0 -0
  14. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/top_level.txt +0 -0
  15. {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mcp-openapi-proxy
3
- Version: 0.1.1741477332
3
+ Version: 0.1.1741477551
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
@@ -234,7 +234,7 @@ Try these commands in your MCP client:
234
234
 
235
235
  ### GetZep Example
236
236
 
237
- ![image](https://github.com/user-attachments/assets/6ae7f708-9494-41a1-9075-e685f2cd8873)
237
+ ![image](https://github.com/user-attachments/assets/9a4fdabb-fa3d-4626-a50f-438147eadc9f)
238
238
 
239
239
  GetZep offers a free cloud API for memory management with detailed endpoints. Since GetZep did not provide an official OpenAPI specification, this project includes a generated spec hosted on GitHub for convenience. This approach—creating a spec from documentation—is a reusable pattern: users can similarly generate OpenAPI specs for any REST API and reference them locally (e.g., `file:///path/to/spec.json`). Obtain an API key from [GetZep's documentation](https://docs.getzep.com/).
240
240
 
@@ -218,7 +218,7 @@ Try these commands in your MCP client:
218
218
 
219
219
  ### GetZep Example
220
220
 
221
- ![image](https://github.com/user-attachments/assets/6ae7f708-9494-41a1-9075-e685f2cd8873)
221
+ ![image](https://github.com/user-attachments/assets/9a4fdabb-fa3d-4626-a50f-438147eadc9f)
222
222
 
223
223
  GetZep offers a free cloud API for memory management with detailed endpoints. Since GetZep did not provide an official OpenAPI specification, this project includes a generated spec hosted on GitHub for convenience. This approach—creating a spec from documentation—is a reusable pattern: users can similarly generate OpenAPI specs for any REST API and reference them locally (e.g., `file:///path/to/spec.json`). Obtain an API key from [GetZep's documentation](https://docs.getzep.com/).
224
224
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mcp-openapi-proxy
3
- Version: 0.1.1741477332
3
+ Version: 0.1.1741477551
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
@@ -234,7 +234,7 @@ Try these commands in your MCP client:
234
234
 
235
235
  ### GetZep Example
236
236
 
237
- ![image](https://github.com/user-attachments/assets/6ae7f708-9494-41a1-9075-e685f2cd8873)
237
+ ![image](https://github.com/user-attachments/assets/9a4fdabb-fa3d-4626-a50f-438147eadc9f)
238
238
 
239
239
  GetZep offers a free cloud API for memory management with detailed endpoints. Since GetZep did not provide an official OpenAPI specification, this project includes a generated spec hosted on GitHub for convenience. This approach—creating a spec from documentation—is a reusable pattern: users can similarly generate OpenAPI specs for any REST API and reference them locally (e.g., `file:///path/to/spec.json`). Obtain an API key from [GetZep's documentation](https://docs.getzep.com/).
240
240
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mcp-openapi-proxy"
7
- version = "0.1.1741477332"
7
+ version = "0.1.1741477551"
8
8
  description = "MCP server for exposing OpenAPI specifications as MCP tools."
9
9
  readme = "README.md"
10
10
  authors = [