Skip to content

Commit 3e58574

Browse files
committed
plugin doesn't require separate installation to rex
1 parent 146a970 commit 3e58574

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "rex",
1010
"source": "./",
1111
"description": "Sub-second Python symbol search for .venv packages",
12-
"version": "0.1.8"
12+
"version": "0.1.9"
1313
}
1414
]
1515
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rex",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Sub-second Python symbol search for .venv packages. Find classes, functions, methods by name — faster than web search or grepping .venv.",
55
"author": {
66
"name": "Anton Vykhovanets",

.mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"mcpServers": {
33
"rex": {
4-
"command": "rex-mcp",
5-
"args": ["serve"],
4+
"command": "uvx",
5+
"args": ["--from", "rex-index", "rex-mcp", "serve"],
66
"autoApprove": ["rex_find", "rex_show", "rex_members"]
77
}
88
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rex-index"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Fast Python symbol search for .venv packages"
55
readme = "README.md"
66
license = "Apache-2.0"

src/rex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Fast Python documentation browser with IDE-style navigation."""
22

3-
__version__ = "0.1.8"
3+
__version__ = "0.1.9"

0 commit comments

Comments
 (0)