@likec4/mcp 1.59.3 → 1.59.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.
- package/README.md +1 -1
- package/dist/app/render-view-client.css +1 -1
- package/dist/app/render-view-client.js +99 -105
- package/dist/chunks/src.mjs +44 -28
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ OPTIONS
|
|
|
67
67
|
- `query-by-tags`: Search elements and deployment nodes by tags with boolean logic (allOf, anyOf, noneOf).
|
|
68
68
|
- `query-by-tag-pattern`: Search elements by tag patterns using prefix, contains, or suffix matching.
|
|
69
69
|
- `find-relationship-paths`: Discover all relationship chains between two elements with bounded BFS traversal. Supports `includeIndirect` to control implied relationships.
|
|
70
|
-
- `batch-read-elements`: Read
|
|
70
|
+
- `batch-read-elements`: Read summaries of multiple elements in a single request, including links and sourceLocation.
|
|
71
71
|
- `subgraph-summary`: Summarize descendants of an element with depth, metadata, and relationship counts.
|
|
72
72
|
- `element-diff`: Compare two elements and show differences in properties, tags, metadata, and relationships.
|
|
73
73
|
- `open-view`: Opens the LikeC4 view (available if MCP is running in the editor)
|