rulesync 0.58.0 → 0.60.0
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/dist/{chunk-7UBF4OLN.js → chunk-2TFEIJOG.js} +1 -1
- package/dist/{chunk-OA473EXZ.js → chunk-55OU7KJU.js} +1 -1
- package/dist/{chunk-VNT6AHHO.js → chunk-5BYJMDCI.js} +1 -1
- package/dist/{chunk-WAX2UANS.js → chunk-7Q5JNJJW.js} +1 -1
- package/dist/{chunk-VKNCBVZF.js → chunk-GJ3NMGAT.js} +1 -1
- package/dist/{chunk-W2WU253H.js → chunk-QP2BI4DF.js} +1 -1
- package/dist/{chunk-J3TBR5EP.js → chunk-YGX4XO3M.js} +2 -2
- package/dist/{chunk-7E4U4YAB.js → chunk-ZOVBWPWK.js} +1 -1
- package/dist/{claudecode-VVI2PTKI.js → claudecode-W56JJONQ.js} +2 -2
- package/dist/{cline-BJLFSLEB.js → cline-SEVFH54V.js} +2 -2
- package/dist/{codexcli-LKWQB3V3.js → codexcli-Q34DZAEO.js} +2 -2
- package/dist/{cursor-2BVUO64T.js → cursor-PT2RUL4U.js} +2 -2
- package/dist/{geminicli-5YFMKRFL.js → geminicli-AUNY2MDS.js} +2 -2
- package/dist/index.cjs +431 -135
- package/dist/index.js +81 -167
- package/dist/{junie-5TDJPUXX.js → junie-YL5UL6FE.js} +2 -2
- package/dist/{windsurf-PXDRIQ76.js → windsurf-RLTNFHLL.js} +2 -2
- package/package.json +3 -1
- package/README.ja.md +0 -930
|
@@ -97,7 +97,7 @@ var configWrappers = {
|
|
|
97
97
|
var MCP_GENERATOR_REGISTRY = {
|
|
98
98
|
claudecode: {
|
|
99
99
|
target: "claudecode",
|
|
100
|
-
configPaths: [".
|
|
100
|
+
configPaths: [".mcp.json"],
|
|
101
101
|
serverTransform: (server) => {
|
|
102
102
|
const claudeServer = {};
|
|
103
103
|
if (server.command) {
|
|
@@ -176,7 +176,7 @@ var MCP_GENERATOR_REGISTRY = {
|
|
|
176
176
|
},
|
|
177
177
|
junie: {
|
|
178
178
|
target: "junie",
|
|
179
|
-
configPaths: [".junie/mcp
|
|
179
|
+
configPaths: [".junie/mcp/mcp.json"],
|
|
180
180
|
serverTransform: (server, serverName) => {
|
|
181
181
|
const junieServer = {
|
|
182
182
|
name: serverName
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generateGeminiCliMcp,
|
|
3
3
|
generateGeminiCliMcpConfiguration
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-7Q5JNJJW.js";
|
|
5
|
+
import "./chunk-YGX4XO3M.js";
|
|
6
6
|
import "./chunk-AUUSMVCT.js";
|
|
7
7
|
export {
|
|
8
8
|
generateGeminiCliMcp,
|