There was an error while loading. Please reload this page.
1 parent 27fb4a7 commit 622bb1eCopy full SHA for 622bb1e
1 file changed
package.json
@@ -1,6 +1,28 @@
1
{
2
"name": "codingbuddy-monorepo",
3
"private": true,
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
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/JeremyDev87/codingbuddy/issues"
13
14
+ "homepage": "https://github.com/JeremyDev87/codingbuddy#readme",
15
+ "keywords": [
16
+ "ai",
17
+ "coding-assistant",
18
+ "mcp",
19
+ "model-context-protocol",
20
+ "cursor",
21
+ "claude",
22
+ "copilot",
23
+ "coding-rules",
24
+ "developer-tools"
25
+ ],
26
"workspaces": [
27
"packages/*",
28
"apps/*"
0 commit comments