Commit 811b0909 authored by Long Lê Đăng's avatar Long Lê Đăng

docs: Cập nhật cấu hình `mcpServers` trong `readme.md` để chạy...

docs: Cập nhật cấu hình `mcpServers` trong `readme.md` để chạy `awing-rules-claudecode-mcp` bằng `npx` từ Git.
parent 270cd023
...@@ -34,10 +34,11 @@ To use this with Claude Code or Claude Desktop, add it to your MCP configuration ...@@ -34,10 +34,11 @@ To use this with Claude Code or Claude Desktop, add it to your MCP configuration
```json ```json
{ {
"mcpServers": { "mcpServers": {
"awing-rules": { "awing-rules-claudecode-mcp": {
"command": "node", "command": "npx",
"args": [ "args": [
"d:/Project/Awing/awing-rules-claudecode-mcp/dist/index.js" "-y",
"git+https://gitlab.awing.vn/awing-mcp/awing-rules-claudecode-mcp.git"
] ]
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment