Skip to content

Commit a0e27e1

Browse files
Readme updated
1 parent 9c0aaf8 commit a0e27e1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,14 @@ The project mirrors parts of the `openapi-to-mcp` architecture but implements a
265265
- `command-search` - BM25 and regex search over generated commands for discovery on large API surfaces.
266266
- `bm25` - generic BM25 ranking engine with Robertson IDF smoothing and min-heap top-K extraction.
267267
- `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

Comments
 (0)