@markdy/mcp-server 1.0.8 → 1.0.10
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -141,7 +141,7 @@ function handleGenerateMarkdyPrompt(userGoal) {
|
|
|
141
141
|
``,
|
|
142
142
|
`### Instructions & Authoritative Reference:`,
|
|
143
143
|
`1. Follow the canonical MarkdyScript 0.8+ syntax and specification hosted at: https://markdy.com/AGENT.md`,
|
|
144
|
-
`2. Start the scene with: \`scene
|
|
144
|
+
`2. Start the scene with: \`scene theme=paper layout=LR\``,
|
|
145
145
|
`3. Define nodes using semantic types (e.g. \`browser client\`, \`gateway api_gw\`, \`service auth_svc\`, \`database pg_db\`, \`cache redis\`, \`queue kafka\`, \`worker worker\`).`,
|
|
146
146
|
`4. Organize components in \`group <id> "<Label>": <members...>\` boundaries.`,
|
|
147
147
|
`5. Animate flows with canonical operators: \`->\` (request), \`<-\` (response), \`~>\` (event), and \`--\` (dependency).`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markdy/mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Model Context Protocol server for Markdy diagram validation, transpilation, and generation.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@modelcontextprotocol/sdk": "^1.6.1",
|
|
19
|
-
"@markdy/
|
|
20
|
-
"@markdy/
|
|
19
|
+
"@markdy/core": "1.0.10",
|
|
20
|
+
"@markdy/compat": "1.0.10"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^25.9.5",
|