debug launch config
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python: personal-mcp entrypoint",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"module": "personal_mcp.__main__",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"env": {
|
||||
"PYTHONUNBUFFERED": "1"
|
||||
},
|
||||
"args": [ "--port", "8766", "--reload" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
+1
-7
@@ -51,13 +51,7 @@
|
||||
"command": "uv",
|
||||
"args": [
|
||||
"run",
|
||||
"uvicorn",
|
||||
"personal_mcp.main:create_app",
|
||||
"--factory",
|
||||
"--host",
|
||||
"127.0.0.1",
|
||||
"--port",
|
||||
"8000",
|
||||
"personal-mcp",
|
||||
"--reload"
|
||||
],
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user