Skip to content

Commit e6f925c

Browse files
committed
fix: clarify tool description for Markdown to mind map conversion
1 parent 626b08b commit e6f925c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/tools/markmap-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class MarkmapToolRegistry extends ToolRegistry {
99
public register(): void {
1010
this.server.tool(
1111
"markdown_to_mindmap",
12-
"Convert a Markdown document into a mind map",
12+
"Convert a Markdown document into an interactive mind map",
1313
{
1414
markdown: z
1515
.string()

0 commit comments

Comments
 (0)