@@ -19,7 +19,7 @@ Testing shows good results with Cursor and Claude Code. The AI can prepare initi
19
19
20
20
## Configuration
21
21
22
- Create a ` . mcp.json` file with the following content:
22
+ Create a ` mcp.json ` file with the following content:
23
23
24
24
``` json
25
25
{
@@ -38,8 +38,8 @@ Create a `.mcp.json` file with the following content:
38
38
39
39
1 . Provide ` .cursor/mcp.json ` in your project root.
40
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.
41
+ - For best results mention that file paths should be absolute.
42
+ - Alternatively, you can provide an existing initial domain mapping file.
43
43
3 . Use the editor to guide the AI to create the initial domain mappings.
44
44
4 . Use ` initial-mapping check ` to test the initial domain mappings against the local domain metadata file.
45
45
@@ -53,7 +53,7 @@ See [Cursor documentation](https://docs.cursor.com/context/@-symbols/@-docs#add-
53
53
54
54
1 . Provide ` .mcp.json ` in your project root.
55
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.
56
+ - Alternatively, you can provide an existing initial domain mapping file.
57
57
3 . Use the editor to guide the AI to create the initial domain mappings.
58
58
4 . Use ` initial-mapping check ` to test the initial domain mappings against the local domain metadata file.
59
59
0 commit comments