Skip to content

Commit 52d7169

Browse files
authored
feat: Add tool with JavaScript to TypeScript conversion guidelines (#137)
Covering the UI5 specifics in - General module/class writing - Control development - Testing
1 parent e14ab66 commit 52d7169

File tree

7 files changed

+1398
-0
lines changed

7 files changed

+1398
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The UI5 [Model Context Protocol](https://modelcontextprotocol.io/) server offers
2929
- `get_project_info`: Extracts metadata and configuration from a UI5 project.
3030
- `get_version_info`: Retrieves version information for the UI5 framework.
3131
- `run_ui5_linter`: Integrates with [`@ui5/linter`](https://github.com/UI5/linter) to analyze and report issues in UI5 code.
32+
- `get_typescript_conversion_guidelines`: Provides guidelines for converting UI5 applications and controls from JavaScript to TypeScript.
3233
- `get_integration_cards_guidelines`: Provides access to UI Integration Cards development best practices.
3334
- `create_integration_card`: Scaffolds a new UI Integration Card.
3435

0 commit comments

Comments
 (0)