oterm icon indicating copy to clipboard operation
oterm copied to clipboard

update example in docs

Open EthBerryAdmin opened this issue 7 months ago • 2 comments

according to these findings

https://github.com/ggozad/oterm/issues/188#issuecomment-2726734938 https://github.com/ggozad/oterm/issues/171#issuecomment-2645731772

people are misusing your example with git moreover docker could be missing from the system

I propose to replace git mcp with simpler one

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "~"
      ]
    }
  }
}

EthBerryAdmin avatar Mar 16 '25 05:03 EthBerryAdmin