33## Project Identity
44
55** Name:** ` @cap-js/ord `
6- ** Version:** 1.3.14 (November 2025 )
6+ ** Version:** 1.5.0 (March 2026 )
77** Type:** CAP Framework Plugin
88** Repository:** https://github.com/cap-js/ord
99** License:** Apache-2.0
@@ -39,16 +39,25 @@ This plugin adds support for the [Open Resource Discovery (ORD)](https://open-re
3939- ORD document generation from CAP CSN models
4040- REST API endpoints following ORD specification
4141- Basic authentication with bcrypt password hashing
42+ - CF mTLS authentication for Cloud Foundry deployments
4243- Custom ORD content integration
4344- Build system integration for static file generation
45+ - Parallel resource file generation for improved build performance
4446- Support for both Node.js and Java CAP runtimes
47+ - GraphQL protocol support
48+ - MCP (Model Context Protocol) API resource generation
49+ - INA protocol support
50+ - Multi-protocol service detection
51+ - Auto-generated IntegrationDependencies for consumed Data Products
52+ - Custom compiler options for OpenAPI / AsyncAPI generation
53+ - @OpenAPI .servers annotation support for service-level server URLs
4554
4655** Out of Scope:**
4756
4857- Non-CAP application support
4958- ORD document validation beyond basic structure
5059- Runtime modification of generated ORD documents
51- - Support for Node.js versions outside the 18-22 range
60+ - Support for Node.js versions outside the currently supported range (v22)
5261
5362## Key Constraints
5463
@@ -57,5 +66,5 @@ This plugin adds support for the [Open Resource Discovery (ORD)](https://open-re
5766- Must maintain performance for large CAP applications
5867- Must support both development and production environments
5968- Must handle sensitive metadata appropriately
60- - Must support Node.js versions 18-22
61- - Must maintain backward compatibility across versions
69+ - Must support Node.js v22
70+ - Must maintain backward compatibility across versions
0 commit comments