serena-slim 0.0.1-slim.1.5 → 0.0.1-slim.1.7
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/bin/mcpslim-darwin-arm64 +0 -0
- package/bin/mcpslim-darwin-x64 +0 -0
- package/bin/mcpslim-linux-x64 +0 -0
- package/bin/mcpslim-windows-x64.exe +0 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/recipes/serena.json +11 -9
package/bin/mcpslim-darwin-arm64
CHANGED
|
Binary file
|
package/bin/mcpslim-darwin-x64
CHANGED
|
Binary file
|
package/bin/mcpslim-linux-x64
CHANGED
|
Binary file
|
|
Binary file
|
package/index.js
CHANGED
package/package.json
CHANGED
package/recipes/serena.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"groups": [
|
|
10
10
|
{
|
|
11
11
|
"name": "read",
|
|
12
|
-
"description": "
|
|
12
|
+
"description": "Access file contents or relevant memory data to provide contextual information for the current task.",
|
|
13
13
|
"mapping": {
|
|
14
14
|
"file": "read_file",
|
|
15
15
|
"memory": "read_memory"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "list",
|
|
54
|
-
"description": "
|
|
54
|
+
"description": "Explore filesystem contents and available memories to locate specific files or data storage.",
|
|
55
55
|
"mapping": {
|
|
56
56
|
"dir": "list_dir",
|
|
57
57
|
"memories": "list_memories"
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"name": "find",
|
|
93
|
-
"description": "
|
|
93
|
+
"description": "Locate files, discover code symbols, and pinpoint references to specific symbols within a codebase.",
|
|
94
94
|
"mapping": {
|
|
95
95
|
"file": "find_file",
|
|
96
96
|
"symbol": "find_symbol",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"name": "replace",
|
|
164
|
-
"description": "
|
|
164
|
+
"description": "Replace file content via pattern matching or directly substitute the body of identified code symbols.",
|
|
165
165
|
"mapping": {
|
|
166
166
|
"content": "replace_content",
|
|
167
167
|
"symbol_body": "replace_symbol_body"
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"name": "get",
|
|
219
|
-
"description": "
|
|
219
|
+
"description": "Analyze code symbols within files and display the agent’s current working configuration details.",
|
|
220
220
|
"mapping": {
|
|
221
221
|
"symbols_overview": "get_symbols_overview",
|
|
222
222
|
"current_config": "get_current_config"
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"name": "insert",
|
|
254
|
-
"description": "
|
|
254
|
+
"description": "Modify code by precisely inserting new content either before or after existing symbol definitions.",
|
|
255
255
|
"mapping": {
|
|
256
256
|
"after_symbol": "insert_after_symbol",
|
|
257
257
|
"before_symbol": "insert_before_symbol"
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"name": "think",
|
|
289
|
-
"description": "
|
|
289
|
+
"description": "Evaluate gathered information, task progress, and completion status to guide effective AI assistant reasoning.",
|
|
290
290
|
"mapping": {
|
|
291
291
|
"about_collected_information": "think_about_collected_information",
|
|
292
292
|
"about_task_adherence": "think_about_task_adherence",
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"name": "memory",
|
|
314
|
-
"description": "
|
|
314
|
+
"description": "Manage persistent project knowledge by storing, deleting, and regex-based updating of markdown files.",
|
|
315
315
|
"mapping": {
|
|
316
316
|
"write": "write_memory",
|
|
317
317
|
"delete": "delete_memory",
|
|
@@ -374,5 +374,7 @@
|
|
|
374
374
|
"onboarding",
|
|
375
375
|
"prepare_for_new_conversation",
|
|
376
376
|
"initial_instructions"
|
|
377
|
-
]
|
|
377
|
+
],
|
|
378
|
+
"ai_enhanced": true,
|
|
379
|
+
"enhanced_at": "2026-01-07T00:34:17.033Z"
|
|
378
380
|
}
|