Skip to content

Commit a32a8d6

Browse files
Updating alt-text
1 parent a338a81 commit a32a8d6

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

website/src/pages/en/token-api/mcp/claude.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebarTitle: Claude Desktop
1010
- [`npx`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) or [`bunx`](https://bun.sh/) installed and available in your path.
1111
- The `@pinax/mcp` package requires Node 18+, as it relies on built-in `fetch()` / `Headers`, which are not available in Node 17 or older. You may need to specify an exact path to an up-to-date Node version, or uninstall previous versions of Node to ensure `@pinax/mcp` uses the correct version.
1212

13-
![Claude Preview](/img/claude-preview.png)
13+
![Screenshot of Claude Desktop's settings panel showing the MCP server configuration option.](/img/claude-preview.png)
1414

1515
## Configuration
1616

@@ -42,7 +42,7 @@ To enable logs for the MCP, use the `--verbose true` option.
4242

4343
### ENOENT
4444

45-
![ENOENT](/img/claude-ENOENT.png)
45+
![Error dialog in Claude Desktop showing 'ENOENT' system error, indicating the npx/bunx command wasn't found in the system path.](/img/claude-ENOENT.png)
4646

4747
Try to use the full path of the command instead:
4848

@@ -51,7 +51,7 @@ Try to use the full path of the command instead:
5151

5252
### Server disconnected
5353

54-
![Server disconnected](/img/claude-server-disconnect.png)
54+
![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png)
5555

5656
Double-check your API key otherwise look in your navigator if `https://token-api.service.pinax.network/sse` is reachable.
5757

website/src/pages/en/token-api/mcp/cline.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebarTitle: Cline
1010
- [`npx`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) or [`bunx`](https://bun.sh/) installed and available in your path.
1111
- The `@pinax/mcp` package requires Node 18+, as it relies on built-in `fetch()` / `Headers`, which are not available in Node 17 or older. You may need to specify an exact path to an up-to-date Node version, or uninstall previous versions of Node to ensure `@pinax/mcp` uses the correct version.
1212

13-
![Cline Preview](/img/cline-preview.png)
13+
![Screenshot of Cline's MCP server configuration interface displaying the JSON settings file with mcp-pinax server details visible](/img/cline-preview.png)
1414

1515
## Configuration
1616

@@ -38,7 +38,7 @@ To enable logs for the MCP, use the `--verbose true` option.
3838

3939
### ENOENT
4040

41-
![Cline Error](/img/cline-error.png)
41+
![Cline error dialog showing 'ENOENT' system alert.](/img/cline-error.png)
4242

4343
Try to use the full path of the command instead:
4444

@@ -47,6 +47,6 @@ Try to use the full path of the command instead:
4747

4848
### Server disconnected
4949

50-
![Cline Error](/img/cline-missing-variables.png)
50+
![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png)
5151

5252
Double-check your API key otherwise look in your navigator if `https://token-api.service.pinax.network/sse` is reachable.

website/src/pages/en/token-api/mcp/cursor.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebarTitle: Cursor
1010
- [`npx`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) or [`bunx`](https://bun.sh/) installed and available in your path.
1111
- The `@pinax/mcp` package requires Node 18+, as it relies on built-in `fetch()` / `Headers`, which are not available in Node 17 or older. You may need to specify an exact path to an up-to-date Node version, or uninstall previous versions of Node to ensure `@pinax/mcp` uses the correct version.
1212

13-
![Cursor Preview](/img/cursor-preview.png)
13+
![Screenshot of Cursor's MCP configuration panel.](/img/cursor-preview.png)
1414

1515
## Configuration
1616

@@ -34,7 +34,7 @@ Create or edit your `~/.cursor/mcp.json` file.
3434

3535
## Troubleshooting
3636

37-
![Cursor Error](/img/cursor-error.png)
37+
![Cursor IDE error notification that reads, "Failed to create client"](/img/cursor-error.png)
3838

3939
To enable logs for the MCP, use the `--verbose true` option.
4040

website/src/pages/en/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Token API Quick Start
33
sidebarTitle: Quick Start
44
---
55

6-
![Quick Start Preview](/img/token-api-quickstart-banner.jpg)
6+
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
77

88
> [!CAUTION] This product is currently in Beta and under active development. If you have any feedback, please reach out to us on [Discord](https://discord.gg/graphprotocol).
99

0 commit comments

Comments
 (0)