-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels