rulesync 3.20.0 → 3.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -15
- package/dist/index.cjs +345 -333
- package/dist/index.js +302 -290
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -640,21 +640,6 @@ Add the Rulesync MCP server to your `.rulesync/mcp.json`:
|
|
|
640
640
|
}
|
|
641
641
|
```
|
|
642
642
|
|
|
643
|
-
For development, you can use:
|
|
644
|
-
|
|
645
|
-
```json
|
|
646
|
-
{
|
|
647
|
-
"mcpServers": {
|
|
648
|
-
"rulesync-mcp": {
|
|
649
|
-
"type": "stdio",
|
|
650
|
-
"command": "pnpm",
|
|
651
|
-
"args": ["dev", "mcp"],
|
|
652
|
-
"env": {}
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
```
|
|
657
|
-
|
|
658
643
|
## Contributing
|
|
659
644
|
|
|
660
645
|
Issues and Pull Requests are welcome!
|