Skip to content

Commit cc40b4a

Browse files
committed
removed Title Case and Overviews from MCP docs.
1 parent a7dd350 commit cc40b4a

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

docs/blockchain-development-tutorials/use-AI-to-build-on-flow/mcp/contribute-to-mcp.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ keywords:
1414

1515
# Contribute to Flow MCP
1616

17-
## Overview
18-
1917
This tutorial will guide you through the process of contributing to the Flow MCP server. The [Model Context Protocol (MCP)] is an open standard developed by Anthropic that allows AI applications to interact seamlessly with external tools, systems, and data sources.
2018

21-
## Learning Objectives
19+
## Learning objectives
2220

2321
After you complete this tutorial, you should be able to:
2422

@@ -54,7 +52,7 @@ After you complete this tutorial, you should be able to:
5452
bun build
5553
```
5654

57-
## Create new Action Tool for Flow MCP
55+
## Create new action tool for Flow MCP
5856

5957
1. Create a new folder in the `src/tools` directory:
6058

docs/blockchain-development-tutorials/use-AI-to-build-on-flow/mcp/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ keywords:
1414

1515
# Flow MCP (Model Context Protocol)
1616

17-
## Overview
18-
1917
The Model Context Protocol (MCP) is an open standard that allows AI applications to interact seamlessly with external tools, systems, and data sources. Flow MCP extends this protocol to provide AI tools with direct access to Flow blockchain data, smart contracts, and onchain operations. This integration allows developers to enhance their AI-powered development workflows with real-time blockchain information and automated Flow interactions.
2018

2119
Flow MCP transforms how developers work with the Flow blockchain by bringing blockchain capabilities directly into AI-powered code editors and development tools, which eliminates the need to switch between different interfaces and allows more efficient, context-aware development experiences.

docs/blockchain-development-tutorials/use-AI-to-build-on-flow/mcp/use-mcp-in-cursor.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ keywords:
2626
></iframe>
2727
</div>
2828
29-
## Overview
30-
3129
Adding Flow MCP to Cursor gives you powerful AI-driven tools directly inside your code editor. It allows Cursor's AI to understand, query, and interact with Flow blockchain data and smart contracts through a standard protocol called the Model Context Protocol (MCP).
3230

3331
Specifically, it lets you:
@@ -40,7 +38,7 @@ Specifically, it lets you:
4038

4139
This tutorial will guide you through setting up and using Flow MCP in [Cursor] to enhance your Flow blockchain development experience with AI assistance.
4240

43-
## Learning Objectives
41+
## Learning objectives
4442

4543
After you complete this tutorial, you should be able to:
4644

@@ -90,15 +88,15 @@ After you complete this tutorial, you should be able to:
9088

9189
## How to use Flow MCP in Cursor
9290

93-
### Checking Flow Balance
91+
### Check Flow balance
9492

9593
![Sample Image 1](./imgs/sample-1.png)
9694

97-
### Viewing Account Information
95+
### View account information
9896

9997
![Sample Image 2](./imgs/sample-2.png)
10098

101-
### Getting Contract Source Code
99+
### Get contract source code
102100

103101
![Sample Image 3](./imgs/sample-3.png)
104102

0 commit comments

Comments
 (0)