Skip to content

Commit c7271bd

Browse files
committed
Updating
1 parent 9f80787 commit c7271bd

File tree

22 files changed

+57
-148
lines changed

22 files changed

+57
-148
lines changed

nginx.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ http {
161161
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tokenomics/$ $scheme://$http_host/docs/$1/resources/tokenomics/ permanent;
162162
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/$ $scheme://$http_host/docs/$1/token-api/quick-start/ permanent;
163163
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/evm/get-transfers-evm-by-address/$ $scheme://$http_host/docs/$1/token-api/evm/get-transfers-evm/ permanent;
164+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/mcp/claude/$ $scheme://$http_host/docs/$1/ai-suite/subgraph-mcp/ permanent;
165+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/subgraph-mcp/ permanent;
166+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/mcp/cursor/$ $scheme://$http_host/docs/$1/ai-suite/subgraph-mcp/ permanent;
167+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/subgraph-mcp/ permanent;
168+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/token-api-mcp/ permanent;
169+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/token-api-mcp/ permanent;
170+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/token-api-mcp/ permanent;
164171
# Temporary redirects (302)
165172
rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/subgraphs/querying/graph-client/README/ redirect;
166173
rewrite ^/docs/en/developing/graph-ts/$ $scheme://$http_host/docs/en/subgraphs/developing/creating/graph-ts/README/ redirect;
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"graph-assistant": "Graph Assistant",
3-
"ai-introduction": "The Graph's AI"
3+
"ai-introduction": "The Graph's AI",
4+
"subgraph-mcp": "Subgraph MCP",
5+
"token-api-mcp": "Token API MCP"
46
}

website/src/pages/en/ai-suite/_meta.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ import titles from './_meta-titles.json'
33
export default {
44
'ai-introduction': titles['ai-introduction'],
55
'graph-assistant': titles['graph-assistant'],
6+
'subgraph-mcp': titles['subgraph-mcp'],
7+
'token-api-mcp': titles['token-api-mcp'],
68
}

website/src/pages/en/ai-suite/graph-assistant/how-to-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ sidebarTitle: 'How-to Guide'
55

66
## How to Use Graph Assistant
77

8-
> [!IMPORTANT] All users can process 10 free queries per user per hour
9-
108
You type a natural language question into the chat interface, such as:
119

1210
```yaml
1311
"What's the total number of DAI transfers on Optimism last week?"
1412
```
1513

14+
> [!IMPORTANT] All users can process 10 free queries per user per hour
15+
1616
### Behind the Scenes
1717

1818
The assistant:

website/src/pages/en/ai-suite/graph-assistant/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Introduction
33
---
44

5-
Graph Assistant gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code.
5+
Graph Assistant [BETA] gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code.
66

77
## Overview
88

9-
Graph Assistant is an advanced, [agentic](/en/ai-suite/graph-assistant/faq/) easy-to-use interface for querying blockchain data using natural language.
9+
[Graph Assistant](https://graph-assistant.vercel.app/) is an advanced, [agentic](/en/ai-suite/graph-assistant/faq/) easy-to-use interface for querying blockchain data using natural language.
1010

1111
- **Automatically** interprets user intent, generates precise queries, executes them via The Graph's Subgraphs and Token API, and presents structured, AI-powered answers without requiring any code.
1212
- **Removes** the technical complexity found in traditional dashboards or chatbots. It provides composable insights directly from indexed Subgraphs and Token datasets.

website/src/pages/en/ai-suite/graph-assistant/quick-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Quick Start
33
---
44

5-
This guide provides step-by-step instructions for getting started with Graph AI Assistant quickly.
5+
This guide provides step-by-step instructions for getting started with Graph Assistant quickly.
66

77
## Step-by Step
88

99
### Step 1. Create an Account
1010

11-
Go to: (Graph AI)[thegraph.com/ai]
11+
Go to: [Graph AI](https://graph-assistant.vercel.app/)
1212

1313
- Click Sign Up (or Log In if you already have an account).
1414
- Use your GitHub or email credentials.

website/src/pages/en/subgraphs/mcp/_meta.js renamed to website/src/pages/en/ai-suite/subgraph-mcp/_meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
introduction: '',
23
claude: '',
34
cline: '',
45
cursor: '',

website/src/pages/en/subgraphs/mcp/claude.mdx renamed to website/src/pages/en/ai-suite/subgraph-mcp/claude.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22
title: Claude Desktop
33
---
44

5-
The Subgraph [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) server enables Claude to interact directly with Subgraphs on The Graph Network. This integration allows you to find relevant Subgraphs for specific keywords and contracts, explore Subgraph schemas, and execute GraphQL queries—all through natural language conversations with Claude.
6-
7-
## What You Can Do
8-
9-
The Subgraph MCP integration enables you to:
10-
11-
- Access the GraphQL schema for any Subgraph on The Graph Network
12-
- Execute GraphQL queries against any Subgraph deployment
13-
- Find top Subgraph deployments for a given keyword or contract address
14-
- Get 30-day query volume for Subgraph deployments
15-
- Ask natural language questions about Subgraph data without writing GraphQL queries manually
5+
This guide walks you through the integration of Subgraph [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) to access Subgraph data via natural language conversations with Claude.
166

177
## Prerequisites
188

website/src/pages/en/subgraphs/mcp/cline.mdx renamed to website/src/pages/en/ai-suite/subgraph-mcp/cline.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cline
33
---
44

5-
The Subgraph [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) server enables Cline to interact directly with Subgraphs on The Graph Network. This integration allows you to explore Subgraph schemas, execute GraphQL queries, and find relevant Subgraphs for specific contracts—all through natural language conversations with Cline.
5+
This guide walks you through the integration of Subgraph [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) to access Subgraph data through natural language conversations with Cline.
66

77
## Prerequisites
88

website/src/pages/en/subgraphs/mcp/cursor.mdx renamed to website/src/pages/en/ai-suite/subgraph-mcp/cursor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cursor
33
---
44

5-
The Subgraph [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) server enables Cursor to interact directly with Subgraphs on The Graph Network. This integration allows you to explore Subgraph schemas, execute GraphQL queries, and find relevant Subgraphs for specific contracts—all through natural language conversations with Cursor.
5+
This guide walks you through the integration of Subgraph [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) to access Subgraph data through natural language conversations with Cline.
66

77
## Prerequisites
88

0 commit comments

Comments
 (0)