llama.cpp
ad134cd1 - feat: add cwd attribute to MCP server config

Commit
4 days ago
feat: add cwd attribute to MCP server config Adds optional "cwd" field to mcp.json server configurations to set the working directory for stdio MCP servers. - Add cwd field to mcp_server_config struct - Unix: call chdir() before execvp() in child process - Windows: pass lpCurrentDirectory to CreateProcessA() - Update mcp_config.example.json with usage example 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Author
Parents
Loading