Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error : Claude will return soon Claude.ai is currently experiencing a temporary service disruption. We’re working on it, please check back soon. #170

Closed
hemangjoshi37a opened this issue Dec 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@hemangjoshi37a
Copy link

When i run this prompt : create a empty file named test.txt in the test_mcp_git folder

I get this screen :

image

However my daily quota is not finished . When I restart the claude app it starts working fine again until i run the given prompt.

also here is my MCP config file for the reference :

{
  "mcpServers": {
    "git": {
      "command": "python3.11",
      "args": [
        "-m",
        "mcp_server_git",
        "--repository",
        "C:\\Users\\heman\\Desktop\\test_mcp_git"
      ]
    },
    "memory": {
      "command": "node",
      "args": [
        "C:\\Users\\heman\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-memory\\dist\\index.js"
      ]
    },
    "filesystem": {
      "command": "node",
      "args": [
        "C:\\Users\\heman\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-filesystem\\dist\\index.js",
        "C:\\Users\\heman\\Desktop",
        "C:\\Users\\heman\\Desktop\\test_mcp_git"
      ]
    },
    "github": {
      "command": "node",
      "args": [
        "C:\\Users\\heman\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-github\\dist\\index.js"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "my-token"
      }
    }
  }
}

Here is the screenshot of normal chat after reloading the claude app after the above mentioned error :

image

@hemangjoshi37a hemangjoshi37a added the bug Something isn't working label Dec 2, 2024
@jspahrsummers
Copy link
Member

This isn't related to the reference server implementations in this repository, so I'm going to close this out. If you continue to have issues, please contact https://support.anthropic.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants