Skip to content

Commit 27fb4a7

Browse files
wishket-pjwJeremyDev87
authored andcommitted
chore: Add npm package metadata to mcp-server package.json
- Add author, license, repository fields - Add bugs and homepage URLs - Add keywords array for npm discoverability - Update description with more detailed text - Configure repository.directory for monorepo structure close #99
1 parent 2fcaafb commit 27fb4a7

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

apps/mcp-server/package.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
11
{
22
"name": "codingbuddy",
33
"version": "1.0.0",
4-
"description": "Multi-AI Rules MCP Server",
4+
"description": "Multi-AI Rules MCP Server - One source of truth for AI coding rules across all AI assistants",
5+
"author": "JeremyDev87",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/JeremyDev87/codingbuddy.git",
10+
"directory": "apps/mcp-server"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/JeremyDev87/codingbuddy/issues"
14+
},
15+
"homepage": "https://github.com/JeremyDev87/codingbuddy#readme",
16+
"keywords": [
17+
"ai",
18+
"mcp",
19+
"model-context-protocol",
20+
"coding-assistant",
21+
"cursor",
22+
"claude",
23+
"claude-code",
24+
"copilot",
25+
"antigravity",
26+
"amazon-q",
27+
"kiro",
28+
"coding-rules",
29+
"ai-rules",
30+
"developer-tools",
31+
"nestjs"
32+
],
533
"main": "dist/src/main.js",
634
"bin": "./dist/src/cli/cli.js",
735
"files": [

0 commit comments

Comments
 (0)