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/mcp-server/context.mdx
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,25 @@
1
1
---
2
2
title: "Documentation Context"
3
-
description: "How the MCP server reads @sei-js documentation to provide intelligent assistance"
3
+
description: "How the MCP server provides intelligent assistance through comprehensive documentation search"
4
4
icon: "book-open"
5
5
---
6
6
7
-
The Sei MCP Server includes intelligent documentation search that reads the entire @sei-js ecosystem documentation to provide context-aware responses and code generation.
7
+
The Sei MCP Server includes intelligent documentation search that provides access to both the main Sei documentation and the entire @sei-js ecosystem documentation for context-aware responses and code generation.
8
8
9
9
## Documentation Access
10
10
11
-
The MCP server can search and reference documentation for all @sei-js packages:
Copy file name to clipboardExpand all lines: docs/mcp-server/introduction.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The Model Context Protocol is an open standard that connects AI systems with cus
70
70
-**Real-time blockchain data access** - Get current balances, transaction history, and network status directly from Sei
71
71
-**Secure by default** - Runs in read-only mode until you explicitly enable wallet tools
72
72
-**Full execution and write operations** - Deploy contracts, execute transactions, and interact with smart contracts (with wallet configured)
73
-
-**Up-to-date documentation access** - Search and understand the latest Seidocumentation and guides
73
+
-**Up-to-date documentation access** - Search both main Sei docs and Sei-JS package documentation for comprehensive guidance
74
74
-**Specialized blockchain capabilities** - Access Sei-specific features like precompiles and native token operations
75
75
76
76
The Sei MCP Server leverages this protocol to bring comprehensive blockchain functionality directly to your AI assistant, enabling natural language interactions with the Sei network.
@@ -91,13 +91,14 @@ The Sei MCP Server leverages this protocol to bring comprehensive blockchain fun
Copy file name to clipboardExpand all lines: docs/mcp-server/tools.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: "Available Tools"
3
-
description: "Complete reference of 28 MCP tools for blockchain operations"
3
+
description: "Complete reference of 29 MCP tools for blockchain operations"
4
4
icon: "wrench"
5
5
---
6
6
7
-
The Sei MCP Server provides 28 tools for blockchain operations. **By default, wallet tools are disabled** and only read-only tools are available. [Enable wallet tools](/mcp-server/setup#wallet-connection) to unlock transaction capabilities.
7
+
The Sei MCP Server provides 29 tools for blockchain operations. **By default, wallet tools are disabled** and only read-only tools are available. [Enable wallet tools](/mcp-server/setup#wallet-connection) to unlock transaction capabilities.
8
8
9
9
<Note>
10
10
**Wallet Tools Disabled by Default**
@@ -113,6 +113,7 @@ These tools require [wallet configuration](/mcp-server/setup#wallet-connection)
113
113
114
114
| Tool | Purpose | Example Usage |
115
115
|------|---------|---------------|
116
+
|`search_docs`| Search the main Sei docs for general chain information, ecosystem providers, and user onboarding guides | "How do I bridge tokens to Sei?" |
116
117
|`search_sei_js_docs`| Search Sei-JS documentation | "How do I use precompiles with Viem?" |
'Search the main Sei docs for general chain information, ecosystem providers, and user onboarding guides. Useful for all queries for up-to-date information about Sei.',
'Search all @sei-js libraries documentation for blockchain development, EVM/Ethereum integration, global wallet connections, React next.js and vite boilerplates, ledger integration, and the Sei chain registry',
68
+
'Search all @sei-js libraries documentation for blockchain development, EVM/Ethereum integration, global wallet connections, React Next.js and Vite boilerplates, ledger integration, and the Sei chain registry. Useful for NodeJS based integrations with Sei.',
0 commit comments