#Duplicate tool or function name: delete_file

3 messages · Page 1 of 1 (latest)

hallow yarrow
#
{
  "mcpServers": {
    "jina-ai": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "jina-ai-mcp-server"
      ],
      "env": {
        "JINA_API_KEY": ""
      }
    },
    "tavily": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "tavily-mcp"
      ],
      "env": {
        "TAVILY_API_KEY": ""
      }
    },
    "mcp-playwright": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@executeautomation/playwright-mcp-server"
      ]
    },
    "hyper-browser": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "hyperbrowser-mcp"
      ],
      "env": {
        "HYPERBROWSER_API_KEY": ""
      }
    },
    "github": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GITHUB_PERSONAL_ACCESS_TOKEN",
        "ghcr.io/github/github-mcp-server"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": ""
      }
    },
    "context7": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@upstash/context7-mcp@latest"
      ]
    },
    "gitmcp": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "mcp-remote",
        "https://gitmcp.io/docs"
      ]
    }
  },
  "mcpEnvFile": null,
  "rules": [
    "if there is a common-doc/ folder in the project root directory or the parent directory of the project root directory, read everything in that common-doc/ first"
  ],
  "ignore": []
}
#

I am wondering maybe some MCP tool is conflicting with Firebender's internal tool?

coarse elk
#

Do you have a modified System Prompt?