@anri1214/dynamic-forms-mui-mcp 0.1.6 → 0.1.7
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -209,6 +209,10 @@ When `@anri1214/dynamic-forms-mui` gets a new minor version:
|
|
|
209
209
|
|
|
210
210
|
Old version schemas are preserved — the MCP can serve docs for all versions simultaneously.
|
|
211
211
|
|
|
212
|
+
## Related
|
|
213
|
+
|
|
214
|
+
- [@anri1214/dynamic-forms-mui](https://www.npmjs.com/package/@anri1214/dynamic-forms-mui) — the React form library this MCP server documents
|
|
215
|
+
|
|
212
216
|
## License
|
|
213
217
|
|
|
214
218
|
MIT
|
package/package.json
CHANGED