Skip to content

Server timeout while fetching a repo #36

@afidegnum

Description

@afidegnum
[SERVER.-32001] MCP error -32001: Request timed out
Details: {
  args = {
    crate_name = "sycamore",
    github_url = "https://github.com/sycamore-rs/sycamore",
    tag = "0.9.2"
  },
  originalError = {
    code = -32001,
    data = {
      timeout = 60000
    },
    name = "McpError"
  },
  server = "rust-docs",
  tool = "cache_crate_from_github"
}

I tried increasing the timeout as on my mcphub/servers.json

    "rust-docs": {
      "command": "rust-docs-mcp",
      "disabled": false,
      "transport": "stdio",
      "timeout": 300000
    }

I also supplied the correct API Token.

Can you please look into it ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions