@appaflytech/wappa-mcp 0.0.11 → 0.0.12
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/client.d.ts +6 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +52 -0
- package/dist/client.js.map +1 -1
- package/dist/factory.d.ts.map +1 -1
- package/dist/factory.js +38 -0
- package/dist/factory.js.map +1 -1
- package/dist/tools/ai-chat-sessions.d.ts +143 -0
- package/dist/tools/ai-chat-sessions.d.ts.map +1 -0
- package/dist/tools/ai-chat-sessions.js +144 -0
- package/dist/tools/ai-chat-sessions.js.map +1 -0
- package/dist/tools/app-users.d.ts +440 -0
- package/dist/tools/app-users.d.ts.map +1 -0
- package/dist/tools/app-users.js +347 -0
- package/dist/tools/app-users.js.map +1 -0
- package/dist/tools/component-categories.d.ts +157 -0
- package/dist/tools/component-categories.d.ts.map +1 -0
- package/dist/tools/component-categories.js +162 -0
- package/dist/tools/component-categories.js.map +1 -0
- package/dist/tools/countries.d.ts +148 -0
- package/dist/tools/countries.d.ts.map +1 -0
- package/dist/tools/countries.js +142 -0
- package/dist/tools/countries.js.map +1 -0
- package/dist/tools/db-routines.d.ts +229 -0
- package/dist/tools/db-routines.d.ts.map +1 -0
- package/dist/tools/db-routines.js +233 -0
- package/dist/tools/db-routines.js.map +1 -0
- package/dist/tools/dynamic-entities.d.ts +166 -0
- package/dist/tools/dynamic-entities.d.ts.map +1 -1
- package/dist/tools/dynamic-entities.js +147 -0
- package/dist/tools/dynamic-entities.js.map +1 -1
- package/dist/tools/entities.d.ts +119 -0
- package/dist/tools/entities.d.ts.map +1 -1
- package/dist/tools/entities.js +116 -0
- package/dist/tools/entities.js.map +1 -1
- package/dist/tools/error-logs.d.ts +67 -0
- package/dist/tools/error-logs.d.ts.map +1 -0
- package/dist/tools/error-logs.js +74 -0
- package/dist/tools/error-logs.js.map +1 -0
- package/dist/tools/general.d.ts.map +1 -1
- package/dist/tools/general.js +218 -0
- package/dist/tools/general.js.map +1 -1
- package/dist/tools/layouts.d.ts +21 -0
- package/dist/tools/layouts.d.ts.map +1 -1
- package/dist/tools/layouts.js +19 -0
- package/dist/tools/layouts.js.map +1 -1
- package/dist/tools/operations.d.ts +184 -0
- package/dist/tools/operations.d.ts.map +1 -0
- package/dist/tools/operations.js +217 -0
- package/dist/tools/operations.js.map +1 -0
- package/dist/tools/page-entities.d.ts +522 -0
- package/dist/tools/page-entities.d.ts.map +1 -0
- package/dist/tools/page-entities.js +535 -0
- package/dist/tools/page-entities.js.map +1 -0
- package/dist/tools/pages.d.ts +226 -0
- package/dist/tools/pages.d.ts.map +1 -1
- package/dist/tools/pages.js +194 -0
- package/dist/tools/pages.js.map +1 -1
- package/dist/tools/plugins.d.ts +230 -0
- package/dist/tools/plugins.d.ts.map +1 -0
- package/dist/tools/plugins.js +218 -0
- package/dist/tools/plugins.js.map +1 -0
- package/dist/tools/queries.d.ts +266 -0
- package/dist/tools/queries.d.ts.map +1 -1
- package/dist/tools/queries.js +288 -0
- package/dist/tools/queries.js.map +1 -1
- package/dist/tools/query-categories.d.ts +192 -0
- package/dist/tools/query-categories.d.ts.map +1 -0
- package/dist/tools/query-categories.js +204 -0
- package/dist/tools/query-categories.js.map +1 -0
- package/dist/tools/regions.d.ts +148 -0
- package/dist/tools/regions.d.ts.map +1 -0
- package/dist/tools/regions.js +148 -0
- package/dist/tools/regions.js.map +1 -0
- package/dist/tools/roles.d.ts +284 -0
- package/dist/tools/roles.d.ts.map +1 -0
- package/dist/tools/roles.js +291 -0
- package/dist/tools/roles.js.map +1 -0
- package/dist/tools/settings.d.ts +160 -0
- package/dist/tools/settings.d.ts.map +1 -0
- package/dist/tools/settings.js +187 -0
- package/dist/tools/settings.js.map +1 -0
- package/dist/tools/showcases.d.ts +184 -0
- package/dist/tools/showcases.d.ts.map +1 -0
- package/dist/tools/showcases.js +179 -0
- package/dist/tools/showcases.js.map +1 -0
- package/dist/tools/storage.d.ts +297 -0
- package/dist/tools/storage.d.ts.map +1 -0
- package/dist/tools/storage.js +302 -0
- package/dist/tools/storage.js.map +1 -0
- package/dist/tools/system-tools.d.ts +124 -0
- package/dist/tools/system-tools.d.ts.map +1 -0
- package/dist/tools/system-tools.js +147 -0
- package/dist/tools/system-tools.js.map +1 -0
- package/dist/tools/system-variables.d.ts +167 -0
- package/dist/tools/system-variables.d.ts.map +1 -0
- package/dist/tools/system-variables.js +176 -0
- package/dist/tools/system-variables.js.map +1 -0
- package/dist/tools/users.d.ts +266 -0
- package/dist/tools/users.d.ts.map +1 -0
- package/dist/tools/users.js +235 -0
- package/dist/tools/users.js.map +1 -0
- package/dist/tools/workflows.d.ts +278 -0
- package/dist/tools/workflows.d.ts.map +1 -0
- package/dist/tools/workflows.js +267 -0
- package/dist/tools/workflows.js.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MCP Tools for WAP Showcases CRUD + clone operations
|
|
3
|
+
* Showcases = site-scoped vitrin/öne çıkan içerik tanımları
|
|
4
|
+
* Route prefix: /{site}/Showcases
|
|
5
|
+
*/
|
|
6
|
+
import { WapClient } from "../client.js";
|
|
7
|
+
export declare function getShowcaseTools(client: WapClient): {
|
|
8
|
+
list_showcases: {
|
|
9
|
+
description: string;
|
|
10
|
+
inputSchema: {
|
|
11
|
+
type: "object";
|
|
12
|
+
properties: {
|
|
13
|
+
name: {
|
|
14
|
+
type: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
isUsed: {
|
|
18
|
+
type: string;
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
order: {
|
|
22
|
+
type: string;
|
|
23
|
+
description: string;
|
|
24
|
+
};
|
|
25
|
+
isDescending: {
|
|
26
|
+
type: string;
|
|
27
|
+
description: string;
|
|
28
|
+
};
|
|
29
|
+
pageIndex: {
|
|
30
|
+
type: string;
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
pageLength: {
|
|
34
|
+
type: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
handler: (args: {
|
|
40
|
+
name?: string;
|
|
41
|
+
isUsed?: boolean;
|
|
42
|
+
order?: string;
|
|
43
|
+
isDescending?: boolean;
|
|
44
|
+
pageIndex?: number;
|
|
45
|
+
pageLength?: number;
|
|
46
|
+
}) => Promise<{
|
|
47
|
+
content: {
|
|
48
|
+
type: "text";
|
|
49
|
+
text: string;
|
|
50
|
+
}[];
|
|
51
|
+
}>;
|
|
52
|
+
};
|
|
53
|
+
get_showcase: {
|
|
54
|
+
description: string;
|
|
55
|
+
inputSchema: {
|
|
56
|
+
type: "object";
|
|
57
|
+
properties: {
|
|
58
|
+
id: {
|
|
59
|
+
type: string;
|
|
60
|
+
description: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
required: string[];
|
|
64
|
+
};
|
|
65
|
+
handler: (args: {
|
|
66
|
+
id: string;
|
|
67
|
+
}) => Promise<{
|
|
68
|
+
content: {
|
|
69
|
+
type: "text";
|
|
70
|
+
text: string;
|
|
71
|
+
}[];
|
|
72
|
+
}>;
|
|
73
|
+
};
|
|
74
|
+
create_showcase: {
|
|
75
|
+
description: string;
|
|
76
|
+
inputSchema: {
|
|
77
|
+
type: "object";
|
|
78
|
+
properties: {
|
|
79
|
+
name: {
|
|
80
|
+
type: string;
|
|
81
|
+
description: string;
|
|
82
|
+
};
|
|
83
|
+
showcaseRegions: {
|
|
84
|
+
type: string;
|
|
85
|
+
description: string;
|
|
86
|
+
};
|
|
87
|
+
showcaseMaps: {
|
|
88
|
+
type: string;
|
|
89
|
+
description: string;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
required: string[];
|
|
93
|
+
};
|
|
94
|
+
handler: (args: {
|
|
95
|
+
name: string;
|
|
96
|
+
showcaseRegions: unknown[];
|
|
97
|
+
showcaseMaps?: unknown[];
|
|
98
|
+
}) => Promise<{
|
|
99
|
+
content: {
|
|
100
|
+
type: "text";
|
|
101
|
+
text: string;
|
|
102
|
+
}[];
|
|
103
|
+
}>;
|
|
104
|
+
};
|
|
105
|
+
update_showcase: {
|
|
106
|
+
description: string;
|
|
107
|
+
inputSchema: {
|
|
108
|
+
type: "object";
|
|
109
|
+
properties: {
|
|
110
|
+
id: {
|
|
111
|
+
type: string;
|
|
112
|
+
description: string;
|
|
113
|
+
};
|
|
114
|
+
name: {
|
|
115
|
+
type: string;
|
|
116
|
+
description: string;
|
|
117
|
+
};
|
|
118
|
+
showcaseRegions: {
|
|
119
|
+
type: string;
|
|
120
|
+
description: string;
|
|
121
|
+
};
|
|
122
|
+
showcaseMaps: {
|
|
123
|
+
type: string;
|
|
124
|
+
description: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
required: string[];
|
|
128
|
+
};
|
|
129
|
+
handler: (args: {
|
|
130
|
+
id: string;
|
|
131
|
+
name: string;
|
|
132
|
+
showcaseRegions: unknown[];
|
|
133
|
+
showcaseMaps?: unknown[];
|
|
134
|
+
}) => Promise<{
|
|
135
|
+
content: {
|
|
136
|
+
type: "text";
|
|
137
|
+
text: string;
|
|
138
|
+
}[];
|
|
139
|
+
}>;
|
|
140
|
+
};
|
|
141
|
+
delete_showcase: {
|
|
142
|
+
description: string;
|
|
143
|
+
inputSchema: {
|
|
144
|
+
type: "object";
|
|
145
|
+
properties: {
|
|
146
|
+
id: {
|
|
147
|
+
type: string;
|
|
148
|
+
description: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
required: string[];
|
|
152
|
+
};
|
|
153
|
+
handler: (args: {
|
|
154
|
+
id: string;
|
|
155
|
+
}) => Promise<{
|
|
156
|
+
content: {
|
|
157
|
+
type: "text";
|
|
158
|
+
text: string;
|
|
159
|
+
}[];
|
|
160
|
+
}>;
|
|
161
|
+
};
|
|
162
|
+
clone_showcase: {
|
|
163
|
+
description: string;
|
|
164
|
+
inputSchema: {
|
|
165
|
+
type: "object";
|
|
166
|
+
properties: {
|
|
167
|
+
id: {
|
|
168
|
+
type: string;
|
|
169
|
+
description: string;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
required: string[];
|
|
173
|
+
};
|
|
174
|
+
handler: (args: {
|
|
175
|
+
id: string;
|
|
176
|
+
}) => Promise<{
|
|
177
|
+
content: {
|
|
178
|
+
type: "text";
|
|
179
|
+
text: string;
|
|
180
|
+
}[];
|
|
181
|
+
}>;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
//# sourceMappingURL=showcases.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"showcases.d.ts","sourceRoot":"","sources":["../../src/tools/showcases.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAgCtB;YACpB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,MAAM,CAAC,EAAE,OAAO,CAAC;YACjB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,YAAY,CAAC,EAAE,OAAO,CAAC;YACvB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB;;;;;;;;;;;;;;;;;;;wBAoCqB;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAoCd;YACpB,IAAI,EAAE,MAAM,CAAC;YACb,eAAe,EAAE,OAAO,EAAE,CAAC;YAC3B,YAAY,CAAC,EAAE,OAAO,EAAE,CAAC;SAC1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAqCqB;YACpB,EAAE,EAAE,MAAM,CAAC;YACX,IAAI,EAAE,MAAM,CAAC;YACb,eAAe,EAAE,OAAO,EAAE,CAAC;YAC3B,YAAY,CAAC,EAAE,OAAO,EAAE,CAAC;SAC1B;;;;;;;;;;;;;;;;;;;wBA0BqB;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;wBAwBd;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;EAazC"}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MCP Tools for WAP Showcases CRUD + clone operations
|
|
3
|
+
* Showcases = site-scoped vitrin/öne çıkan içerik tanımları
|
|
4
|
+
* Route prefix: /{site}/Showcases
|
|
5
|
+
*/
|
|
6
|
+
export function getShowcaseTools(client) {
|
|
7
|
+
return {
|
|
8
|
+
// ─── List Showcases ────────────────────────────────────
|
|
9
|
+
list_showcases: {
|
|
10
|
+
description: "Site'a ait tüm showcase (vitrin) tanımlarını listeler. İsim, kullanım durumu ve sıralama ile filtrelenebilir, sayfalama destekler.",
|
|
11
|
+
inputSchema: {
|
|
12
|
+
type: "object",
|
|
13
|
+
properties: {
|
|
14
|
+
name: { type: "string", description: "Showcase adı ile filtrele" },
|
|
15
|
+
isUsed: {
|
|
16
|
+
type: "boolean",
|
|
17
|
+
description: "Kullanımda olan/olmayan showcase'leri filtrele",
|
|
18
|
+
},
|
|
19
|
+
order: {
|
|
20
|
+
type: "string",
|
|
21
|
+
description: "Sıralanacak alan adı (örn: 'name')",
|
|
22
|
+
},
|
|
23
|
+
isDescending: {
|
|
24
|
+
type: "boolean",
|
|
25
|
+
description: "Azalan sırada sırala (varsayılan: false)",
|
|
26
|
+
},
|
|
27
|
+
pageIndex: {
|
|
28
|
+
type: "number",
|
|
29
|
+
description: "Sayfa numarası (0-based)",
|
|
30
|
+
},
|
|
31
|
+
pageLength: {
|
|
32
|
+
type: "number",
|
|
33
|
+
description: "Sayfa boyutu (varsayılan: 10)",
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
handler: async (args) => {
|
|
38
|
+
const params = {};
|
|
39
|
+
if (args.name)
|
|
40
|
+
params.name = args.name;
|
|
41
|
+
if (args.isUsed !== undefined)
|
|
42
|
+
params.isUsed = String(args.isUsed);
|
|
43
|
+
if (args.order)
|
|
44
|
+
params.order = args.order;
|
|
45
|
+
if (args.isDescending !== undefined)
|
|
46
|
+
params.isDescending = String(args.isDescending);
|
|
47
|
+
if (args.pageIndex !== undefined)
|
|
48
|
+
params.pageIndex = String(args.pageIndex);
|
|
49
|
+
if (args.pageLength !== undefined)
|
|
50
|
+
params.pageLength = String(args.pageLength);
|
|
51
|
+
const result = await client.request("GET", "/{site}/Showcases", undefined, params);
|
|
52
|
+
return {
|
|
53
|
+
content: [
|
|
54
|
+
{ type: "text", text: JSON.stringify(result, null, 2) },
|
|
55
|
+
],
|
|
56
|
+
};
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
// ─── Get Showcase ──────────────────────────────────────
|
|
60
|
+
get_showcase: {
|
|
61
|
+
description: "Belirli bir showcase'in detaylarını (bölgeleri, öğeleri ve map'leri ile birlikte) ID ile getirir.",
|
|
62
|
+
inputSchema: {
|
|
63
|
+
type: "object",
|
|
64
|
+
properties: {
|
|
65
|
+
id: { type: "string", description: "Showcase ID (GUID)" },
|
|
66
|
+
},
|
|
67
|
+
required: ["id"],
|
|
68
|
+
},
|
|
69
|
+
handler: async (args) => {
|
|
70
|
+
const result = await client.request("GET", `/{site}/Showcases/${args.id}`);
|
|
71
|
+
return {
|
|
72
|
+
content: [
|
|
73
|
+
{ type: "text", text: JSON.stringify(result, null, 2) },
|
|
74
|
+
],
|
|
75
|
+
};
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
// ─── Create Showcase ───────────────────────────────────
|
|
79
|
+
create_showcase: {
|
|
80
|
+
description: `Yeni bir showcase (vitrin) oluşturur.
|
|
81
|
+
'name': Showcase adı.
|
|
82
|
+
'showcaseRegions': Bölge tanımları dizisi. Her öğe: { regionIds: string[] (bölge GUID'leri), showcaseItems: [{ entityId, recordId, queryId, order }] }.
|
|
83
|
+
'showcaseMaps': Opsiyonel map/alan eşleştirme dizisi. Her öğe ShowcaseMap value object: { id, title, link, description, category, date, datetime, image, recordId, lat, lng, cityId, cityTitle, districtId, districtTitle }.`,
|
|
84
|
+
inputSchema: {
|
|
85
|
+
type: "object",
|
|
86
|
+
properties: {
|
|
87
|
+
name: { type: "string", description: "Showcase adı" },
|
|
88
|
+
showcaseRegions: {
|
|
89
|
+
type: "array",
|
|
90
|
+
description: "Bölge tanımları. Her öğe: { regionIds: string[], showcaseItems: [{ entityId, recordId, queryId, order }] }",
|
|
91
|
+
},
|
|
92
|
+
showcaseMaps: {
|
|
93
|
+
type: "array",
|
|
94
|
+
description: "Map/alan eşleştirme öğeleri (ShowcaseMap). Opsiyonel.",
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
required: ["name", "showcaseRegions"],
|
|
98
|
+
},
|
|
99
|
+
handler: async (args) => {
|
|
100
|
+
const result = await client.request("POST", "/{site}/Showcases", args);
|
|
101
|
+
return {
|
|
102
|
+
content: [
|
|
103
|
+
{ type: "text", text: JSON.stringify(result, null, 2) },
|
|
104
|
+
],
|
|
105
|
+
};
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
// ─── Update Showcase ───────────────────────────────────
|
|
109
|
+
update_showcase: {
|
|
110
|
+
description: `Mevcut bir showcase'i günceller.
|
|
111
|
+
'showcaseRegions': Bölge tanımları dizisi. Her öğe: { regionIds: string[], showcaseItems: [{ entityId, recordId, queryId, order }] }.
|
|
112
|
+
'showcaseMaps': Opsiyonel ShowcaseMap dizisi.`,
|
|
113
|
+
inputSchema: {
|
|
114
|
+
type: "object",
|
|
115
|
+
properties: {
|
|
116
|
+
id: { type: "string", description: "Güncellenecek showcase ID" },
|
|
117
|
+
name: { type: "string", description: "Yeni showcase adı" },
|
|
118
|
+
showcaseRegions: {
|
|
119
|
+
type: "array",
|
|
120
|
+
description: "Bölge tanımları. Her öğe: { regionIds: string[], showcaseItems: [{ entityId, recordId, queryId, order }] }",
|
|
121
|
+
},
|
|
122
|
+
showcaseMaps: {
|
|
123
|
+
type: "array",
|
|
124
|
+
description: "Map/alan eşleştirme öğeleri (ShowcaseMap). Opsiyonel.",
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
required: ["id", "name", "showcaseRegions"],
|
|
128
|
+
},
|
|
129
|
+
handler: async (args) => {
|
|
130
|
+
const { id, ...data } = args;
|
|
131
|
+
const result = await client.request("PUT", `/{site}/Showcases/${id}`, data);
|
|
132
|
+
return {
|
|
133
|
+
content: [
|
|
134
|
+
{ type: "text", text: JSON.stringify(result, null, 2) },
|
|
135
|
+
],
|
|
136
|
+
};
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
// ─── Delete Showcase ───────────────────────────────────
|
|
140
|
+
delete_showcase: {
|
|
141
|
+
description: "Bir showcase'i siler. DİKKAT: Bu işlem geri alınamaz.",
|
|
142
|
+
inputSchema: {
|
|
143
|
+
type: "object",
|
|
144
|
+
properties: {
|
|
145
|
+
id: { type: "string", description: "Silinecek showcase ID" },
|
|
146
|
+
},
|
|
147
|
+
required: ["id"],
|
|
148
|
+
},
|
|
149
|
+
handler: async (args) => {
|
|
150
|
+
const result = await client.request("DELETE", `/{site}/Showcases/${args.id}`);
|
|
151
|
+
return {
|
|
152
|
+
content: [
|
|
153
|
+
{ type: "text", text: JSON.stringify(result, null, 2) },
|
|
154
|
+
],
|
|
155
|
+
};
|
|
156
|
+
},
|
|
157
|
+
},
|
|
158
|
+
// ─── Clone Showcase ────────────────────────────────────
|
|
159
|
+
clone_showcase: {
|
|
160
|
+
description: "Mevcut bir showcase'in kopyasını oluşturur. Kaynak showcase ID verilir, yeni bir showcase olarak çoğaltılır.",
|
|
161
|
+
inputSchema: {
|
|
162
|
+
type: "object",
|
|
163
|
+
properties: {
|
|
164
|
+
id: { type: "string", description: "Kopyalanacak showcase ID" },
|
|
165
|
+
},
|
|
166
|
+
required: ["id"],
|
|
167
|
+
},
|
|
168
|
+
handler: async (args) => {
|
|
169
|
+
const result = await client.request("POST", `/{site}/Showcases/${args.id}/clone`);
|
|
170
|
+
return {
|
|
171
|
+
content: [
|
|
172
|
+
{ type: "text", text: JSON.stringify(result, null, 2) },
|
|
173
|
+
],
|
|
174
|
+
};
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
//# sourceMappingURL=showcases.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"showcases.js","sourceRoot":"","sources":["../../src/tools/showcases.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MCP Tools for WAP Storage operations
|
|
3
|
+
* Storage = global file/directory management (klasör ve dosya yönetimi)
|
|
4
|
+
* GLOBAL /storage routes (no {site} prefix).
|
|
5
|
+
*/
|
|
6
|
+
import { WapClient } from "../client.js";
|
|
7
|
+
export declare function getStorageTools(client: WapClient): {
|
|
8
|
+
create_directory: {
|
|
9
|
+
description: string;
|
|
10
|
+
inputSchema: {
|
|
11
|
+
type: "object";
|
|
12
|
+
properties: {
|
|
13
|
+
name: {
|
|
14
|
+
type: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
parentId: {
|
|
18
|
+
type: string;
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
required: string[];
|
|
23
|
+
};
|
|
24
|
+
handler: (args: {
|
|
25
|
+
name: string;
|
|
26
|
+
parentId?: string;
|
|
27
|
+
}) => Promise<{
|
|
28
|
+
content: {
|
|
29
|
+
type: "text";
|
|
30
|
+
text: string;
|
|
31
|
+
}[];
|
|
32
|
+
}>;
|
|
33
|
+
};
|
|
34
|
+
delete_directory: {
|
|
35
|
+
description: string;
|
|
36
|
+
inputSchema: {
|
|
37
|
+
type: "object";
|
|
38
|
+
properties: {
|
|
39
|
+
id: {
|
|
40
|
+
type: string;
|
|
41
|
+
description: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
required: string[];
|
|
45
|
+
};
|
|
46
|
+
handler: (args: {
|
|
47
|
+
id: string;
|
|
48
|
+
}) => Promise<{
|
|
49
|
+
content: {
|
|
50
|
+
type: "text";
|
|
51
|
+
text: string;
|
|
52
|
+
}[];
|
|
53
|
+
}>;
|
|
54
|
+
};
|
|
55
|
+
rename_directory: {
|
|
56
|
+
description: string;
|
|
57
|
+
inputSchema: {
|
|
58
|
+
type: "object";
|
|
59
|
+
properties: {
|
|
60
|
+
directoryId: {
|
|
61
|
+
type: string;
|
|
62
|
+
description: string;
|
|
63
|
+
};
|
|
64
|
+
name: {
|
|
65
|
+
type: string;
|
|
66
|
+
description: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
required: string[];
|
|
70
|
+
};
|
|
71
|
+
handler: (args: {
|
|
72
|
+
directoryId: string;
|
|
73
|
+
name: string;
|
|
74
|
+
}) => Promise<{
|
|
75
|
+
content: {
|
|
76
|
+
type: "text";
|
|
77
|
+
text: string;
|
|
78
|
+
}[];
|
|
79
|
+
}>;
|
|
80
|
+
};
|
|
81
|
+
search_directories: {
|
|
82
|
+
description: string;
|
|
83
|
+
inputSchema: {
|
|
84
|
+
type: "object";
|
|
85
|
+
properties: {
|
|
86
|
+
name: {
|
|
87
|
+
type: string;
|
|
88
|
+
description: string;
|
|
89
|
+
};
|
|
90
|
+
directoryId: {
|
|
91
|
+
type: string;
|
|
92
|
+
description: string;
|
|
93
|
+
};
|
|
94
|
+
pageIndex: {
|
|
95
|
+
type: string;
|
|
96
|
+
description: string;
|
|
97
|
+
};
|
|
98
|
+
pageLength: {
|
|
99
|
+
type: string;
|
|
100
|
+
description: string;
|
|
101
|
+
};
|
|
102
|
+
order: {
|
|
103
|
+
type: string;
|
|
104
|
+
description: string;
|
|
105
|
+
};
|
|
106
|
+
isDescending: {
|
|
107
|
+
type: string;
|
|
108
|
+
description: string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
handler: (args: {
|
|
113
|
+
name?: string;
|
|
114
|
+
directoryId?: string;
|
|
115
|
+
pageIndex?: number;
|
|
116
|
+
pageLength?: number;
|
|
117
|
+
order?: string;
|
|
118
|
+
isDescending?: boolean;
|
|
119
|
+
}) => Promise<{
|
|
120
|
+
content: {
|
|
121
|
+
type: "text";
|
|
122
|
+
text: string;
|
|
123
|
+
}[];
|
|
124
|
+
}>;
|
|
125
|
+
};
|
|
126
|
+
get_directory_breadcrumb: {
|
|
127
|
+
description: string;
|
|
128
|
+
inputSchema: {
|
|
129
|
+
type: "object";
|
|
130
|
+
properties: {
|
|
131
|
+
id: {
|
|
132
|
+
type: string;
|
|
133
|
+
description: string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
required: string[];
|
|
137
|
+
};
|
|
138
|
+
handler: (args: {
|
|
139
|
+
id: string;
|
|
140
|
+
}) => Promise<{
|
|
141
|
+
content: {
|
|
142
|
+
type: "text";
|
|
143
|
+
text: string;
|
|
144
|
+
}[];
|
|
145
|
+
}>;
|
|
146
|
+
};
|
|
147
|
+
delete_file: {
|
|
148
|
+
description: string;
|
|
149
|
+
inputSchema: {
|
|
150
|
+
type: "object";
|
|
151
|
+
properties: {
|
|
152
|
+
id: {
|
|
153
|
+
type: string;
|
|
154
|
+
description: string;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
required: string[];
|
|
158
|
+
};
|
|
159
|
+
handler: (args: {
|
|
160
|
+
id: string;
|
|
161
|
+
}) => Promise<{
|
|
162
|
+
content: {
|
|
163
|
+
type: "text";
|
|
164
|
+
text: string;
|
|
165
|
+
}[];
|
|
166
|
+
}>;
|
|
167
|
+
};
|
|
168
|
+
rename_file: {
|
|
169
|
+
description: string;
|
|
170
|
+
inputSchema: {
|
|
171
|
+
type: "object";
|
|
172
|
+
properties: {
|
|
173
|
+
fileId: {
|
|
174
|
+
type: string;
|
|
175
|
+
description: string;
|
|
176
|
+
};
|
|
177
|
+
name: {
|
|
178
|
+
type: string;
|
|
179
|
+
description: string;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
required: string[];
|
|
183
|
+
};
|
|
184
|
+
handler: (args: {
|
|
185
|
+
fileId: string;
|
|
186
|
+
name: string;
|
|
187
|
+
}) => Promise<{
|
|
188
|
+
content: {
|
|
189
|
+
type: "text";
|
|
190
|
+
text: string;
|
|
191
|
+
}[];
|
|
192
|
+
}>;
|
|
193
|
+
};
|
|
194
|
+
move_file: {
|
|
195
|
+
description: string;
|
|
196
|
+
inputSchema: {
|
|
197
|
+
type: "object";
|
|
198
|
+
properties: {
|
|
199
|
+
fileIds: {
|
|
200
|
+
type: string;
|
|
201
|
+
description: string;
|
|
202
|
+
};
|
|
203
|
+
targetDirectoryId: {
|
|
204
|
+
type: string;
|
|
205
|
+
description: string;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
required: string[];
|
|
209
|
+
};
|
|
210
|
+
handler: (args: {
|
|
211
|
+
fileIds: string[];
|
|
212
|
+
targetDirectoryId: string;
|
|
213
|
+
}) => Promise<{
|
|
214
|
+
content: {
|
|
215
|
+
type: "text";
|
|
216
|
+
text: string;
|
|
217
|
+
}[];
|
|
218
|
+
}>;
|
|
219
|
+
};
|
|
220
|
+
copy_file: {
|
|
221
|
+
description: string;
|
|
222
|
+
inputSchema: {
|
|
223
|
+
type: "object";
|
|
224
|
+
properties: {
|
|
225
|
+
fileIds: {
|
|
226
|
+
type: string;
|
|
227
|
+
description: string;
|
|
228
|
+
};
|
|
229
|
+
targetDirectoryId: {
|
|
230
|
+
type: string;
|
|
231
|
+
description: string;
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
required: string[];
|
|
235
|
+
};
|
|
236
|
+
handler: (args: {
|
|
237
|
+
fileIds: string[];
|
|
238
|
+
targetDirectoryId: string;
|
|
239
|
+
}) => Promise<{
|
|
240
|
+
content: {
|
|
241
|
+
type: "text";
|
|
242
|
+
text: string;
|
|
243
|
+
}[];
|
|
244
|
+
}>;
|
|
245
|
+
};
|
|
246
|
+
search_files: {
|
|
247
|
+
description: string;
|
|
248
|
+
inputSchema: {
|
|
249
|
+
type: "object";
|
|
250
|
+
properties: {
|
|
251
|
+
text: {
|
|
252
|
+
type: string;
|
|
253
|
+
description: string;
|
|
254
|
+
};
|
|
255
|
+
directoryId: {
|
|
256
|
+
type: string;
|
|
257
|
+
description: string;
|
|
258
|
+
};
|
|
259
|
+
typeList: {
|
|
260
|
+
type: string;
|
|
261
|
+
description: string;
|
|
262
|
+
};
|
|
263
|
+
pageIndex: {
|
|
264
|
+
type: string;
|
|
265
|
+
description: string;
|
|
266
|
+
};
|
|
267
|
+
pageLength: {
|
|
268
|
+
type: string;
|
|
269
|
+
description: string;
|
|
270
|
+
};
|
|
271
|
+
order: {
|
|
272
|
+
type: string;
|
|
273
|
+
description: string;
|
|
274
|
+
};
|
|
275
|
+
isDescending: {
|
|
276
|
+
type: string;
|
|
277
|
+
description: string;
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
};
|
|
281
|
+
handler: (args: {
|
|
282
|
+
text?: string;
|
|
283
|
+
directoryId?: string;
|
|
284
|
+
typeList?: number[];
|
|
285
|
+
pageIndex?: number;
|
|
286
|
+
pageLength?: number;
|
|
287
|
+
order?: string;
|
|
288
|
+
isDescending?: boolean;
|
|
289
|
+
}) => Promise<{
|
|
290
|
+
content: {
|
|
291
|
+
type: "text";
|
|
292
|
+
text: string;
|
|
293
|
+
}[];
|
|
294
|
+
}>;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
//# sourceMappingURL=storage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../src/tools/storage.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,wBAAgB,eAAe,CAAC,MAAM,EAAE,SAAS;;;;;;;;;;;;;;;;;wBAkBrB;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;wBA2BnC;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;wBA2Bd;YAAE,WAAW,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAuCrC;YACpB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,YAAY,CAAC,EAAE,OAAO,CAAC;SACxB;;;;;;;;;;;;;;;;;;;wBAuCqB;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;wBA0Bd;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;wBA2Bd;YAAE,MAAM,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;wBA+BhC;YACpB,OAAO,EAAE,MAAM,EAAE,CAAC;YAClB,iBAAiB,EAAE,MAAM,CAAC;SAC3B;;;;;;;;;;;;;;;;;;;;;;;wBA+BqB;YACpB,OAAO,EAAE,MAAM,EAAE,CAAC;YAClB,iBAAiB,EAAE,MAAM,CAAC;SAC3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA8CqB;YACpB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;YACpB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,YAAY,CAAC,EAAE,OAAO,CAAC;SACxB;;;;;;;EA2BN"}
|