Skip to content

Commit 8a1cd3a

Browse files
Automated scrape: 2025-11-17 00:22:03
1 parent c1e5bb7 commit 8a1cd3a

File tree

6 files changed

+77
-71
lines changed

6 files changed

+77
-71
lines changed

merged_docs/all_merged.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -155577,7 +155577,7 @@ Built-in Functions](/docs/language/built-in-functions)
155577155577

155578155578

155579155579

155580-
# Source: https://cadence-lang.org/docs/language
155580+
# Source: https://cadence-lang.org/docs/language/
155581155581

155582155582
The Cadence Programming Language | Cadence
155583155583

@@ -365119,6 +365119,8 @@ send | Flow Developer Portal
365119365119

365120365120

365121365121

365122+
LLM Notice: This documentation site supports content negotiation for AI agents. Request any page with Accept: text/markdown or Accept: text/plain header to receive Markdown instead of HTML. Alternatively, append ?format=md to any URL. All markdown files are available at /md/ prefix paths. For all content in one file, visit /llms-full.txt
365123+
365122365124
[Skip to main content](#__docusaurus_skipToContent_fallback)
365123365125

365124365126
[![Flow Developer Portal Logo](/img/flow-docs-logo-dark.png)![Flow Developer Portal Logo](/img/flow-docs-logo-light.png)](/)[Build](/build/flow)[Tutorials](/blockchain-development-tutorials)[Protocol](/protocol/flow-networks)[Ecosystem](/ecosystem)
@@ -449468,7 +449470,7 @@ On this page
449468449470

449469449471
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).
449470449472

449471-
Specifically, it enables you to:
449473+
Specifically, it lets you:
449472449474

449473449475
* Ask the AI in Cursor to fetch onchain data such as account balances, account information, or contract source code without leaving your editor.
449474449476
* Speed up development by letting AI perform blockchain queries that would normally require manual steps.
@@ -449478,20 +449480,20 @@ Specifically, it enables you to:
449478449480

449479449481
This tutorial will guide you through setting up and using Flow MCP in [Cursor](https://www.cursor.com/) to enhance your Flow blockchain development experience with AI assistance.
449480449482

449481-
## Learning Objectives[​](#learning-objectives "Direct link to Learning Objectives")
449483+
## Learning objectives[​](#learning-objectives "Direct link to Learning objectives")
449482449484

449483-
After completing this tutorial, you should be able to:
449485+
After you complete this tutorial, you should be able to:
449484449486

449485449487
* Configure Cursor to connect with the Flow MCP server using the MCP protocol.
449486449488
* Install and launch the Flow MCP server locally through Cursor.
449487-
* Identify when Flow MCP tools are successfully loaded and ready inside Cursor.
449489+
* Identify when Flow MCP tools successfully load and are ready inside Cursor.
449488449490
* Use Flow MCP tools to retrieve blockchain data such as account balances, account details, and contract source code.
449489449491
* Troubleshoot common setup and connectivity issues between Cursor and Flow MCP.
449490449492

449491449493
## Prerequisites[​](#prerequisites "Direct link to Prerequisites")
449492449494

449493-
* [Cursor](https://www.cursor.com/) - the AI code editor
449494-
* [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp) - the Flow MCP server repository
449495+
* [Cursor](https://www.cursor.com/) - the AI code editor.
449496+
* [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp) - the Flow MCP server repository.
449495449497

449496449498
## Installation[​](#installation "Direct link to Installation")
449497449499

@@ -449541,35 +449543,35 @@ After completing this tutorial, you should be able to:
449541449543
}`
449542449544
3. Restart Cursor to load the new MCP configuration.
449543449545

449544-
You need to wait for the MCP server to start. Once it's ready, you will see there will be a green spot in the left side of `flow-mcp` server name label and all tools for Flow MCP will be displayed.
449546+
You need to wait for the MCP server to start. After it's ready, a green spot appears in the left side of `flow-mcp` server name label, and all tools for Flow MCP display.
449545449547

449546449548
![Flow MCP server ready](/assets/images/flow-mcp-enabled-58b9ed77b93836e1fc1cc077d0367c50.png)
449547449549

449548449550
## How to use Flow MCP in Cursor[​](#how-to-use-flow-mcp-in-cursor "Direct link to How to use Flow MCP in Cursor")
449549449551

449550-
### Checking Flow Balance[​](#checking-flow-balance "Direct link to Checking Flow Balance")
449552+
### Check Flow balance[​](#check-flow-balance "Direct link to Check Flow balance")
449551449553

449552449554
![Sample Image 1](/assets/images/sample-1-e626610744a305d993e0689b51025213.png)
449553449555

449554-
### Viewing Account Information[​](#viewing-account-information "Direct link to Viewing Account Information")
449556+
### View account information[​](#view-account-information "Direct link to View account information")
449555449557

449556449558
![Sample Image 2](/assets/images/sample-2-e3f080df0c2de4c123e01ea7ce123401.png)
449557449559

449558-
### Getting Contract Source Code[​](#getting-contract-source-code "Direct link to Getting Contract Source Code")
449560+
### Get contract source code[​](#get-contract-source-code "Direct link to Get contract source code")
449559449561

449560449562
![Sample Image 3](/assets/images/sample-3-3a0d098a17c974fff8e5ab528fb41eef.png)
449561449563

449562449564
## Troubleshooting[​](#troubleshooting "Direct link to Troubleshooting")
449563449565

449564449566
If you encounter any issues:
449565449567

449566-
1. Ensure the MCP server is properly installed
449567-
2. Verify the configuration file is in the correct location
449568-
3. Check that the paths in the configuration are correct
449569-
4. Try restarting Cursor
449570-
5. Check the console for any error messages
449568+
1. Ensure the MCP server is properly installed.
449569+
2. Verify the configuration file is in the correct location.
449570+
3. Check that the paths in the configuration are correct.
449571+
4. Try restarting Cursor.
449572+
5. Check the console for any error messages.
449571449573

449572-
## Additional Resources[​](#additional-resources "Direct link to Additional Resources")
449574+
## Additional resources[​](#additional-resources "Direct link to Additional resources")
449573449575

449574449576
* [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp)
449575449577
* [Cursor Documentation](https://cursor.sh/docs)
@@ -449579,12 +449581,12 @@ If you encounter any issues:
449579449581

449580449582
For issues or questions:
449581449583

449582-
* Open an issue on the [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp)
449583-
* Join the [Flow Discord](https://discord.gg/flow) community
449584+
* Open an issue on the [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp).
449585+
* Join the [Flow Discord](https://discord.gg/flow) community.
449584449586

449585449587
[Edit this page](https://github.com/onflow/docs/tree/main/docs/blockchain-development-tutorials/use-AI-to-build-on-flow/mcp/use-mcp-in-cursor.md)
449586449588

449587-
Last updated on **Oct 7, 2025** by **0xLisanAlGaib**
449589+
Last updated on **Nov 5, 2025** by **Brian Doyle**
449588449590

449589449591
[Previous
449590449592

@@ -449598,8 +449600,8 @@ Contribute to Flow MCP](/blockchain-development-tutorials/use-AI-to-build-on-flo
449598449600

449599449601
Copy as Markdown
449600449602

449601-
* [Learning Objectives](#learning-objectives)* [Prerequisites](#prerequisites)* [Installation](#installation)* [How to use Flow MCP in Cursor](#how-to-use-flow-mcp-in-cursor)
449602-
+ [Checking Flow Balance](#checking-flow-balance)+ [Viewing Account Information](#viewing-account-information)+ [Getting Contract Source Code](#getting-contract-source-code)* [Troubleshooting](#troubleshooting)* [Additional Resources](#additional-resources)* [Support](#support)
449603+
* [Learning objectives](#learning-objectives)* [Prerequisites](#prerequisites)* [Installation](#installation)* [How to use Flow MCP in Cursor](#how-to-use-flow-mcp-in-cursor)
449604+
+ [Check Flow balance](#check-flow-balance)+ [View account information](#view-account-information)+ [Get contract source code](#get-contract-source-code)* [Troubleshooting](#troubleshooting)* [Additional resources](#additional-resources)* [Support](#support)
449603449605

449604449606
Flow
449605449607

@@ -615837,12 +615839,12 @@ If you have a website and are interested in protecting it in a similar way, you
615837615839
* [How does Cloudflare protect email addresses on website from spammers?](https://developers.cloudflare.com/waf/tools/scrape-shield/email-address-obfuscation/)
615838615840
* [Can I sign up for Cloudflare?](https://developers.cloudflare.com/fundamentals/setup/account/create-account/)
615839615841

615840-
Cloudflare Ray ID: **99f2d2e91979314f**
615842+
Cloudflare Ray ID: **99fb0ebe1d93fa1b**
615841615843
615842615844

615843615845
Your IP:
615844615846
Click to reveal
615845-
20.168.110.177
615847+
135.232.232.16
615846615848
615847615849
Performance & security by [Cloudflare](https://www.cloudflare.com/5xx-error-landing)
615848615850

merged_docs/essentials_merged.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -182446,6 +182446,8 @@ send | Flow Developer Portal
182446182446

182447182447

182448182448

182449+
LLM Notice: This documentation site supports content negotiation for AI agents. Request any page with Accept: text/markdown or Accept: text/plain header to receive Markdown instead of HTML. Alternatively, append ?format=md to any URL. All markdown files are available at /md/ prefix paths. For all content in one file, visit /llms-full.txt
182450+
182449182451
[Skip to main content](#__docusaurus_skipToContent_fallback)
182450182452

182451182453
[![Flow Developer Portal Logo](/img/flow-docs-logo-dark.png)![Flow Developer Portal Logo](/img/flow-docs-logo-light.png)](/)[Build](/build/flow)[Tutorials](/blockchain-development-tutorials)[Protocol](/protocol/flow-networks)[Ecosystem](/ecosystem)
@@ -266795,7 +266797,7 @@ On this page
266795266797

266796266798
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).
266797266799

266798-
Specifically, it enables you to:
266800+
Specifically, it lets you:
266799266801

266800266802
* Ask the AI in Cursor to fetch onchain data such as account balances, account information, or contract source code without leaving your editor.
266801266803
* Speed up development by letting AI perform blockchain queries that would normally require manual steps.
@@ -266805,20 +266807,20 @@ Specifically, it enables you to:
266805266807

266806266808
This tutorial will guide you through setting up and using Flow MCP in [Cursor](https://www.cursor.com/) to enhance your Flow blockchain development experience with AI assistance.
266807266809

266808-
## Learning Objectives[​](#learning-objectives "Direct link to Learning Objectives")
266810+
## Learning objectives[​](#learning-objectives "Direct link to Learning objectives")
266809266811

266810-
After completing this tutorial, you should be able to:
266812+
After you complete this tutorial, you should be able to:
266811266813

266812266814
* Configure Cursor to connect with the Flow MCP server using the MCP protocol.
266813266815
* Install and launch the Flow MCP server locally through Cursor.
266814-
* Identify when Flow MCP tools are successfully loaded and ready inside Cursor.
266816+
* Identify when Flow MCP tools successfully load and are ready inside Cursor.
266815266817
* Use Flow MCP tools to retrieve blockchain data such as account balances, account details, and contract source code.
266816266818
* Troubleshoot common setup and connectivity issues between Cursor and Flow MCP.
266817266819

266818266820
## Prerequisites[​](#prerequisites "Direct link to Prerequisites")
266819266821

266820-
* [Cursor](https://www.cursor.com/) - the AI code editor
266821-
* [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp) - the Flow MCP server repository
266822+
* [Cursor](https://www.cursor.com/) - the AI code editor.
266823+
* [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp) - the Flow MCP server repository.
266822266824

266823266825
## Installation[​](#installation "Direct link to Installation")
266824266826

@@ -266868,35 +266870,35 @@ After completing this tutorial, you should be able to:
266868266870
}`
266869266871
3. Restart Cursor to load the new MCP configuration.
266870266872

266871-
You need to wait for the MCP server to start. Once it's ready, you will see there will be a green spot in the left side of `flow-mcp` server name label and all tools for Flow MCP will be displayed.
266873+
You need to wait for the MCP server to start. After it's ready, a green spot appears in the left side of `flow-mcp` server name label, and all tools for Flow MCP display.
266872266874

266873266875
![Flow MCP server ready](/assets/images/flow-mcp-enabled-58b9ed77b93836e1fc1cc077d0367c50.png)
266874266876

266875266877
## How to use Flow MCP in Cursor[​](#how-to-use-flow-mcp-in-cursor "Direct link to How to use Flow MCP in Cursor")
266876266878

266877-
### Checking Flow Balance[​](#checking-flow-balance "Direct link to Checking Flow Balance")
266879+
### Check Flow balance[​](#check-flow-balance "Direct link to Check Flow balance")
266878266880

266879266881
![Sample Image 1](/assets/images/sample-1-e626610744a305d993e0689b51025213.png)
266880266882

266881-
### Viewing Account Information[​](#viewing-account-information "Direct link to Viewing Account Information")
266883+
### View account information[​](#view-account-information "Direct link to View account information")
266882266884

266883266885
![Sample Image 2](/assets/images/sample-2-e3f080df0c2de4c123e01ea7ce123401.png)
266884266886

266885-
### Getting Contract Source Code[​](#getting-contract-source-code "Direct link to Getting Contract Source Code")
266887+
### Get contract source code[​](#get-contract-source-code "Direct link to Get contract source code")
266886266888

266887266889
![Sample Image 3](/assets/images/sample-3-3a0d098a17c974fff8e5ab528fb41eef.png)
266888266890

266889266891
## Troubleshooting[​](#troubleshooting "Direct link to Troubleshooting")
266890266892

266891266893
If you encounter any issues:
266892266894

266893-
1. Ensure the MCP server is properly installed
266894-
2. Verify the configuration file is in the correct location
266895-
3. Check that the paths in the configuration are correct
266896-
4. Try restarting Cursor
266897-
5. Check the console for any error messages
266895+
1. Ensure the MCP server is properly installed.
266896+
2. Verify the configuration file is in the correct location.
266897+
3. Check that the paths in the configuration are correct.
266898+
4. Try restarting Cursor.
266899+
5. Check the console for any error messages.
266898266900

266899-
## Additional Resources[​](#additional-resources "Direct link to Additional Resources")
266901+
## Additional resources[​](#additional-resources "Direct link to Additional resources")
266900266902

266901266903
* [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp)
266902266904
* [Cursor Documentation](https://cursor.sh/docs)
@@ -266906,12 +266908,12 @@ If you encounter any issues:
266906266908

266907266909
For issues or questions:
266908266910

266909-
* Open an issue on the [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp)
266910-
* Join the [Flow Discord](https://discord.gg/flow) community
266911+
* Open an issue on the [Flow MCP GitHub Repository](https://github.com/outblock/flow-mcp).
266912+
* Join the [Flow Discord](https://discord.gg/flow) community.
266911266913

266912266914
[Edit this page](https://github.com/onflow/docs/tree/main/docs/blockchain-development-tutorials/use-AI-to-build-on-flow/mcp/use-mcp-in-cursor.md)
266913266915

266914-
Last updated on **Oct 7, 2025** by **0xLisanAlGaib**
266916+
Last updated on **Nov 5, 2025** by **Brian Doyle**
266915266917

266916266918
[Previous
266917266919

@@ -266925,8 +266927,8 @@ Contribute to Flow MCP](/blockchain-development-tutorials/use-AI-to-build-on-flo
266925266927

266926266928
Copy as Markdown
266927266929

266928-
* [Learning Objectives](#learning-objectives)* [Prerequisites](#prerequisites)* [Installation](#installation)* [How to use Flow MCP in Cursor](#how-to-use-flow-mcp-in-cursor)
266929-
+ [Checking Flow Balance](#checking-flow-balance)+ [Viewing Account Information](#viewing-account-information)+ [Getting Contract Source Code](#getting-contract-source-code)* [Troubleshooting](#troubleshooting)* [Additional Resources](#additional-resources)* [Support](#support)
266930+
* [Learning objectives](#learning-objectives)* [Prerequisites](#prerequisites)* [Installation](#installation)* [How to use Flow MCP in Cursor](#how-to-use-flow-mcp-in-cursor)
266931+
+ [Check Flow balance](#check-flow-balance)+ [View account information](#view-account-information)+ [Get contract source code](#get-contract-source-code)* [Troubleshooting](#troubleshooting)* [Additional resources](#additional-resources)* [Support](#support)
266930266932

266931266933
Flow
266932266934

@@ -433121,12 +433123,12 @@ If you have a website and are interested in protecting it in a similar way, you
433121433123
* [How does Cloudflare protect email addresses on website from spammers?](https://developers.cloudflare.com/waf/tools/scrape-shield/email-address-obfuscation/)
433122433124
* [Can I sign up for Cloudflare?](https://developers.cloudflare.com/fundamentals/setup/account/create-account/)
433123433125

433124-
Cloudflare Ray ID: **99f2d2e91979314f**
433126+
Cloudflare Ray ID: **99fb0ebe1d93fa1b**
433125433127
433126433128

433127433129
Your IP:
433128433130
Click to reveal
433129-
20.168.110.177
433131+
135.232.232.16
433130433132
433131433133
Performance & security by [Cloudflare](https://www.cloudflare.com/5xx-error-landing)
433132433134

scraped_docs/cadence_lang_org_docs/docs_language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://cadence-lang.org/docs/language
1+
# Source: https://cadence-lang.org/docs/language/
22

33
The Cadence Programming Language | Cadence
44

0 commit comments

Comments
 (0)