Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

5 changes: 1 addition & 4 deletions docs/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ In the console you will see the screen output or errors.

User Test -> Userprofile -> Test Options... -> Console

<figure markdown="1">
![GIF](img/console.gif){width=700}
</figure>
![Console](img/console.gif){width="900"}

## Console

Expand Down Expand Up @@ -94,4 +92,3 @@ while True:


```

Binary file modified docs/img/console.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions docs/img/mcp/gemini-mcp.gif

This file was deleted.

Binary file added docs/img/mcp/gemini-mcp.mp4
Binary file not shown.
5 changes: 4 additions & 1 deletion docs/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ making responses more accurate and up-to-date.

See how easy it is to use the Cadwork Python API with an MCP-enabled AI assistant:

<img src="/img/mcp/gemini-mcp.gif" alt="MCP Demo with Gemini CLI" width="900">
<video controls autoplay loop muted playsinline width="900"
style="display: block; margin: 0 auto;">
<source src="../img/mcp/gemini-mcp.mp4" type="video/mp4">
</video>

You can use the Cadwork Python MCP for:

Expand Down
Loading