mcp-proxy-adapter 1.0.0__py3-none-any.whl → 2.0.1__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.
@@ -1,14 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-proxy-adapter
3
- Version: 1.0.0
3
+ Version: 2.0.1
4
4
  Summary: Adapter for exposing Command Registry commands as tools for AI models via MCP Proxy.
5
5
  Home-page: https://github.com/vasilyvz/mcp-proxy-adapter
6
6
  Author: Vasiliy VZ
7
7
  Author-email: Vasiliy VZ <vasilyvz@example.com>
8
8
  License: MIT
9
9
  Project-URL: Homepage, https://github.com/vasilyvz/mcp-proxy-adapter
10
- Project-URL: Bug Tracker, https://github.com/vasilyvz/mcp-proxy-adapter/issues
11
- Project-URL: Documentation, https://github.com/vasilyvz/mcp-proxy-adapter/tree/main/docs
10
+ Project-URL: BugTracker, https://github.com/vasilyvz/mcp-proxy-adapter/issues
11
+ Project-URL: Documentation, https://github.com/vasilyvz/mcp_proxy_adapter#readme
12
+ Project-URL: Source, https://github.com/vasilyvz/mcp_proxy_adapter
12
13
  Classifier: Development Status :: 4 - Beta
13
14
  Classifier: Intended Audience :: Developers
14
15
  Classifier: License :: OSI Approved :: MIT License
@@ -21,7 +22,7 @@ Requires-Python: >=3.9, <4
21
22
  Description-Content-Type: text/markdown
22
23
  License-File: LICENSE
23
24
  Requires-Dist: fastapi<1.0.0,>=0.95.0
24
- Requires-Dist: pydantic<2.0.0,>=1.10.0
25
+ Requires-Dist: pydantic<3.0.0,>=2.0.0
25
26
  Requires-Dist: uvicorn<1.0.0,>=0.22.0
26
27
  Requires-Dist: docstring-parser<1.0.0,>=0.15
27
28
  Requires-Dist: typing-extensions<5.0.0,>=4.5.0
@@ -259,4 +260,13 @@ adapter.save_config_to_file("mcp_proxy_config.json")
259
260
  MIT
260
261
 
261
262
  ## Documentation
262
- See [docs/](docs/) for detailed guides, architecture, and examples.
263
+ See [docs/](docs/) for detailed guides, architecture, and examples.
264
+
265
+ ## CI/CD & PyPI automation
266
+
267
+ This project uses GitHub Actions for continuous integration and automated publishing to PyPI.
268
+
269
+ - All tests are run on every push and pull request.
270
+ - On push of a new tag (vX.Y.Z), the package is built and published to PyPI automatically.
271
+
272
+ See `.github/workflows/publish.yml` for details.
@@ -12,7 +12,7 @@ generators/__init__.py,sha256=KC8p2HcIBqdyCY1wHnN_c1EfbnPM39YhZLNBDcuv3vA,538
12
12
  generators/endpoint_generator.py,sha256=fhEInY3JPwdc5EENesN9VrrONwVZMpsledVpubouJLA,6513
13
13
  generators/openapi_generator.py,sha256=0Iqsn0fRr10sTWUK9-MU5MXOXKDHccxKYnmaiQPkKFw,9773
14
14
  generators/rest_api_generator.py,sha256=Zg9HVeIuspowXd6aBlyho4UXz-te_Hd4egGzjjIVF48,9159
15
- mcp_proxy_adapter-1.0.0.dist-info/licenses/LICENSE,sha256=OkApFEwdgMCt_mbvUI-eIwKMSTe38K3XnU2DT5ub-wI,1072
15
+ mcp_proxy_adapter-2.0.1.dist-info/licenses/LICENSE,sha256=OkApFEwdgMCt_mbvUI-eIwKMSTe38K3XnU2DT5ub-wI,1072
16
16
  openapi_schema/__init__.py,sha256=S_lEg-VtlgDdhFxB_u9ZUM1dWKbzW_L_FM-6OCT4EXM,1334
17
17
  openapi_schema/command_registry.py,sha256=VqqdsVCcd5neqZ-bsfeKTHeLBeputwUZHxvNxVuvqZs,12075
18
18
  openapi_schema/rest_schema.py,sha256=nfF9axtmEA-B-Rw8TCnpmRf6Br3MfQ3TJVx-QHUHoy8,24103
@@ -22,7 +22,7 @@ validators/__init__.py,sha256=s6zd5oZ3V2pXtzONoH3CiZYLzSVtCoLXpETMFUQfwWY,403
22
22
  validators/base_validator.py,sha256=qTEcXnfGqsgKKtc-lnttLiPTuq6vOHfDpZrQ5oP5Fi0,602
23
23
  validators/docstring_validator.py,sha256=Onpq2iNJ1qF4ejkJJIlBkLROuSNIVALHVmXIgkCpaFI,2934
24
24
  validators/metadata_validator.py,sha256=uCrn38-VYYn89l6f5CC_GoTAHAweaOW2Z6Esro1rtGw,3155
25
- mcp_proxy_adapter-1.0.0.dist-info/METADATA,sha256=3wKs5p9EEFQCzWRmNySoQny1B4EmoUBFy2HOptUd2R4,5702
26
- mcp_proxy_adapter-1.0.0.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
27
- mcp_proxy_adapter-1.0.0.dist-info/top_level.txt,sha256=SlVzE4ry_0xTgDmO2uiaI7ihb9MpR62izN4MH_t1BTU,72
28
- mcp_proxy_adapter-1.0.0.dist-info/RECORD,,
25
+ mcp_proxy_adapter-2.0.1.dist-info/METADATA,sha256=oP9RxZPEOhQdF_fPbj0t3gyN8u6lWRZBMETQ1gXno_k,6076
26
+ mcp_proxy_adapter-2.0.1.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
27
+ mcp_proxy_adapter-2.0.1.dist-info/top_level.txt,sha256=SlVzE4ry_0xTgDmO2uiaI7ihb9MpR62izN4MH_t1BTU,72
28
+ mcp_proxy_adapter-2.0.1.dist-info/RECORD,,