30 lines
744 B
JSON
30 lines
744 B
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "local-plugins",
|
|
"description": "Local plugin configurations",
|
|
"owner": {
|
|
"name": "Local"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "pylsp",
|
|
"description": "Python Language Server (pylsp) for code intelligence",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Local Configuration"
|
|
},
|
|
"source": "./plugins/pylsp",
|
|
"category": "development",
|
|
"lspServers": {
|
|
"pylsp": {
|
|
"command": "/home/agent/.local/bin/pylsp",
|
|
"args": ["--check-parent-process"],
|
|
"extensionToLanguage": {
|
|
".py": "python",
|
|
".pyi": "python"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|