@corva/ui 3.44.0-3 → 3.44.0-4
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.
- package/README.md +9 -1
- package/mcp-server/index.mjs +90684 -0
- package/mcp-server/index.mjs.map +1 -0
- package/package.json +18 -2
package/README.md
CHANGED
|
@@ -32,10 +32,18 @@ with
|
|
|
32
32
|
public `@corva/ui`
|
|
33
33
|
components - please also update it's `stories.js` file when it's necessary
|
|
34
34
|
|
|
35
|
+
## AI-Assisted Development
|
|
36
|
+
|
|
37
|
+
@corva/ui includes an MCP (Model Context Protocol) server that exposes component library documentation to AI coding
|
|
38
|
+
agents like Claude Code and Cursor. The server provides tools for searching components, viewing documentation, and
|
|
39
|
+
exploring the theme system.
|
|
40
|
+
|
|
41
|
+
See [MCP Server documentation](./mcp-server/README.md) for setup instructions and available tools.
|
|
42
|
+
|
|
35
43
|
## Build-time variables
|
|
36
44
|
|
|
37
45
|
| Name | Default Value | Required |
|
|
38
|
-
|
|
46
|
+
|------------------------|--------------------------|----------|
|
|
39
47
|
| REACT_APP_API_URL | https://api.qa.corva.ai | No |
|
|
40
48
|
| REACT_APP_DATA_API_URL | https://data.qa.corva.ai | No |
|
|
41
49
|
|