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: fern/docs/pages/airdrop/mcp.mdx
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@ The Model Context Protocol (MCP) is an open protocol that enables large language
3
3
Chef-cli provides MCP integration through the `chef-cli mcp initial-mapping` subcommand.
4
4
This integration allows AI assistants to programmatically edit and test initial domain mapping files.
5
5
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
+
6
14
## Prerequisites
7
15
8
16
- Chef-cli installed and configured
@@ -73,10 +81,3 @@ The MCP server provides tools for:
73
81
- Validation of mapping file structure
74
82
- Testing initial domain mapping files against local metadata files
75
83
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