Search Onyx programming language documentation to quickly find accurate information. Retrieve up to a specified number of results for efficient access to official resources.
Search official Zig programming language documentation to find information about language features, standard library functions, memory management, error handling, and build system details.
Retrieve details about the current TypeScript project to access type definitions and interface structures from dependencies for generating type-safe mocks and test data.
TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.
Runs a language server and provides tools for communicating with it. Language servers excel at tasks that LLMs often struggle with, such as precisely understanding types, understanding relationships, and providing accurate symbol references.
Exposes VSCode's Language Server Protocol features through MCP, enabling AI assistants to perform language-aware operations like symbol navigation, reference tracking, safe renaming, type information retrieval, and hover documentation across codebases.