MCP Language Server
未申請mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(6個)
definition
Retrieves the complete source code definition of any symbol (function, type, constant, etc.) from your codebase.
diagnostics
Provides diagnostic information for a specific file, including warnings and errors.
edit_file
Allows making multiple text edits to a file based on line numbers. Provides a more reliable and context-economical way to edit files compared to search and replace based edit tools.
hover
Display documentation, type hints, or other hover information for a given location.
references
Locates all usages and references of a symbol throughout the codebase.
rename_symbol
Rename a symbol across a project.