@@ -16,11 +16,10 @@ Testing shows good results with Cursor and Claude Code. The AI can prepare initi
16
16
- Chef-cli installed and configured
17
17
- MCP-compatible client (Cursor, Claude Code, etc.)
18
18
- External domain metadata file
19
- - Empty or partially populated initial domain mapping file
20
19
21
20
## Configuration
22
21
23
- Create a ` . mcp.json` file with the following content:
22
+ Create a ` mcp.json ` file with the following content:
24
23
25
24
``` json
26
25
{
@@ -38,7 +37,9 @@ Create a `.mcp.json` file with the following content:
38
37
### Cursor setup
39
38
40
39
1 . Provide ` .cursor/mcp.json ` in your project root.
41
- 2 . Using the editor Agent mode point the AI to the initial domain mapping file.
40
+ 2 . Using the editor Agent mode point the AI to the preferred initial domain mapping file location.
41
+ - For best results, mention that file paths should be absolute.
42
+ - Alternatively, you can provide an existing initial domain mapping file.
42
43
3 . Use the editor to guide the AI to create the initial domain mappings.
43
44
4 . Use ` initial-mapping check ` to test the initial domain mappings against the local domain metadata file.
44
45
@@ -51,7 +52,8 @@ See [Cursor documentation](https://docs.cursor.com/context/@-symbols/@-docs#add-
51
52
### Claude Code setup
52
53
53
54
1 . Provide ` .mcp.json ` in your project root.
54
- 2 . Using the editor point the AI to the initial domain mapping file.
55
+ 2 . Using the editor point the AI to the preferred initial domain mapping file location.
56
+ - Alternatively, you can provide an existing initial domain mapping file.
55
57
3 . Use the editor to guide the AI to create the initial domain mappings.
56
58
4 . Use ` initial-mapping check ` to test the initial domain mappings against the local domain metadata file.
57
59
@@ -86,4 +88,3 @@ The MCP server provides tools for:
86
88
- Field mapping and unmapping operations
87
89
- Validation of mapping file structure
88
90
- Testing initial domain mapping files against local metadata files
89
-
0 commit comments