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.
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/PKG-INFO +2 -2
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/README.md +1 -1
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/PKG-INFO +2 -2
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/pyproject.toml +1 -1
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/LICENSE +0 -0
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy/__init__.py +0 -0
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy/server_fastmcp.py +0 -0
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy/server_lowlevel.py +0 -0
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy/utils.py +0 -0
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/SOURCES.txt +0 -0
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/dependency_links.txt +0 -0
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/entry_points.txt +0 -0
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/requires.txt +0 -0
- {mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy.egg-info/top_level.txt +0 -0
- {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.
|
|
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
|
-

|
|
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
|
-

|
|
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.
|
|
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
|
-

|
|
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
|
|
|
File without changes
|
{mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/mcp_openapi_proxy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_openapi_proxy-0.1.1741477332 → mcp_openapi_proxy-0.1.1741477551}/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
|