You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/create-sei/templates.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: "Templates"
3
3
description: "Choose from a collection of templates to quickly scaffold your Sei dApps. Each template comes pre-configured with wallet connection, network setup, and essential development tools."
Copy file name to clipboardExpand all lines: docs/mcp-server/introduction.mdx
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Add the Sei MCP Server to your AI assistant with this configuration:
43
43
44
44
## What is MCP?
45
45
46
-
The Model Context Protocol is an open standard that connects AI systems with external tools and data sources. It enables:
46
+
The Model Context Protocol is an open standard that connects AI systems with custom prompts, tools and data sources (context). It enables:
47
47
48
48
-**Real-time blockchain data access** - Get current balances, transaction history, and network status directly from Sei
49
49
-**Full execution and write operations** - Deploy contracts, execute transactions, and interact with smart contracts
@@ -72,6 +72,23 @@ The Sei MCP Server leverages this protocol to bring comprehensive blockchain fun
72
72
</Accordion>
73
73
</AccordionGroup>
74
74
75
+
## Example Queries
76
+
77
+
```text
78
+
"How do I query staking my delegations using Viem?"
79
+
"Generate a wallet connection component using Sei Global Wallet"
80
+
"Help me set up a new Sei project with the latest patterns"
81
+
```
82
+
83
+
## Code Generation
84
+
85
+
The AI generates accurate, production-ready code using official @sei-js patterns:
86
+
87
+
- Uses correct package imports and APIs
88
+
- Follows documented best practices
89
+
- Includes proper error handling
90
+
- References current version patterns
91
+
75
92
<Note>
76
93
The Sei MCP Server is actively developed with new features added regularly. Current version supports core blockchain operations with advanced DeFi integrations planned.
0 commit comments