@treedy/pyright-mcp 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@treedy/pyright-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "MCP server exposing Pyright LSP features for Python code intelligence",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"dev": "bun --watch src/index.ts",
|
|
19
19
|
"test:pyright": "bun test/test-pyright-direct.mjs",
|
|
20
20
|
"test:mcp": "bun test/test-mcp.mjs",
|
|
21
|
+
"test:benchmark": "node test/test-benchmark.mjs",
|
|
21
22
|
"inspector": "bunx @modelcontextprotocol/inspector bun dist/index.js"
|
|
22
23
|
},
|
|
23
24
|
"keywords": [
|