Skip to content

Fails to load in Cline #1

@Tiberriver256

Description

@Tiberriver256

What happened?

I'm trying to use your MCP server with Cline but getting the following error:

error: failed to unmarshal arguments: unexpected end of JSON input no handler for method and no default handler: resources/templates/list error: method not found: resources/templates/list

Steps to reproduce

Add this to your cline_mcp_settings.json file:

{
  "mcpServers": {
    "language-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/isaacphi/mcp-language-server@latest",
        "--workspace",
        "/home/tiberriver256/repos/azure-devops-mcp",
        "--lsp",
        "/home/tiberriver256/.nvm/versions/node/v22.14.0/bin/typescript-language-server",
        "--",
        "--stdio",
        "--log-level",
        "4"
      ],
      "env": {
        "GOPATH": "/home/tiberriver256/go",
        "GOMODCACHE": "/home/tiberriver256/.go/mod",
        "GOCACHE": "/home/tiberriver256/.cache/go-build"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Operating System

Ubuntu 24

Cline Version

3.4.9

Additional Info

I also opened an incident w/ Cline as they could probably handle this better.

cline/cline#2017

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