fix: update daemon PID and timestamps in configuration files
Adjusted the daemon PID and updated the startedAt timestamp in the .codegraph/daemon.pid file. Modified the mcp.json configuration to change the API URL and update the authorization header for improved security. This ensures the application uses the correct process ID and API endpoint for functionality.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"pid": 51184,
|
||||
"pid": 49316,
|
||||
"version": "0.9.9",
|
||||
"socketPath": "\\\\.\\pipe\\codegraph-97b92efdcc5351da",
|
||||
"startedAt": 1784215907952
|
||||
"startedAt": 1784567657587
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user