@likec4/mcp 1.54.0 → 1.55.0

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 CHANGED
@@ -21,7 +21,7 @@
21
21
  }
22
22
  ```
23
23
 
24
- This package starts MCP server using [`stdio`](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#stdio) transport.
24
+ This package starts MCP server using [`stdio`](https://modelcontextprotocol.io/specification/2025-11-25/basic/transports#stdio) transport.
25
25
 
26
26
  If `LIKEC4_WORKSPACE` environment variable is not set, the current directory will be used as workspace.
27
27
 
@@ -70,6 +70,10 @@ OPTIONS
70
70
  - `element-diff`: Compare two elements and show differences in properties, tags, metadata, and relationships.
71
71
  - `open-view`: Opens the LikeC4 view (available if MCP is running in the editor)
72
72
 
73
+ ### MCP vs LeanIX bridge / Draw.io
74
+
75
+ MCP tools expose the **resolved LikeC4 model** in the workspace (search, graph queries, views). They do **not** generate `@likec4/leanix-bridge` artifacts, run LeanIX sync, or export Draw.io with the **leanix** profile. For that vocabulary, use the **CLI** (`likec4 gen leanix …`, `likec4 sync leanix …`, `likec4 export drawio --profile leanix`) and the Agent Skill reference [`bridge-leanix-drawio.md`](../../skills/likec4-dsl/references/bridge-leanix-drawio.md) in this repository.
76
+
73
77
  ## Getting help
74
78
 
75
79
  We are always happy to help you get started:
@@ -94,6 +98,3 @@ You can support us via [OpenCollective](https://opencollective.com/likec4) or [G
94
98
  ## License
95
99
 
96
100
  This project is released under the [MIT License](LICENSE)
97
-
98
- ```
99
- ```