Skip to content

Commit 6acd9d5

Browse files
matz3KlattG
andauthored
docs: Add "Distribution" section to architecture documentation (#133)
Co-authored-by: Günter Klatt <57760635+KlattG@users.noreply.github.com>
1 parent 485b254 commit 6acd9d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/architecture.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,14 @@ If the data passed through the tool-parameters can trigger actions other than th
647647
* [tsx](https://github.com/privatenumber/tsx) is used to run the TypeScript code directly in Node.js during development, without a separate compilation step.
648648
* [ava](https://github.com/avajs/ava/) is used for testing
649649

650+
## Distribution
651+
652+
The UI5 MCP server is published to the [official npm registry](https://www.npmjs.com/), making it easily accessible for Node.js-based development environments and MCP hosts that support npm package installation.
653+
654+
The [MCP registry](https://registry.modelcontextprotocol.io/) holds a reference to the npm registry package. The MCP specification owners provide this registry, which serves as the primary source for other MCP registries to retrieve their information. This approach eliminates the need to publish to multiple registries individually. It ensures broad accessibility across the MCP ecosystem.
655+
656+
For more information about the MCP registry, see the [registry repository](https://github.com/modelcontextprotocol/registry).
657+
650658
## Technical Debts
651659

652660
* `get_api_reference`: Custom implementation for handling the API reference files

0 commit comments

Comments
 (0)