← Browse

@filiphsps/lspmesh

B

MCP server package lspmesh

mcp_servermcp

Install

agr install @filiphsps/lspmesh --target claude

This artifact does not publish files for Claude.

Document

{ "$schema": "https://json.schemastore.org/package.json", "name": "lspmesh", "version": "0.0.3", "publishConfig": { "access": "public", "provenance": true }, "description": "LSP aggregator + MCP server — fronts multiple language servers (TypeScript, Tailwind, Biome) behind one LSP/MCP endpoint.", "private": false, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "module": "./dist/index.js", "bin": { "lspmesh": "./dist/cli.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "source": "./src/index.ts", "default": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc && vite build", "postbuild": "tsx scripts/shebang.ts", "clean": "rimraf -g dist coverage .turbo *.tsbuildinfo .log node_modules", "lint": "biome lint .", "format": "concurrently -i pnpm:format:", "format:lint": "biome lint --write .", "format:format": "biome format --write .", "format:check": "biome check --write --unsafe .", "test": "vitest run --coverage --passWithNoTests --maxWorkers=2 --reporter=default --reporter=junit --outputFile.junit=./junit.xml", "test:integration": "vitest run --config vitest.integration.config.ts", "typecheck": "tsc -noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "vscode-jsonrpc": "^9.0.0", "vscode-languageserver": "^10.0.0", "vscode-languageserver-protocol": "^3.18.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "25.9.3", "concurrently": "10.0.3", "rimraf": "6.1.3", "tsx": "4.22.4", "typescript": "6.0.3", "unplugin-dts": "1.0.2", "vite": "8.0.16", "vitest": "4.1.8" }, "author": { "name": "Filiph Sandström", "email": "filfat@hotmail.se", "url": "https://github.com/filiphsps/" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/filiphsps/commerce.git", "directory": "packages/ai/lspmesh" }, "homepage": "https://nordcom.store/docs/packages/ai/lspmesh/overview/", "bugs": { "url": "https://github.com/filiphsps/commerce/issues" }, "keywords": [ "lsp", "language-server", "mcp", "model-context-protocol", "aggregator", "typescript", "tailwindcss", "biome", "claude", "claude-code" ] }

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-46da575175b72026-08-06