Skip to content

Commit 513f2c7

Browse files
authored
Add a ty lsp MCP (#5)
1 parent f9d25e0 commit 513f2c7

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repository.
4949

5050
## Usage
5151

52-
The plugin provides skills for Astral tools.
52+
The plugin provides skills for Astral tools.
5353

5454
Invoke skills with `/astral:<skill>`, e.g., `/astral:uv`.
5555

plugins/astral/.claude-plugin/plugin.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,23 @@
99
"homepage": "https://astral.sh",
1010
"repository": "https://github.com/astral-sh/claude-code-plugins",
1111
"license": "MIT",
12-
"keywords": ["python", "astral", "uv", "package-manager"]
12+
"keywords": [
13+
"python",
14+
"astral",
15+
"uv",
16+
"package-manager",
17+
"ty",
18+
"type-checker",
19+
"lsp"
20+
],
21+
"lspServers": {
22+
"ty": {
23+
"command": "uvx",
24+
"args": ["ty@latest", "server"],
25+
"extensionToLanguage": {
26+
".py": "python",
27+
".pyi": "python"
28+
}
29+
}
30+
}
1331
}

0 commit comments

Comments
 (0)