@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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anri1214/dynamic-forms-mui-mcp",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "MCP server for dynamic-forms-mui — exposes FormSchema structure as tools, resources, and prompts for AI assistants",
5
5
  "license": "MIT",
6
6
  "type": "module",