8 Commits

Author SHA1 Message Date
harsha-iiiv
a4d5e589e6 Fix and add streamable http 2025-04-26 22:31:52 +05:30
Harsha v
258074b2d6
Update README.md
Add star history
2025-04-20 13:06:55 +05:30
harsha-iiiv
bd68adee51 update README 2025-04-13 23:50:50 +05:30
harsha-iiiv
3b4f716661 Refactor OpenAPI MCP Server Generator to TypeScript
- Removed the old JavaScript implementation of the MCP server generator.
- Introduced a new TypeScript implementation with improved command-line argument parsing using `commander`.
- Replaced the OpenAPI spec loading mechanism with `@apidevtools/swagger-parser` for better handling of references.
- Updated the server generation logic to create TypeScript files with appropriate typings and structure.
- Added utility functions for generating operation IDs and converting strings to TitleCase.
- Created a new `tsconfig.json` for TypeScript compilation settings.
- Removed deprecated files related to the old JavaScript implementation, including `openapi-loader.js`, `server-generator.js`, and `tool-generator.js`.
- Enhanced error handling and logging throughout the new implementation.
2025-04-12 17:21:28 +05:30
Harsha v
ec766ed3d9
Update README.md 2025-03-09 20:18:44 +05:30
Harshavardhan Surisetty
108cf950a7 Update command example in README to use openapi-mcp-generator 2025-03-09 14:28:27 +05:30
Harshavardhan Surisetty
7023084ede Update README with npm installation and usage instructions 2025-03-09 14:25:27 +05:30
Harshavardhan Surisetty
335643b45b
init 2025-03-09 14:09:24 +05:30