Skip to content

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Dec 23, 2025

Summary

  • Add pyright LSP plugin for Claude Code at project scope
  • Located in .claude/plugins/pyright-lsp/

Configuration

  • Plugin uses pyright-langserver for Python language support
  • Configured for .py and .pyi files

Test plan

  • Ensure pyright-langserver is installed
  • Set ENABLE_LSP_TOOL=1 environment variable
  • Start Claude Code in the repository

Note

Adds a project-scoped Claude Code LSP plugin for Python using Pyright.

  • Introduces .claude/plugins/pyright-lsp/ with plugin.json and .lsp.json
  • Configures pyright-langserver (--stdio) and maps .py/.pyi to python

Written by Cursor Bugbot for commit 33ce621. This will update automatically on new commits. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants