mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-03 06:42:27 +08:00
chore: bump version to 0.1.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@next-ai-drawio/mcp-server",
|
"name": "@next-ai-drawio/mcp-server",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview",
|
"description": "MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ let currentSession: {
|
|||||||
// Create MCP server
|
// Create MCP server
|
||||||
const server = new McpServer({
|
const server = new McpServer({
|
||||||
name: "next-ai-drawio",
|
name: "next-ai-drawio",
|
||||||
version: "0.1.1",
|
version: "0.1.2",
|
||||||
})
|
})
|
||||||
|
|
||||||
// Register prompt with workflow guidance
|
// Register prompt with workflow guidance
|
||||||
|
|||||||
Reference in New Issue
Block a user