mm-lsp-status

Monitor LSP server status and execute sample queries to report errors.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/mikkeymoo/claude-solo --skill mm-lsp-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mm-lsp-status
Source: https://github.com/mikkeymoo/claude-solo/tree/main/mm-skills/mm-lsp-status
Command: npx skills add https://github.com/mikkeymoo/claude-solo --skill mm-lsp-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Helps diagnose issues with Language Server Protocol (LSP) servers, ensuring they are functioning correctly and providing useful code navigation features.

Core Features & Use Cases

  • Status Check: Lists registered LSP servers and their status.
  • Sample Query: Executes a basic query on each LSP server to test functionality.
  • Error Reporting: Reports any timeouts or errors encountered during queries.
  • Use Case: When you encounter issues with code navigation not working as expected, you can use this Skill to identify if LSP servers are operational.

Quick Start

Run the command /mm-lsp-status to check the status of your LSP servers.

Frequently Asked Questions about mm-lsp-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my LSP server is working?

You can check LSP server status by listing registered servers, executing a sample query on each, and reporting any timeouts or errors encountered during the code navigation tests.

Why is code navigation not working in my editor?

Code navigation fails when LSP servers are not operational. Diagnosing the LSP server status identifies if the servers are running correctly and providing the expected code navigation features.

How do I diagnose LSP server performance issues?

Diagnose LSP server performance by checking server registration, executing sample queries to test functionality, and reporting any timeouts or errors encountered during those queries.

What do I need to test Language Server Protocol functionality?

Testing Language Server Protocol functionality requires access to your Claude Code settings and MCP server configurations to verify server registration and execute sample code navigation queries.

Can I use this to find out why my LSP server timed out?

Yes, the error reporting feature specifically reports any timeouts or errors encountered during the sample queries executed on each registered LSP server.

When should I run an LSP status check?

Run an LSP status check when you encounter issues with code navigation not working as expected and need to identify if your LSP servers are operational and functioning correctly.