@drawio/mcp 1.1.1 → 1.1.2
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/package.json +1 -1
- package/src/index.js +2 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -138,7 +138,8 @@ const tools =
|
|
|
138
138
|
description:
|
|
139
139
|
"Opens the draw.io editor with a diagram from XML content or a URL to XML content. " +
|
|
140
140
|
"Use this to view, edit, or create diagrams in draw.io format. " +
|
|
141
|
-
"The XML should be valid draw.io/mxGraph XML format."
|
|
141
|
+
"The XML should be valid draw.io/mxGraph XML format. " +
|
|
142
|
+
"IMPORTANT: Do NOT use double hyphens (--) inside XML comments, as this is invalid XML and will break the parser. Use single hyphens or rephrase instead.",
|
|
142
143
|
inputSchema:
|
|
143
144
|
{
|
|
144
145
|
type: "object",
|