feat(Integration Cards): Improve generation of Configuration Editor#230
Conversation
b2ed707 to
a79f823
Compare
154d450 to
d6cca65
Compare
|
@akudev @RandomByte Could you please do a review? |
RandomByte
left a comment
There was a problem hiding this comment.
Unless I'm misunderstanding the implications of this change, it seems similar to the standard create_ui5_app tool, where the LLM can provide arbitrary OData Service endpoints.
For create_ui5_app we introduced a configurable allow-list of OData domains: UI5_MCP_SERVER_ALLOWED_ODATA_DOMAINS. See implementation:
mcp-server/src/tools/create_ui5_app/create_ui5_app.ts
Lines 89 to 90 in 3e49ef3
I think we should do the same here for consistency and security reasons.
Done. |
3884f95 to
3e55d67
Compare
42b2921 to
4a11bd4
Compare
Pull Request Test Coverage Report for Build 22131687830Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Only allow alphanumeric characters, space, and ".,'-@_". This is to prevent code injections.
No description provided.