Skip to content

Commit b26a993

Browse files
Token api quick updates (#908)
* Updated json * Updating images * Fix
1 parent 95b0d60 commit b26a993

9 files changed

+5
-5
lines changed
Loading

website/public/img/claude-preview.png

-424 KB
Binary file not shown.
669 KB
Loading

website/public/img/cline-preview.png

-834 KB
Binary file not shown.
Loading

website/public/img/cursor-preview.png

-471 KB
Binary file not shown.

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

+3-3
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-
![Screenshot of Claude Desktop's settings panel showing the MCP server configuration option.](/img/claude-preview.png)
13+
![Screenshot of Claude Desktop's settings panel showing the MCP server configuration option.](/img/claude-preview-token-api.png)
1414

1515
## Configuration
1616

@@ -25,11 +25,11 @@ Create or edit your `claude_desktop_config.json` file.
2525
```json label="claude_desktop_config.json"
2626
{
2727
"mcpServers": {
28-
"mcp-pinax": {
28+
"token-api": {
2929
"command": "npx",
3030
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
3131
"env": {
32-
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
32+
"ACCESS_TOKEN": "<https://thegraph.market JWT Access Token>"
3333
}
3434
}
3535
}

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

+1-1
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-
![Screenshot of Cline's MCP server configuration interface displaying the JSON settings file with mcp-pinax server details visible](/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-token-api.png)
1414

1515
## Configuration
1616

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

+1-1
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-
![Screenshot of Cursor's MCP configuration panel.](/img/cursor-preview.png)
13+
![Screenshot of Cursor's MCP configuration panel.](/img/cursor-preview-token-api.png)
1414

1515
## Configuration
1616

0 commit comments

Comments
 (0)