|
1 | 1 |
|
2 | 2 | # Table of Contents
|
3 | 3 |
|
4 |
| -- [MCP Server: code-to-tree](#orgf5248dc) |
5 |
| -- [Using code-to-tree](#orgcf66e47) |
6 |
| -- [Configure MCP Clients](#orgcd08e07) |
7 |
| -- [Building (Windows)](#org2850757) |
8 |
| -- [Building (macOS)](#org7635de0) |
| 4 | +- [MCP Server: code-to-tree](#orgf542482) |
| 5 | +- [Using code-to-tree](#org862e7dc) |
| 6 | +- [Configure MCP Clients](#orge54fa87) |
| 7 | +- [Building (Windows)](#org48a8180) |
| 8 | +- [Building (macOS)](#orgbaa740e) |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| -<a id="orgf5248dc"></a> |
| 12 | +<a id="orgf542482"></a> |
13 | 13 |
|
14 | 14 | # MCP Server: code-to-tree
|
15 | 15 |
|
@@ -39,18 +39,18 @@ result for the same question, you will likely get a completely different
|
39 | 39 | style or content. The screenshots or questions provided here are just for the reference)
|
40 | 40 |
|
41 | 41 |
|
42 |
| -<a id="orgcf66e47"></a> |
| 42 | +<a id="org862e7dc"></a> |
43 | 43 |
|
44 | 44 | # Using code-to-tree
|
45 | 45 |
|
46 | 46 | Before everthing, you need to have the code-to-tree executable on your
|
47 | 47 | machine (`code-to-tree.exe` for Windows, `code-to-tree` for macOS),
|
48 |
| -you can download from Github release page or build it yourself. Once |
| 48 | +you can download at GitHub release [page](https://github.com/micl2e2/code-to-tree/releases) or build it yourself. Once |
49 | 49 | downloaded, you configure your MCP clients to install it, check the section
|
50 | 50 | *"Configure MCP Clients"* for more details.
|
51 | 51 |
|
52 | 52 |
|
53 |
| -<a id="orgcd08e07"></a> |
| 53 | +<a id="orge54fa87"></a> |
54 | 54 |
|
55 | 55 | # Configure MCP Clients
|
56 | 56 |
|
@@ -83,7 +83,7 @@ specify the location of `code-to-tree`
|
83 | 83 | }
|
84 | 84 |
|
85 | 85 |
|
86 |
| -<a id="org2850757"></a> |
| 86 | +<a id="org48a8180"></a> |
87 | 87 |
|
88 | 88 | # Building (Windows)
|
89 | 89 |
|
@@ -153,7 +153,7 @@ Compile code-to-tree:
|
153 | 153 | # Assume the output is: /c/path/to/code-to-tree.exe
|
154 | 154 |
|
155 | 155 |
|
156 |
| -<a id="org7635de0"></a> |
| 156 | +<a id="orgbaa740e"></a> |
157 | 157 |
|
158 | 158 | # Building (macOS)
|
159 | 159 |
|
|
0 commit comments