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
2 changes: 1 addition & 1 deletion website/src/pages/ar/resources/claude-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Replace the contents of the existing config file with:
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "ACCESS_TOKEN"
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/ar/token-api/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API

### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this?

For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`.
For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`.

### Is the Token API part of The Graph's GraphQL service?

Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/ar/token-api/mcp/claude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file.
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<https://thegraph.market JWT Access Token>"
}
Expand All @@ -53,6 +53,6 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.

> You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details.
4 changes: 2 additions & 2 deletions website/src/pages/ar/token-api/mcp/cline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -49,4 +49,4 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
4 changes: 2 additions & 2 deletions website/src/pages/ar/token-api/mcp/cursor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -47,4 +47,4 @@ Try to use the full path of the command instead:

### Server disconnected

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
2 changes: 1 addition & 1 deletion website/src/pages/cs/resources/claude-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Replace the contents of the existing config file with:
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "ACCESS_TOKEN"
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/cs/token-api/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API

### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this?

For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`.
For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`.

### Is the Token API part of The Graph's GraphQL service?

Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/cs/token-api/mcp/claude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file.
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<https://thegraph.market JWT Access Token>"
}
Expand All @@ -53,6 +53,6 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.

> You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details.
4 changes: 2 additions & 2 deletions website/src/pages/cs/token-api/mcp/cline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -49,4 +49,4 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
4 changes: 2 additions & 2 deletions website/src/pages/cs/token-api/mcp/cursor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -47,4 +47,4 @@ Try to use the full path of the command instead:

### Server disconnected

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
2 changes: 1 addition & 1 deletion website/src/pages/de/resources/claude-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Replace the contents of the existing config file with:
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "ACCESS_TOKEN"
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/de/token-api/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API

### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this?

For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`.
For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`.

### Is the Token API part of The Graph's GraphQL service?

Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/de/token-api/mcp/claude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file.
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<https://thegraph.market JWT Access Token>"
}
Expand All @@ -53,6 +53,6 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.

> You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details.
4 changes: 2 additions & 2 deletions website/src/pages/de/token-api/mcp/cline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -49,4 +49,4 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
4 changes: 2 additions & 2 deletions website/src/pages/de/token-api/mcp/cursor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -47,4 +47,4 @@ Try to use the full path of the command instead:

### Server disconnected

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
2 changes: 1 addition & 1 deletion website/src/pages/en/resources/claude-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Replace the contents of the existing config file with:
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "ACCESS_TOKEN"
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/en/token-api/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API

### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this?

For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`.
For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`.

### Is the Token API part of The Graph's GraphQL service?

Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/en/token-api/mcp/claude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file.
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<https://thegraph.market JWT Access Token>"
}
Expand All @@ -53,6 +53,6 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.

> You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details.
4 changes: 2 additions & 2 deletions website/src/pages/en/token-api/mcp/cline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -49,4 +49,4 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
4 changes: 2 additions & 2 deletions website/src/pages/en/token-api/mcp/cursor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -47,4 +47,4 @@ Try to use the full path of the command instead:

### Server disconnected

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
2 changes: 1 addition & 1 deletion website/src/pages/es/resources/claude-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Replace the contents of the existing config file with:
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "ACCESS_TOKEN"
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/es/token-api/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API

### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this?

For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`.
For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`.

### Is the Token API part of The Graph's GraphQL service?

Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/es/token-api/mcp/claude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file.
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<https://thegraph.market JWT Access Token>"
}
Expand All @@ -53,6 +53,6 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.

> You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details.
4 changes: 2 additions & 2 deletions website/src/pages/es/token-api/mcp/cline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -49,4 +49,4 @@ Try to use the full path of the command instead:

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

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
4 changes: 2 additions & 2 deletions website/src/pages/es/token-api/mcp/cursor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file.
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "<JWT Token from thegraph.market>"
}
Expand All @@ -47,4 +47,4 @@ Try to use the full path of the command instead:

### Server disconnected

Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable.
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
2 changes: 1 addition & 1 deletion website/src/pages/fr/resources/claude-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Replace the contents of the existing config file with:
"mcpServers": {
"token-api": {
"command": "npx",
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
"args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],
"env": {
"ACCESS_TOKEN": "ACCESS_TOKEN"
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/fr/token-api/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API

### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this?

For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`.
For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`.

### Is the Token API part of The Graph's GraphQL service?

Expand Down
Loading