@markdy/mcp-server 1.0.30 → 1.0.31
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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ declare function handleReadResource(uri: string): ResourceResult;
|
|
|
36
36
|
* Supports Tools, Resources, and Prompts for Claude Desktop, Cursor, Antigravity, and autonomous agents.
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
|
-
declare const MCP_SERVER_VERSION = "1.0.
|
|
39
|
+
declare const MCP_SERVER_VERSION = "1.0.30";
|
|
40
40
|
declare function createMarkdyMcpServer(): Server;
|
|
41
41
|
declare function startMcpServer(): Promise<void>;
|
|
42
42
|
|
package/dist/index.js
CHANGED
|
@@ -5059,7 +5059,7 @@ Cycle Safety: Always use <- for responses back to callers to prevent layout rank
|
|
|
5059
5059
|
}
|
|
5060
5060
|
|
|
5061
5061
|
// src/index.ts
|
|
5062
|
-
var MCP_SERVER_VERSION = "1.0.
|
|
5062
|
+
var MCP_SERVER_VERSION = "1.0.30";
|
|
5063
5063
|
function createMarkdyMcpServer() {
|
|
5064
5064
|
const server = new Server(
|
|
5065
5065
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markdy/mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
4
4
|
"description": "Model Context Protocol server for Markdy diagram validation, transpilation, and generation.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@modelcontextprotocol/sdk": "^1.6.1",
|
|
42
|
-
"@markdy/compat": "1.0.
|
|
43
|
-
"@markdy/core": "1.0.
|
|
42
|
+
"@markdy/compat": "1.0.31",
|
|
43
|
+
"@markdy/core": "1.0.31"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^25.9.5",
|