Skip to content

Commit a207b68

Browse files
committed
docs: update copyright information & add MarkXMind promotion
1 parent 07abc99 commit a207b68

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 jinzc
3+
Copyright (c) 2025 Zhichao (@jinzcdev)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
Markmap MCP Server is based on the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) that allows one-click conversion of Markdown text to interactive mind maps, built on the open source project [markmap](https://github.com/markmap/markmap). The generated mind maps support rich interactive operations and can be exported in various image formats.
1212

13+
> 🎉 **Explore More Mind Mapping Tools**
14+
>
15+
> Try [MarkXMind](https://github.com/jinzcdev/markxmind) - An online editor that creates complex mind maps using simple XMindMark syntax. It supports real-time preview, multi-format export (.xmind/.svg/.png), importing existing XMind files. [Try it now](https://markxmind.js.org/)!
16+
1317
## Features
1418

1519
- 🌠 **Markdown to Mind Map**: Convert Markdown text to interactive mind maps
@@ -20,7 +24,7 @@ Markmap MCP Server is based on the [Model Context Protocol (MCP)](https://modelc
2024

2125
## Prerequisites
2226

23-
1. Node.js runtime environment
27+
1. Node.js (v20 or above)
2428

2529
## Installation
2630

@@ -116,4 +120,4 @@ Convert Markdown text into an interactive mind map.
116120

117121
## License
118122

119-
This project is licensed under the MIT License.
123+
This project is licensed under the [MIT](./LICENSE) License.

README_zh-CN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
Markmap MCP Server 基于 [模型上下文协议 (MCP)](https://modelcontextprotocol.io/introduction),可将 Markdown 文本一键转换为交互式思维导图,底层采用开源项目 [markmap](https://github.com/markmap/markmap)。生成的思维导图支持丰富的交互操作,并可导出为多种图片格式。
1212

13+
> 🎉 **探索更多思维导图工具**
14+
>
15+
> 试试 [MarkXMind](https://github.com/jinzcdev/markxmind) - 一款使用简洁的 XMindMark 语法创建复杂思维导图的在线编辑器。支持实时预览、多格式导出(.xmind/.svg/.png)、导入现有 XMind 文件。[立即体验](https://markxmind.js.org/)
16+
1317
## 特性
1418

1519
- 🌠 **Markdown 转思维导图**:将 Markdown 文本转换为交互式思维导图
@@ -20,7 +24,7 @@ Markmap MCP Server 基于 [模型上下文协议 (MCP)](https://modelcontextprot
2024

2125
## 前提条件
2226

23-
1. Node.js 运行环境
27+
1. Node.js (v20 或以上)
2428

2529
## 安装
2630

@@ -108,4 +112,4 @@ node build/index.js
108112

109113
## 许可证
110114

111-
本项目采用 MIT 许可证。
115+
本项目采用 [MIT](./LICENSE) 许可证。

0 commit comments

Comments
 (0)