feat: LSP plugins for Python, TypeScript, C#, Java#22
Open
msmobileapps wants to merge 1 commit into
Open
Conversation
Four new SOSA Level-1 LSP plugins for the AI Code Reviewer pipeline. All follow the same MCP contract as kotlin-lsp and swift-lsp. python-lsp: Pyright for .py/.pyi, typeCheckingMode basic by default typescript-lsp: tsserver for .ts/.tsx/.js/.jsx, monorepo-aware csharp-lsp: OmniSharp-Roslyn for .cs/.csx/.cshtml, analyzers enabled java-lsp: jdtls for .java, Maven/Gradle/Android Gradle support Each plugin ships: plugin.json, .lsp.json, README.md, SKILL.md Closes card-16 (AI Code Reviewer -- Build LSP plugins)
Contributor
|
CTO review (2026-05-11): blocked on 4 failing required CI checks — |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Four new SOSA Level-1 LSP plugins for the AI Code Reviewer LangGraph pipeline. All follow the same MCP contract as the existing
kotlin-lspandswift-lspplugins so the reviewer can orchestrate them uniformly across multi-language repos.Plugins added
python-lsp
pyright-langserver) for.py/.pyifilestypeCheckingMode: basicby default; upgrades tostandard/stricton requestpyrightconfig.json+ venv-aware; handles Django/SQLAlchemy dynamic-attribute patternstypescript-lsp
.ts/.tsx/.js/.jsx.mts/.cts/.mjs/.cjsESM+CJS module formscsharp-lsp
.cs/.csx/.cshtml.editorconfigsupportjava-lsp
.javafilesEach plugin ships
.claude-plugin/plugin.json— name, version, SOSA declaration.lsp.json— server command, args, extension map, startup timeouts, init optionsREADME.md— user-facing setup guide with install, config, common issuesskills/<lang>-lsp/SKILL.md— AI Code Reviewer trigger description + Plan/Act/Verify workflow + FAQSOSA compliance
All four are Level 1: read-only, no network, no credentials, no file writes. Safe to run autonomously on any codebase.
Related
msmobileapps/opsagent-code-reviewerPhase 3 dependency graph node