typescript-lsp plugin from official marketplace is incomplete (missing plugin.json)

Resolved 💬 2 comments Opened Dec 24, 2025 by abhishekc-timedotmoney Closed Dec 24, 2025

Bug Description
The typescript-lsp plugin installed from the official Claude Code marketplace
is incomplete. It only contains a README.md file and is missing the required
plugin.json or .lsp.json configuration files.

Environment Info

  • Platform: linux
  • Terminal: vscode
  • Version: 2.0.76
  • Feedback ID: d7336b75-1162-41cb-a4c9-b9f4f1e82e41

Steps to reproduce:

  1. Run /plugin install typescript-lsp@claude-plugins-official
  2. Install typescript-language-server globally: npm install -g typescript-language-server typescript
  3. Restart Claude Code
  4. LSP tool shows "No LSP server available for file type: .ts"

Debug logs show: "LSP notification handlers registered successfully for all 0 server(s)"

The same issue affects all LSP plugins in the marketplace (pyright-lsp, rust-analyzer-lsp, etc.) - they all only contain README.md files.

Expected: Plugin should include proper lspServers configuration.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗