Download Latest Version v0.1.1 source code.tar.gz (2.3 MB)
Email in envelope

Get an email when there's a new version of MCP Language Server

Home / v0.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-05-02 990 Bytes
v0.1.0 source code.tar.gz 2025-05-02 2.3 MB
v0.1.0 source code.zip 2025-05-02 2.4 MB
Totals: 3 Items   4.7 MB 0

First Release!

Tools:

  • definition: Retrieves the complete source code definition of any symbol (function, type, constant, etc.) from your codebase.
  • references: Locates all usages and references of a symbol throughout the codebase.
  • diagnostics: Provides diagnostic information for a specific file, including warnings and errors.
  • hover: Display documentation, type hints, or other hover information for a given location.
  • rename_symbol: Rename a symbol across a project.
  • 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.

Breaking changes

I have renamed most of the tools compared compared to pre v0.0.x versions:

  • read_definition -> definition
  • get_references -> references
  • get_diagnostics -> diagnostics
  • apply_text_edits -> edit_file

I have also removed the codelens tools.

Source: README.md, updated 2025-05-02