chore: remove empty test_20260302 track artifact

This commit is contained in:
2026-03-02 12:02:54 -05:00
parent c1a86e2f36
commit bdf02de8a6
3 changed files with 48 additions and 29 deletions

View File

@@ -2,11 +2,20 @@
"permissions": {
"allow": [
"mcp__manual-slop__run_powershell",
"mcp__manual-slop__py_get_definition"
"mcp__manual-slop__py_get_definition",
"mcp__manual-slop__read_file",
"mcp__manual-slop__py_get_code_outline",
"mcp__manual-slop__get_file_slice",
"mcp__manual-slop__py_find_usages",
"mcp__manual-slop__set_file_slice",
"mcp__manual-slop__py_check_syntax",
"mcp__manual-slop__get_file_summary",
"mcp__manual-slop__get_tree",
"mcp__manual-slop__list_directory"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"manual-slop"
],
"enableAllProjectMcpServers": true
]
}