@rio-cloud/uikit-mcp 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ Add the server to an MCP-aware client configuration (example for Codex CLI):
16
16
  ```toml
17
17
  [mcp_servers.uikit]
18
18
  command = "npx"
19
- args = ["@rio-cloud/uikit-mcp"]
19
+ args = ["-y", "@rio-cloud/uikit-mcp"]
20
20
  startup_timeout_sec = 30
21
21
  ```
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rio-cloud/uikit-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server that serves the captured RIO UI Kit documentation to Model Context Protocol clients.",
5
5
  "publishConfig": {
6
6
  "access": "public"