@famgia/omnify-mcp 0.0.2 → 0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -140,7 +140,7 @@ The server also provides resources that can be accessed:
140
140
  For IDE autocomplete in YAML files, use the JSON Schema:
141
141
 
142
142
  ```yaml
143
- # yaml-language-server: $schema=https://raw.githubusercontent.com/ecsol/omnify-ts/main/packages/types/schemas/omnify-schema.json
143
+ # yaml-language-server: $schema=https://unpkg.com/@famgia/omnify-types/schemas/omnify-schema.json
144
144
  name: MySchema
145
145
  properties:
146
146
  # IDE will provide autocomplete here
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@famgia/omnify-mcp",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "MCP Server for Omnify schema - enables AI assistants to create and validate schemas",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "@modelcontextprotocol/sdk": "^1.0.0",
25
25
  "yaml": "^2.6.1",
26
26
  "zod": "^3.24.1",
27
- "@famgia/omnify-types": "0.0.10",
28
- "@famgia/omnify-core": "0.0.14"
27
+ "@famgia/omnify-types": "0.0.12",
28
+ "@famgia/omnify-core": "0.0.16"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^20.19.0",