Skip to content
Open
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 23 additions & 9 deletions src/pages/developing/carbon-mcp/onboarding-and-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,27 +202,41 @@ This section describes how to make both connections.

#### Adding Carbon MCP as an Extension

- Open Settings > Extensions
- Click on Advanced settings
- Open Settings > Extensions > Advanced Settings

<br />
![Claude Desktop Step 1](./images/Claude-Desktop-"Open-Settings-Extensions".png)
<br />

- Click Install Extension
- Install the `Carbon MCP Claude Desktop extension`, which can be downloaded
[here](./files/carbon-mcp-claude-extension.mcpb).
- Enter your Carbon MCP auth token and session ID in the modal
- Click Save and Enable

<br />
![Claude Desktop Step 2](./images/Claude-Desktop"Click-Install-Extension".png)
<br />

![Carbon MCP Claude Desktop extension](./images/carbon-mcp-claude-setup.png)
- Install the `Carbon MCP Claude Desktop extension`, which can be downloaded
[here](./files/carbon-mcp-claude-extension.mcpb).

<br />
![Claude Desktop Step 3](./images/Claude-Desktop-"Install-the-Carbon-1".png)
<br />
![Claude Desktop Step 4](./images/Claude-Desktop-"Install-the-Carbon-2".png)
<br />

- You will see Carbon MCP configured under installed extensions
- Enter your Carbon MCP auth token and session ID in the modal, click Save to
confirm.

<br />
![Claude Desktop Step 5](./images/Claude-Desktop-"Enter-your-Carbon-MCP".png)
<br />

![Carbon MCP Claude extension installed](./images/carbon-mcp-claude-installed.png)
- Verify that the Carbon MCP extension is configured by ensuring the toggle is
switched on and shows as Enabled.

<br />
![Carbon MCP Claude Desktop extension](./images/Claude-Desktop-"Enable-Extension-1".png)
<br />
![Carbon MCP Claude Desktop extension](./images/Claude-Desktop-"Enable-Extension-2".png)
<br />
<br />

Expand Down
10 changes: 10 additions & 0 deletions src/styles/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@
overflow: visible;
}
}

// Fix for list items inside accordion content to span full width
.cds--accordion__content .cds--list--unordered {
width: 100%;

> .cds--list__item {
max-width: 100%;
width: 100%;
}
}
Loading