Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:26 +08:00
commit cd85d9d995
16 changed files with 2047 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-mock-server skill
- [ ] create_mock_server.py: Script to generate a mock server based on an OpenAPI spec. It should take the OpenAPI spec as input and output the mock server configuration.
- [ ] update_mock_server.py: Script to update an existing mock server with a new OpenAPI spec or configuration changes.
- [ ] validate_openapi_spec.py: Script to validate an OpenAPI spec for correctness and compatibility before creating a mock server.