You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: split filesystem related code into new handler struct
... so the actual filesystem server is just the regular `server.MCPServer` struct.
This way it can be used with the in-process client.
Also added a test to cover this functionality.
0 commit comments