mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fbc7b340f | ||
|
|
3c8f420c3c |
@@ -943,10 +943,9 @@ export default function ChatPanel({
|
||||
)}
|
||||
>
|
||||
<Toaster
|
||||
position="bottom-center"
|
||||
position="bottom-left"
|
||||
richColors
|
||||
expand
|
||||
style={{ position: "absolute" }}
|
||||
toastOptions={{
|
||||
style: {
|
||||
maxWidth: "480px",
|
||||
|
||||
@@ -64,6 +64,24 @@ Add to Cursor MCP config (`~/.cursor/mcp.json`):
|
||||
}
|
||||
```
|
||||
|
||||
### Cline (VS Code Extension)
|
||||
|
||||
1. Click the **MCP Servers** icon in Cline's top menu bar
|
||||
2. Select the **Configure** tab
|
||||
3. Click **Configure MCP Servers** to edit `cline_mcp_settings.json`
|
||||
4. Add the drawio server:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"drawio": {
|
||||
"command": "npx",
|
||||
"args": ["@next-ai-drawio/mcp-server@latest"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### Claude Code CLI
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user