You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,3 +265,14 @@ The project mirrors parts of the `openapi-to-mcp` architecture but implements a
265
265
-`command-search` - BM25 and regex search over generated commands for discovery on large API surfaces.
266
266
-`bm25` - generic BM25 ranking engine with Robertson IDF smoothing and min-heap top-K extraction.
267
267
-`cli` - entry point, argument parser, command registration, help output.
268
+
269
+
### Similar projects
270
+
271
+
-[openapi-cli-generator](https://github.com/danielgtaylor/openapi-cli-generator) - generates a CLI from an OpenAPI 3 specification using code generation.
272
+
-[openapi-commander](https://github.com/bcoughlan/openapi-commander) - Node.js command-line tool generator based on OpenAPI definitions.
273
+
-[OpenAPI Generator](https://openapi-generator.tech/docs/usage) - general-purpose OpenAPI code generator that can also generate CLI clients.
274
+
-[openapi2cli](https://pypi.org/project/openapi2cli/) - Python tool that builds CLI interfaces for OpenAPI 3 APIs.
275
+
276
+
### License
277
+
278
+
This project is licensed under the MIT License, see the [LICENSE](./LICENSE) file in the repository root for details.
0 commit comments