Skip to content

Commit abb39e0

Browse files
committed
Move limitations to top
1 parent a9bd3bf commit abb39e0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

fern/docs/pages/airdrop/mcp.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ The Model Context Protocol (MCP) is an open protocol that enables large language
33
Chef-cli provides MCP integration through the `chef-cli mcp initial-mapping` subcommand.
44
This integration allows AI assistants to programmatically edit and test initial domain mapping files.
55

6+
## Limitations
7+
8+
<Warning>
9+
MCP integration is experimental. Functionality may vary across different AI models and MCP clients.
10+
</Warning>
11+
12+
Testing shows good results with Cursor and Claude Code. The AI can prepare initial mappings with significant autonomy, though developer oversight remains essential.
13+
614
## Prerequisites
715

816
- Chef-cli installed and configured
@@ -73,10 +81,3 @@ The MCP server provides tools for:
7381
- Validation of mapping file structure
7482
- Testing initial domain mapping files against local metadata files
7583

76-
## Limitations
77-
78-
<Warning>
79-
MCP integration is experimental. Functionality may vary across different AI models and MCP clients.
80-
</Warning>
81-
82-
Testing shows good results with Cursor and Claude Code. The AI can prepare initial mappings with significant autonomy, though developer oversight remains essential.

0 commit comments

Comments
 (0)