fix(app): refresh directory MCP status (#31194)
This commit is contained in:
parent
f24049736e
commit
a29deb1ee9
7 changed files with 101 additions and 58 deletions
|
|
@ -609,6 +609,9 @@ export const createDirSyncContext = (
|
|||
)
|
||||
},
|
||||
},
|
||||
mcp: {
|
||||
toggle: (name: string) => serverSync.mcp.toggle(directory, name),
|
||||
},
|
||||
absolute,
|
||||
get directory() {
|
||||
return current()[0].path.directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue