New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@type-atlas/language-server

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@type-atlas/language-server

Volar-based TypeScript, Markdown, and JSON language server for Type Atlas.

Source
npmnpm
Version
0.5.1
Version published
Maintainers
1
Created
Source

@type-atlas/language-server

The Volar-based language server used by Type Atlas. It configures TypeScript, Markdown, and JSON language services and exposes the protocol consumed by @type-atlas/core.

Most users should install the Type Atlas MCP server. This package is intended for integrations that need the underlying language server process or protocol directly.

Effect language service

Type Atlas activates @effect/language-service for TypeScript projects that install and configure it according to the upstream package instructions:

{
  "compilerOptions": {
    "plugins": [{ "name": "@effect/language-service" }],
  },
}

No Type Atlas setting is required. Projects without that explicit plugin entry use the standard Volar TypeScript service without loading Effect tooling.

Keywords

json

FAQs

Package last updated on 22 Aug 2026

Related posts