Skip to content

createFilesystemClient

createFilesystemClient(workingDirectory): Promise<any>

Defined in: mcp.ts:48

Create Filesystem MCP client for file operations

Uses an inline server for reliability (no npx dependency). This is the MOST IMPORTANT MCP - it lets the AI read and write files since Ollama can’t fit everything in context.

string

Promise<any>