Skip to content

Commit dd3c850

Browse files
committed
docs: update readme
1 parent beee405 commit dd3c850

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 CityJSON
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ cityjson-spec-mcp
2929

3030
## 🛠️ Installation
3131

32-
### Cursor
32+
<details>
33+
<summary>Cursor</summary>
3334

3435
Add to `~/.cursor/mcp.json`:
3536

@@ -44,7 +45,10 @@ Add to `~/.cursor/mcp.json`:
4445
}
4546
```
4647

47-
### Claude Desktop
48+
</details>
49+
50+
<details>
51+
<summary>Claude Desktop</summary>
4852

4953
Add to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):
5054

@@ -59,7 +63,10 @@ Add to your Claude Desktop config (`~/Library/Application Support/Claude/claude_
5963
}
6064
```
6165

62-
### VS Code
66+
</details>
67+
68+
<details>
69+
<summary>VS Code</summary>
6370

6471
Add to your VS Code settings:
6572

@@ -77,7 +84,10 @@ Add to your VS Code settings:
7784
}
7885
```
7986

80-
### Windsurf
87+
</details>
88+
89+
<details>
90+
<summary>Windsurf</summary>
8191

8292
Add to your Windsurf MCP config:
8393

@@ -92,6 +102,8 @@ Add to your Windsurf MCP config:
92102
}
93103
```
94104

105+
</details>
106+
95107
## 🔨 Available Tools
96108

97109
### `cityjson_read_spec_outline`

0 commit comments

Comments
 (0)