claude fixes
This commit is contained in:
@@ -1,9 +1,3 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"outputStyle": "default"
|
||||||
"manual-slop": {
|
|
||||||
"command": "uv",
|
|
||||||
"args": ["run", "python", "scripts/mcp_server.py"],
|
|
||||||
"cwd": "C:/projects/manual_slop"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,25 @@
|
|||||||
{
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"mcp__manual-slop__run_powershell",
|
||||||
|
"mcp__manual-slop__py_get_definition",
|
||||||
|
"mcp__manual-slop__py_get_code_outline",
|
||||||
|
"mcp__manual-slop__read_file",
|
||||||
|
"mcp__manual-slop__list_directory",
|
||||||
|
"mcp__manual-slop__get_file_summary",
|
||||||
|
"mcp__manual-slop__py_get_skeleton",
|
||||||
|
"mcp__manual-slop__py_get_signature",
|
||||||
|
"mcp__manual-slop__py_get_var_declaration",
|
||||||
|
"mcp__manual-slop__py_get_imports",
|
||||||
|
"mcp__manual-slop__get_file_slice",
|
||||||
|
"mcp__manual-slop__set_file_slice",
|
||||||
|
"mcp__manual-slop__py_set_signature",
|
||||||
|
"mcp__manual-slop__py_set_var_declaration"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"enableAllProjectMcpServers": true,
|
||||||
|
"enabledMcpjsonServers": [
|
||||||
|
"manual-slop"
|
||||||
|
],
|
||||||
"outputStyle": "default"
|
"outputStyle": "default"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user