@bimatrix-aud-platform/aud_mcp_server 1.1.35 → 1.1.36

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -752,7 +752,7 @@ const tools = [
752
752
  properties: {
753
753
  Name: {
754
754
  type: "string",
755
- description: "BoxStyle 고유 (예: BX6C79BBE9FCA144C49A1A226F04E784A9). 새로 생성 generate_uuid로 'BX' prefix UUID를 생성하세요.",
755
+ description: "BoxStyle 고유 키. StyleName 기반의 식별자 (영문, 숫자, _ 조합, 예: BTN_DEFAULT, HEADER_BLUE). 전체에서 UNIQUE해야 합니다.",
756
756
  },
757
757
  StyleName: {
758
758
  type: "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimatrix-aud-platform/aud_mcp_server",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "description": "MCP Server for i-AUD MTSD document validation, generation, schema querying, control info extraction, and database operations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",