Skip to content

Commit 705efd1

Browse files
committed
feat: add package description, repository, homepage, bugs, license, and keywords
1 parent 8c7e1d3 commit 705efd1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/mcp-server/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
"name": "@cityjson/cj-mcp",
33
"version": "0.1.0",
4+
"description": "MCP server for querying CityJSON specification chapters",
45
"type": "module",
56
"main": "dist/index.js",
67
"bin": {
78
"cj-mcp": "dist/index.js"
89
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/cityjson/cj-mcp"
13+
},
14+
"homepage": "https://github.com/cityjson/cj-mcp",
15+
"bugs": {
16+
"url": "https://github.com/cityjson/cj-mcp/issues"
17+
},
18+
"license": "MIT",
19+
"keywords": ["mcp", "cityjson", "model-context-protocol", "3d-city-models"],
920
"scripts": {
1021
"build": "vite build",
1122
"dev": "vite build --watch",

0 commit comments

Comments
 (0)