lsp-gateway
Version:
Local LSP gateway for development - HTTP JSON-RPC and MCP server for 4 languages
76 lines (75 loc) • 1.79 kB
JSON
{
"name": "lsp-gateway",
"version": "0.0.2",
"description": "Local LSP gateway for development - HTTP JSON-RPC and MCP server for 4 languages",
"main": "lib/index.js",
"bin": {
"lsp-gateway": "bin/lsp-gateway.js"
},
"scripts": {
"server": "node bin/lsp-gateway.js server",
"mcp": "node bin/lsp-gateway.js mcp",
"status": "node bin/lsp-gateway.js status",
"test": "node bin/lsp-gateway.js test",
"version": "node bin/lsp-gateway.js version",
"build": "make local",
"clean": "make clean",
"cache-verify": "make cache-verify",
"cache-test": "make cache-test",
"cache-clean": "make cache-clean",
"build-with-cache": "make local cache-verify",
"postinstall": "node lib/installer.js || node -e \"console.log('Binary setup will be handled on first run')\""
},
"keywords": [
"lsp",
"language-server",
"language-server-protocol",
"gateway",
"local-development",
"development-tools",
"go",
"python",
"typescript",
"javascript",
"java",
"gopls",
"pylsp",
"jdtls",
"mcp",
"model-context-protocol",
"ai-tools",
"ide-integration"
],
"author": "LSP Gateway Team",
"license": "MIT",
"homepage": "https://github.com/IDontHaveBrain/lsp-gateway#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/IDontHaveBrain/lsp-gateway.git"
},
"bugs": {
"url": "https://github.com/IDontHaveBrain/lsp-gateway/issues"
},
"engines": {
"node": ">=18.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/",
"lib/",
"config.yaml",
"README.md",
"CHANGELOG.md"
],
"dependencies": {},
"devDependencies": {},
"preferGlobal": true
}