@remcp/remcp 0.1.1 → 0.1.3

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.
@@ -1,356 +0,0 @@
1
- {
2
- "$schema": "https://developers.openai.com/apps-sdk/schemas/chatgpt-app-submission.v1.json",
3
- "schema_version": 1,
4
- "app_info": {
5
- "display_name": "ReMCP",
6
- "subtitle": "Control your own computers",
7
- "description": "ReMCP lets authenticated users connect to computers they have paired and work with local files, directories, searches, terminal sessions, and processes through MCP. Each device uses a revocable credential and an outbound agent connection.",
8
- "category": "DEVELOPER_TOOLS"
9
- },
10
- "tools": {
11
- "list_devices": {
12
- "annotations": {
13
- "readOnlyHint": true,
14
- "openWorldHint": false,
15
- "destructiveHint": false
16
- },
17
- "justifications": {
18
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
19
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
20
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
21
- }
22
- },
23
- "get_config": {
24
- "annotations": {
25
- "readOnlyHint": true,
26
- "openWorldHint": false,
27
- "destructiveHint": false
28
- },
29
- "justifications": {
30
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
31
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
32
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
33
- }
34
- },
35
- "set_config_value": {
36
- "annotations": {
37
- "readOnlyHint": false,
38
- "openWorldHint": false,
39
- "destructiveHint": true
40
- },
41
- "justifications": {
42
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
43
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
44
- "destructive_justification": "Can change security and access configuration on the selected computer."
45
- }
46
- },
47
- "read_file": {
48
- "annotations": {
49
- "readOnlyHint": true,
50
- "openWorldHint": false,
51
- "destructiveHint": false
52
- },
53
- "justifications": {
54
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
55
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
56
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
57
- }
58
- },
59
- "read_multiple_files": {
60
- "annotations": {
61
- "readOnlyHint": true,
62
- "openWorldHint": false,
63
- "destructiveHint": false
64
- },
65
- "justifications": {
66
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
67
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
68
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
69
- }
70
- },
71
- "write_file": {
72
- "annotations": {
73
- "readOnlyHint": false,
74
- "openWorldHint": false,
75
- "destructiveHint": true
76
- },
77
- "justifications": {
78
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
79
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
80
- "destructive_justification": "Can overwrite or append file content on the selected computer."
81
- }
82
- },
83
- "write_pdf": {
84
- "annotations": {
85
- "readOnlyHint": false,
86
- "openWorldHint": false,
87
- "destructiveHint": true
88
- },
89
- "justifications": {
90
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
91
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
92
- "destructive_justification": "Can replace PDF content or remove pages when editing a PDF."
93
- }
94
- },
95
- "create_directory": {
96
- "annotations": {
97
- "readOnlyHint": false,
98
- "openWorldHint": false,
99
- "destructiveHint": false
100
- },
101
- "justifications": {
102
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
103
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
104
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
105
- }
106
- },
107
- "list_directory": {
108
- "annotations": {
109
- "readOnlyHint": true,
110
- "openWorldHint": false,
111
- "destructiveHint": false
112
- },
113
- "justifications": {
114
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
115
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
116
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
117
- }
118
- },
119
- "move_file": {
120
- "annotations": {
121
- "readOnlyHint": false,
122
- "openWorldHint": false,
123
- "destructiveHint": true
124
- },
125
- "justifications": {
126
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
127
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
128
- "destructive_justification": "Moves or renames filesystem objects and may replace an intended path."
129
- }
130
- },
131
- "start_search": {
132
- "annotations": {
133
- "readOnlyHint": false,
134
- "openWorldHint": false,
135
- "destructiveHint": false
136
- },
137
- "justifications": {
138
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
139
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
140
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
141
- }
142
- },
143
- "get_more_search_results": {
144
- "annotations": {
145
- "readOnlyHint": true,
146
- "openWorldHint": false,
147
- "destructiveHint": false
148
- },
149
- "justifications": {
150
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
151
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
152
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
153
- }
154
- },
155
- "stop_search": {
156
- "annotations": {
157
- "readOnlyHint": false,
158
- "openWorldHint": false,
159
- "destructiveHint": false
160
- },
161
- "justifications": {
162
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
163
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
164
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
165
- }
166
- },
167
- "list_searches": {
168
- "annotations": {
169
- "readOnlyHint": true,
170
- "openWorldHint": false,
171
- "destructiveHint": false
172
- },
173
- "justifications": {
174
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
175
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
176
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
177
- }
178
- },
179
- "get_file_info": {
180
- "annotations": {
181
- "readOnlyHint": true,
182
- "openWorldHint": false,
183
- "destructiveHint": false
184
- },
185
- "justifications": {
186
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
187
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
188
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
189
- }
190
- },
191
- "edit_block": {
192
- "annotations": {
193
- "readOnlyHint": false,
194
- "openWorldHint": false,
195
- "destructiveHint": true
196
- },
197
- "justifications": {
198
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
199
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
200
- "destructive_justification": "Changes existing file or document content on the selected computer."
201
- }
202
- },
203
- "start_process": {
204
- "annotations": {
205
- "readOnlyHint": false,
206
- "openWorldHint": true,
207
- "destructiveHint": true
208
- },
209
- "justifications": {
210
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
211
- "open_world_justification": "User-supplied process commands or input can contact external services or change external state.",
212
- "destructive_justification": "Can execute commands that modify files, processes, configuration, or external systems."
213
- }
214
- },
215
- "read_process_output": {
216
- "annotations": {
217
- "readOnlyHint": true,
218
- "openWorldHint": false,
219
- "destructiveHint": false
220
- },
221
- "justifications": {
222
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
223
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
224
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
225
- }
226
- },
227
- "interact_with_process": {
228
- "annotations": {
229
- "readOnlyHint": false,
230
- "openWorldHint": true,
231
- "destructiveHint": true
232
- },
233
- "justifications": {
234
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
235
- "open_world_justification": "User-supplied process commands or input can contact external services or change external state.",
236
- "destructive_justification": "Can send commands or input to a process that performs irreversible actions."
237
- }
238
- },
239
- "force_terminate": {
240
- "annotations": {
241
- "readOnlyHint": false,
242
- "openWorldHint": false,
243
- "destructiveHint": true
244
- },
245
- "justifications": {
246
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
247
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
248
- "destructive_justification": "Force-stops a running terminal session."
249
- }
250
- },
251
- "list_sessions": {
252
- "annotations": {
253
- "readOnlyHint": true,
254
- "openWorldHint": false,
255
- "destructiveHint": false
256
- },
257
- "justifications": {
258
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
259
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
260
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
261
- }
262
- },
263
- "list_processes": {
264
- "annotations": {
265
- "readOnlyHint": true,
266
- "openWorldHint": false,
267
- "destructiveHint": false
268
- },
269
- "justifications": {
270
- "read_only_justification": "Only retrieves local device data or results and does not change persistent user state.",
271
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
272
- "destructive_justification": "Does not delete, overwrite, revoke, terminate, or perform another irreversible action by itself."
273
- }
274
- },
275
- "kill_process": {
276
- "annotations": {
277
- "readOnlyHint": false,
278
- "openWorldHint": false,
279
- "destructiveHint": true
280
- },
281
- "justifications": {
282
- "read_only_justification": "Creates, changes, stops, or controls local device state or a local execution session.",
283
- "open_world_justification": "Operates on the paired computer or ReMCP session and does not itself publish or modify third-party internet state.",
284
- "destructive_justification": "Terminates the selected operating-system process."
285
- }
286
- }
287
- },
288
- "test_cases": [
289
- {
290
- "description": "List the computers available to the signed-in ReMCP account.",
291
- "user_prompt": "List my ReMCP devices and tell me which ones are online. Include the ReMCP Review Sandbox if it is available.",
292
- "file_attachment_urls": null,
293
- "tools_triggered": "list_devices",
294
- "expected_output": "Returns devices available to the authenticated account and includes the isolated ReMCP Review Sandbox with device id review-sandbox.",
295
- "expected_output_url": null
296
- },
297
- {
298
- "description": "Browse a directory on a paired review computer.",
299
- "user_prompt": "Using ReMCP device id review-sandbox, list the files in /workspace.",
300
- "file_attachment_urls": null,
301
- "tools_triggered": "list_directory",
302
- "expected_output": "Returns the isolated sandbox directory entries without changing them.",
303
- "expected_output_url": null
304
- },
305
- {
306
- "description": "Read a text file from a paired review computer.",
307
- "user_prompt": "Using ReMCP device id review-sandbox, read /workspace/README.txt and summarize it.",
308
- "file_attachment_urls": null,
309
- "tools_triggered": "read_file",
310
- "expected_output": "Returns the seeded review-sandbox README content so it can be summarized.",
311
- "expected_output_url": null
312
- },
313
- {
314
- "description": "Create a new file on a paired review computer.",
315
- "user_prompt": "Using ReMCP device id review-sandbox, create /workspace/review-note.txt containing exactly: ReMCP submission test.",
316
- "file_attachment_urls": null,
317
- "tools_triggered": "write_file",
318
- "expected_output": "Creates the requested file only inside the authenticated reviewer sandbox and reports the write result.",
319
- "expected_output_url": null
320
- },
321
- {
322
- "description": "Run a harmless terminal command on a paired review computer.",
323
- "user_prompt": "Using ReMCP device id review-sandbox, run pwd and show me the result.",
324
- "file_attachment_urls": null,
325
- "tools_triggered": "start_process",
326
- "expected_output": "Runs the sandbox-safe command and returns /workspace; arbitrary terminal commands remain blocked in the review sandbox.",
327
- "expected_output_url": null
328
- }
329
- ],
330
- "negative_test_cases": [
331
- {
332
- "description": "Do not invoke ReMCP for general weather information.",
333
- "user_prompt": "What will the weather be in Warsaw tomorrow?",
334
- "file_attachment_urls": null,
335
- "tools_triggered": null,
336
- "expected_output": "ReMCP should not be invoked because the request does not involve a paired computer.",
337
- "expected_output_url": null
338
- },
339
- {
340
- "description": "Do not invoke ReMCP for standalone writing help.",
341
- "user_prompt": "Draft a polite email asking my landlord to repair a leaking faucet.",
342
- "file_attachment_urls": null,
343
- "tools_triggered": null,
344
- "expected_output": "ReMCP should not be invoked because no local computer action or data is needed.",
345
- "expected_output_url": null
346
- },
347
- {
348
- "description": "Do not invoke ReMCP for a conceptual technical explanation.",
349
- "user_prompt": "Explain OAuth PKCE in simple terms.",
350
- "file_attachment_urls": null,
351
- "tools_triggered": null,
352
- "expected_output": "ReMCP should not be invoked because the user only requested an explanation.",
353
- "expected_output_url": null
354
- }
355
- ]
356
- }