feat: implement MCP server with tools for searching, retrieving, composing,...
feat: implement MCP server with tools for searching, retrieving, composing, and refreshing project rules.
Showing
.gitignore
0 → 100644
backend/api.md
0 → 100644
base.md
0 → 100644
frontend/react.md
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "awing-rules-claudecode-mcp", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "prestart": "npm run build", | ||
| "start": "node dist/index.js", | ||
| "test": "node dist/tests/runner.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://gitlab.awing.vn/awing-mcp/awing-rules-claudecode-mcp.git" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "@modelcontextprotocol/sdk": "^1.25.3", | ||
| "@types/glob": "^8.1.0", | ||
| "@types/lunr": "^2.3.7", | ||
| "@types/minimatch": "^5.1.2", | ||
| "@types/node": "^25.1.0", | ||
| "glob": "^13.0.0", | ||
| "gray-matter": "^4.0.3", | ||
| "lunr": "^2.3.9", | ||
| "minimatch": "^10.1.1", | ||
| "typescript": "^5.9.3", | ||
| "zod": "^4.3.6" | ||
| } | ||
| } | ||
| \ No newline at end of file |
src/index.ts
0 → 100644
src/rules/composer.ts
0 → 100644
src/rules/indexer.ts
0 → 100644
src/rules/loader.ts
0 → 100644
src/rules/scorer.ts
0 → 100644
src/tests/runner.ts
0 → 100644
src/types.ts
0 → 100644
src/utils/glob.ts
0 → 100644
style/typescript.md
0 → 100644
testing/jest.md
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment