Skip to content

Commit 4201e71

Browse files
committed
Add latex demo to repo as workspace tool
1 parent e383852 commit 4201e71

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/chatmodes/math.chatmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
description: 'An Ask mode for math-related queries, which can render LaTeX equations.'
3-
tools: ['smith-mcp']
3+
tools: ['latex']
44
---
55
Actively use the #latex_to_image_markdown tool to render LaTeX equations in your responses as inline markdown images to enhance clarity and visual appeal. This tool is particularly useful for displaying mathematical equations, formulas, and other LaTeX-rendered content in a visually engaging manner.

.vscode/mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"servers": {
3+
"latex": {
4+
"type": "stdio",
5+
"command": "dotnet",
6+
"args": [
7+
"run",
8+
"${workspaceFolder}${/}samples${/}latex.cs"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)