Skip to content

Commit 013ffba

Browse files
committed
fix video tag
1 parent 3375395 commit 013ffba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/gram/clients/using-claude-desktop-with-gram-mcp-server.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Verify authentication:
7575
gram whoami
7676
```
7777

78-
public/assets/docs/gram/img/guides/claude-desktop/gram-auth-whoami.png
78+
![Screenshot showing the output of the `gram auth` command and `gram whoami` commands](/assets/docs/gram/img/guides/claude-desktop/gram-auth-whoami.png)
7979

8080
### 3. Generate the installation package
8181

@@ -93,7 +93,12 @@ gram install claude-desktop --toolset taskmaster
9393

9494
The CLI automatically fetches the toolset configuration from Gram and generates the installation package in the Downloads folder.
9595

96-
public/assets/docs/gram/videos/installing-gram-cli-claude-desktop.mp4
96+
<video controls={false} aria-label="Editing a tool name" loop={true} autoPlay={true} muted={true} width="100%">
97+
<source
98+
src="/assets/docs/gram/videos/installing-gram-cli-claude-desktop.mp4"
99+
type="video/mp4"
100+
/>
101+
</video>
97102

98103
### 4. Install in Claude Desktop
99104

0 commit comments

Comments
 (0)