@luffysolution/omnischolar-pi 0.1.10 → 0.1.12

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/README.md CHANGED
@@ -44,6 +44,17 @@ omnischolar --version
44
44
  omnischolar doctor --json
45
45
  ```
46
46
 
47
+ Update or uninstall the Python command:
48
+
49
+ ```sh
50
+ uv tool upgrade luffysolution-omnischolar
51
+ uv tool uninstall luffysolution-omnischolar
52
+ pipx upgrade luffysolution-omnischolar
53
+ pipx uninstall luffysolution-omnischolar
54
+ python -m pip install --upgrade luffysolution-omnischolar
55
+ python -m pip uninstall luffysolution-omnischolar
56
+ ```
57
+
47
58
  ## Connect an agent
48
59
 
49
60
  ### Codex app and Codex CLI plugin
@@ -57,13 +68,13 @@ codex plugin add omnischolar@omnischolar
57
68
 
58
69
  In the ChatGPT desktop app, restart the app, open **Plugins**, select the **OmniScholar** marketplace, and install or enable **OmniScholar**. In Codex CLI, run `/plugins` to browse the same marketplace.
59
70
 
60
- The plugin bundles all eight Skills and starts its local MCP server with the pinned PyPI release:
71
+ The plugin bundles all eight Skills and starts its local MCP server from the latest PyPI release:
61
72
 
62
73
  ```sh
63
- uvx --from luffysolution-omnischolar==0.1.10 omnischolar mcp
74
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
64
75
  ```
65
76
 
66
- No separate `pip install` is required for this plugin path. The first MCP start needs network access so `uvx` can download and cache the package. Provider credentials and optional service settings remain in your OmniScholar configuration; plugin installation does not collect them.
77
+ No separate `pip install` is required for this plugin path. `@latest` asks `uvx` to resolve the latest package instead of pinning this plugin to a release number. Provider credentials and optional service settings remain in your OmniScholar configuration; plugin installation does not collect them.
67
78
 
68
79
  ### Claude Code plugin
69
80
 
@@ -79,9 +90,10 @@ For scripts or a regular terminal, use the non-interactive shell commands:
79
90
  ```sh
80
91
  claude plugin marketplace add luffysolution-svg/omnischolar
81
92
  claude plugin install omnischolar@omnischolar --scope user
93
+ claude plugin update omnischolar@omnischolar --scope user
82
94
  ```
83
95
 
84
- Run `/reload-plugins` if the install summary asks for it, then start a new session. The plugin automatically starts the same pinned `uvx` MCP server and exposes namespaced Skills such as `/omnischolar:scholar-search`. No separate Python installation is required.
96
+ Run `/reload-plugins` if the install summary asks for it, then start a new session. The plugin automatically starts the latest `uvx` MCP server and exposes namespaced Skills such as `/omnischolar:scholar-search`. No separate Python installation is required.
85
97
 
86
98
  ### Host configuration installer
87
99
 
@@ -104,20 +116,33 @@ For Pi, the full installer runs `pi install npm:@luffysolution/omnischolar-pi` a
104
116
 
105
117
  ```sh
106
118
  pi install npm:@luffysolution/omnischolar-pi
119
+ pi update npm:@luffysolution/omnischolar-pi
120
+ pi remove npm:@luffysolution/omnischolar-pi
107
121
  ```
108
122
 
109
123
  WorkBuddy/CodeBuddy uses `~/.codebuddy/.mcp.json` for user scope and `.mcp.json` for project scope. It does not publish a portable Skills path, so its installer configures MCP and reports Skills as `manual_required`.
110
124
 
111
- The MCP command is:
125
+ The direct latest MCP command is:
112
126
 
113
127
  ```sh
114
- omnischolar mcp
128
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
115
129
  ```
116
130
 
117
131
  Normally the agent starts this process from its MCP configuration. The installer checks `initialize`, `tools/list`, and `omnischolar_status` after writing a supported configuration.
118
132
 
119
133
  Full host and update instructions are in [Installation](docs/INSTALLATION.en.md).
120
134
 
135
+ ### Standalone Skills CLI
136
+
137
+ Plugins already bundle their declared Skills. Use the official Skills CLI separately when you want to install the repository's Skills directly into an agent:
138
+
139
+ ```sh
140
+ # User scope; replace codex with claude-code, pi, cursor, or another supported agent
141
+ npx skills add luffysolution-svg/omnischolar --skill '*' --agent codex --global --yes
142
+ npx skills update --global --yes
143
+ npx skills remove --skill '*' --agent codex --global --yes
144
+ ```
145
+
121
146
  ## Try it
122
147
 
123
148
  ```text
package/README.zh-CN.md CHANGED
@@ -42,6 +42,17 @@ omnischolar --version
42
42
  omnischolar doctor --json
43
43
  ```
44
44
 
45
+ 更新或卸载 Python 命令:
46
+
47
+ ```sh
48
+ uv tool upgrade luffysolution-omnischolar
49
+ uv tool uninstall luffysolution-omnischolar
50
+ pipx upgrade luffysolution-omnischolar
51
+ pipx uninstall luffysolution-omnischolar
52
+ python -m pip install --upgrade luffysolution-omnischolar
53
+ python -m pip uninstall luffysolution-omnischolar
54
+ ```
55
+
45
56
  ## 连接 Agent
46
57
 
47
58
  ### Codex App 与 Codex CLI 插件安装
@@ -55,13 +66,13 @@ codex plugin add omnischolar@omnischolar
55
66
 
56
67
  在 ChatGPT 桌面应用中重启应用,打开 **Plugins**,选择 **OmniScholar** Marketplace,然后安装或启用 **OmniScholar**。在 Codex CLI 中可运行 `/plugins` 浏览同一 Marketplace。
57
68
 
58
- 插件会同时安装 8 个 Skills,并使用固定的 PyPI 版本启动本地 MCP:
69
+ 插件会同时安装 8 个 Skills,并从 PyPI 最新版本启动本地 MCP:
59
70
 
60
71
  ```sh
61
- uvx --from luffysolution-omnischolar==0.1.10 omnischolar mcp
72
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
62
73
  ```
63
74
 
64
- 采用插件安装方式时无需另外执行 `pip install`。第一次启动 MCP 需要联网,以便 `uvx` 下载并缓存包。各服务的凭据与可选配置仍保存在 OmniScholar 配置中,插件安装不会收集这些信息。
75
+ 采用插件安装方式时无需另外执行 `pip install`。`@latest` 会让 `uvx` 解析最新包,不把插件锁死在某个版本号。各服务的凭据与可选配置仍保存在 OmniScholar 配置中,插件安装不会收集这些信息。
65
76
 
66
77
  ### Claude Code 插件安装
67
78
 
@@ -77,9 +88,10 @@ uvx --from luffysolution-omnischolar==0.1.10 omnischolar mcp
77
88
  ```sh
78
89
  claude plugin marketplace add luffysolution-svg/omnischolar
79
90
  claude plugin install omnischolar@omnischolar --scope user
91
+ claude plugin update omnischolar@omnischolar --scope user
80
92
  ```
81
93
 
82
- 如果安装结果提示需要重新加载,请运行 `/reload-plugins`,然后新建会话。插件会自动启动同一个固定版本的 `uvx` MCP,并提供 `/omnischolar:scholar-search` 等带命名空间的 Skills,无需另行安装 Python 包。
94
+ 如果安装结果提示需要重新加载,请运行 `/reload-plugins`,然后新建会话。插件会自动启动最新的 `uvx` MCP,并提供 `/omnischolar:scholar-search` 等带命名空间的 Skills,无需另行安装 Python 包。
83
95
 
84
96
  ### Agent 配置安装器
85
97
 
@@ -102,20 +114,33 @@ omnischolar uninstall cursor --scope project
102
114
 
103
115
  ```sh
104
116
  pi install npm:@luffysolution/omnischolar-pi
117
+ pi update npm:@luffysolution/omnischolar-pi
118
+ pi remove npm:@luffysolution/omnischolar-pi
105
119
  ```
106
120
 
107
121
  WorkBuddy/CodeBuddy 的用户级配置位于 `~/.codebuddy/.mcp.json`,项目级配置位于 `.mcp.json`。其官方文档没有给出可移植的 Skills 目录,因此安装器会配置 MCP,并将 Skills 状态报告为 `manual_required`。
108
122
 
109
- 本地 MCP 命令为:
123
+ 直接运行最新 MCP 的命令为:
110
124
 
111
125
  ```sh
112
- omnischolar mcp
126
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
113
127
  ```
114
128
 
115
129
  通常无需手动运行,Agent 会根据 MCP 配置启动该进程。安装器写入受支持的配置后,会检查 `initialize`、`tools/list` 和 `omnischolar_status`。
116
130
 
117
131
  各 Agent 的路径、更新和卸载方法见[安装说明](docs/INSTALLATION.md)。
118
132
 
133
+ ### 独立安装 Skills
134
+
135
+ 插件已经包含其声明的 Skills。如果需要把仓库 Skills 独立安装到 Agent,可使用官方 Skills CLI:
136
+
137
+ ```sh
138
+ # 用户级安装;将 codex 换成 claude-code、pi、cursor 或其他受支持 Agent
139
+ npx skills add luffysolution-svg/omnischolar --skill '*' --agent codex --global --yes
140
+ npx skills update --global --yes
141
+ npx skills remove --skill '*' --agent codex --global --yes
142
+ ```
143
+
119
144
  ## 使用示例
120
145
 
121
146
  ```text
@@ -12,6 +12,22 @@ pipx install luffysolution-omnischolar
12
12
  python -m pip install luffysolution-omnischolar
13
13
  ```
14
14
 
15
+ Update or uninstall the Python command:
16
+
17
+ ```sh
18
+ uv tool upgrade luffysolution-omnischolar
19
+ uv tool uninstall luffysolution-omnischolar
20
+ ```
21
+
22
+ If you originally installed with `pipx` or `pip`, use the matching update and uninstall commands:
23
+
24
+ ```sh
25
+ pipx upgrade luffysolution-omnischolar
26
+ pipx uninstall luffysolution-omnischolar
27
+ python -m pip install --upgrade luffysolution-omnischolar
28
+ python -m pip uninstall luffysolution-omnischolar
29
+ ```
30
+
15
31
  For development from a source checkout, replace the package name with `.`.
16
32
 
17
33
  Check the command:
@@ -21,7 +37,7 @@ omnischolar --version
21
37
  omnischolar doctor --json
22
38
  ```
23
39
 
24
- The Python command installation above is optional when you use the Codex plugin path below. The plugin runs the pinned PyPI package through `uvx` instead.
40
+ The Python command installation above is optional when you use the Codex plugin path below. The plugin runs the latest PyPI package through `uvx` instead.
25
41
 
26
42
  ## Install in the Codex app or Codex CLI
27
43
 
@@ -44,13 +60,20 @@ Restart the ChatGPT desktop app after adding the marketplace. Open **Plugins**,
44
60
  The installed plugin contains `plugin.json`, `skills/`, and `mcp.json`. Its MCP entry executes:
45
61
 
46
62
  ```sh
47
- uvx --from luffysolution-omnischolar==0.1.10 omnischolar mcp
63
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
48
64
  ```
49
65
 
50
- `uvx` creates an isolated environment and caches the exact release, so this route does not require a separate `pip install`. The first start requires package-index access. To fetch updates to the Git marketplace, run:
66
+ `uvx` creates an isolated environment and runs the latest package requested by `@latest`, so this route does not require a separate `pip install`. To force a package-cache refresh, run:
67
+
68
+ ```sh
69
+ uvx --refresh-package luffysolution-omnischolar --from luffysolution-omnischolar@latest omnischolar mcp
70
+ ```
71
+
72
+ To update the Codex Git marketplace and plugin, run:
51
73
 
52
74
  ```sh
53
75
  codex plugin marketplace upgrade omnischolar
76
+ codex plugin add omnischolar@omnischolar
54
77
  ```
55
78
 
56
79
  To uninstall the plugin or remove its marketplace source:
@@ -80,10 +103,10 @@ claude plugin install omnischolar@omnischolar --scope user
80
103
 
81
104
  Choose `--scope project` to share the enabled plugin through repository settings, or `--scope local` to enable it only for yourself in the current repository. If Claude reports `Run /reload-plugins to activate`, run that command before using the plugin.
82
105
 
83
- Claude Code copies the repository-root plugin into its versioned cache, discovers the eight folders under `skills/`, and starts `.mcp.json` automatically when the plugin is enabled. The MCP command is pinned to:
106
+ Claude Code copies the repository-root plugin into its versioned cache, discovers the eight folders under `skills/`, and starts `.mcp.json` automatically when the plugin is enabled. The MCP command uses the latest PyPI package:
84
107
 
85
108
  ```sh
86
- uvx --from luffysolution-omnischolar==0.1.10 omnischolar mcp
109
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
87
110
  ```
88
111
 
89
112
  The first MCP start needs package-index access. Skills are namespaced with `omnischolar`, for example `/omnischolar:scholar-search` and `/omnischolar:zotero-research`.
@@ -92,6 +115,7 @@ Update or remove the installation with:
92
115
 
93
116
  ```sh
94
117
  claude plugin marketplace update omnischolar
118
+ claude plugin update omnischolar@omnischolar --scope user
95
119
  claude plugin uninstall omnischolar@omnischolar --scope user
96
120
  claude plugin marketplace remove omnischolar
97
121
  ```
@@ -121,7 +145,13 @@ omnischolar install cursor --scope project
121
145
  | Pi | npm Extension | npm Extension | supported |
122
146
  | WorkBuddy/CodeBuddy | `~/.codebuddy/.mcp.json` | `.mcp.json` | no documented portable path |
123
147
 
124
- For Pi, `omnischolar install pi` installs `npm:@luffysolution/omnischolar-pi` with Pi's package manager and copies the Skills to the selected scope. The Extension starts the matching PyPI MCP through `uvx`, so only `uv` must be on `PATH`; a separate global Python CLI installation is not required.
148
+ For Pi, `omnischolar install pi` installs the latest `npm:@luffysolution/omnischolar-pi` with Pi's package manager and copies the Skills to the selected scope. The Extension starts the latest PyPI MCP through `uvx`, so only `uv` must be on `PATH`; a separate global Python CLI installation is not required. To manage the Pi Extension directly:
149
+
150
+ ```sh
151
+ pi install npm:@luffysolution/omnischolar-pi
152
+ pi update npm:@luffysolution/omnischolar-pi
153
+ pi remove npm:@luffysolution/omnischolar-pi
154
+ ```
125
155
 
126
156
  WorkBuddy/CodeBuddy supports local stdio MCP servers. Its official documentation does not define a portable Skills directory, so only the MCP component is installed automatically.
127
157
 
@@ -162,11 +192,18 @@ omnischolar npx-skills cursor
162
192
  For example:
163
193
 
164
194
  ```sh
165
- npx skills add luffysolution-svg/omnischolar --skill '*' -a cursor -y
195
+ # User scope: replace codex with claude-code, pi, cursor, or another supported agent
196
+ npx skills add luffysolution-svg/omnischolar --skill '*' -a codex -g -y
197
+ npx skills update -g -y
198
+ npx skills remove --skill '*' -a codex -g -y
199
+
200
+ # Project scope: omit -g; use project scope for update and removal too
201
+ npx skills add luffysolution-svg/omnischolar --skill '*' -a codex -y
166
202
  npx skills update -p -y
203
+ npx skills remove --skill '*' -a codex -y
167
204
  ```
168
205
 
169
- These commands install Skills only; they do not install the `omnischolar` Python command.
206
+ These commands install Skills only; they do not install the `omnischolar` Python command. The Codex/Claude plugin or Pi full installer already handles its corresponding Skills, so do not install the same Skills twice.
170
207
 
171
208
  ## If MCP does not connect
172
209
 
@@ -179,5 +216,5 @@ These commands install Skills only; they do not install the `omnischolar` Python
179
216
  The only MCP server entry in this release is local stdio:
180
217
 
181
218
  ```sh
182
- omnischolar mcp
219
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
183
220
  ```
@@ -12,6 +12,22 @@ pipx install luffysolution-omnischolar
12
12
  python -m pip install luffysolution-omnischolar
13
13
  ```
14
14
 
15
+ 更新或卸载 Python 命令:
16
+
17
+ ```sh
18
+ uv tool upgrade luffysolution-omnischolar
19
+ uv tool uninstall luffysolution-omnischolar
20
+ ```
21
+
22
+ 若最初使用 `pipx` 或 `pip`,对应的更新和卸载命令是:
23
+
24
+ ```sh
25
+ pipx upgrade luffysolution-omnischolar
26
+ pipx uninstall luffysolution-omnischolar
27
+ python -m pip install --upgrade luffysolution-omnischolar
28
+ python -m pip uninstall luffysolution-omnischolar
29
+ ```
30
+
15
31
  如需从源码开发安装,请将包名替换为 `.`。
16
32
 
17
33
  验证命令是否可用:
@@ -21,7 +37,7 @@ omnischolar --version
21
37
  omnischolar doctor --json
22
38
  ```
23
39
 
24
- 如果采用下面的 Codex 插件安装方式,则无需预先安装上述 Python 命令;插件会通过 `uvx` 运行固定版本的 PyPI 包。
40
+ 如果采用下面的 Codex 插件安装方式,则无需预先安装上述 Python 命令;插件会通过 `uvx` 运行 PyPI 最新包。
25
41
 
26
42
  ## 安装到 Codex App 或 Codex CLI
27
43
 
@@ -44,13 +60,20 @@ codex plugin add omnischolar@omnischolar
44
60
  安装后的插件包含 `plugin.json`、`skills/` 和 `mcp.json`。其 MCP 配置执行:
45
61
 
46
62
  ```sh
47
- uvx --from luffysolution-omnischolar==0.1.10 omnischolar mcp
63
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
48
64
  ```
49
65
 
50
- `uvx` 会创建隔离环境并缓存该精确版本,因此无需另行运行 `pip install`。第一次启动需要能够访问 Python 包索引。若要更新 Git Marketplace:
66
+ `uvx` 会创建隔离环境并运行 `@latest` 指定的最新包,无需另行运行 `pip install`。若需强制刷新包缓存,可运行:
67
+
68
+ ```sh
69
+ uvx --refresh-package luffysolution-omnischolar --from luffysolution-omnischolar@latest omnischolar mcp
70
+ ```
71
+
72
+ 若要更新 Codex Git Marketplace 和插件:
51
73
 
52
74
  ```sh
53
75
  codex plugin marketplace upgrade omnischolar
76
+ codex plugin add omnischolar@omnischolar
54
77
  ```
55
78
 
56
79
  卸载插件或移除 Marketplace 来源:
@@ -80,10 +103,10 @@ claude plugin install omnischolar@omnischolar --scope user
80
103
 
81
104
  使用 `--scope project` 可通过仓库设置与协作者共享启用状态;使用 `--scope local` 则只在当前仓库为自己启用。如果 Claude 提示 `Run /reload-plugins to activate`,请先运行该命令。
82
105
 
83
- Claude Code 会把仓库根插件复制到版本化缓存,发现 `skills/` 下的 8 个 Skills,并在插件启用时自动启动 `.mcp.json`。MCP 命令固定为:
106
+ Claude Code 会把仓库根插件复制到版本化缓存,发现 `skills/` 下的 8 个 Skills,并在插件启用时自动启动 `.mcp.json`。MCP 命令使用 PyPI 最新包:
84
107
 
85
108
  ```sh
86
- uvx --from luffysolution-omnischolar==0.1.10 omnischolar mcp
109
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
87
110
  ```
88
111
 
89
112
  第一次启动 MCP 需要能够访问 Python 包索引。Skills 使用 `omnischolar` 命名空间,例如 `/omnischolar:scholar-search` 和 `/omnischolar:zotero-research`。
@@ -92,6 +115,7 @@ uvx --from luffysolution-omnischolar==0.1.10 omnischolar mcp
92
115
 
93
116
  ```sh
94
117
  claude plugin marketplace update omnischolar
118
+ claude plugin update omnischolar@omnischolar --scope user
95
119
  claude plugin uninstall omnischolar@omnischolar --scope user
96
120
  claude plugin marketplace remove omnischolar
97
121
  ```
@@ -121,7 +145,13 @@ omnischolar install cursor --scope project
121
145
  | Pi | npm Extension | npm Extension | 支持 |
122
146
  | WorkBuddy/CodeBuddy | `~/.codebuddy/.mcp.json` | `.mcp.json` | 无官方可移植目录 |
123
147
 
124
- 对 Pi,`omnischolar install pi` 会通过 Pi 包管理器安装 `npm:@luffysolution/omnischolar-pi`,并把 Skills 复制到所选作用域。Extension 会通过 `uvx` 启动与当前版本匹配的 PyPI MCP,因此只需保证 `uv` 位于 `PATH`,无需另行安装全局 Python 命令。
148
+ 对 Pi,`omnischolar install pi` 会通过 Pi 包管理器安装最新的 `npm:@luffysolution/omnischolar-pi`,并把 Skills 复制到所选作用域。Extension 会通过 `uvx` 启动 PyPI 最新 MCP,因此只需保证 `uv` 位于 `PATH`,无需另行安装全局 Python 命令。直接管理 Pi Extension 时使用:
149
+
150
+ ```sh
151
+ pi install npm:@luffysolution/omnischolar-pi
152
+ pi update npm:@luffysolution/omnischolar-pi
153
+ pi remove npm:@luffysolution/omnischolar-pi
154
+ ```
125
155
 
126
156
  WorkBuddy/CodeBuddy 支持本地 stdio MCP。其官方文档没有定义可移植的 Skills 目录,因此安装器只自动配置 MCP。
127
157
 
@@ -162,11 +192,18 @@ omnischolar npx-skills cursor
162
192
  例如:
163
193
 
164
194
  ```sh
165
- npx skills add luffysolution-svg/omnischolar --skill '*' -a cursor -y
195
+ # 用户级安装:将 codex 替换为 claude-code、pi、cursor 或其他受支持 Agent
196
+ npx skills add luffysolution-svg/omnischolar --skill '*' -a codex -g -y
197
+ npx skills update -g -y
198
+ npx skills remove --skill '*' -a codex -g -y
199
+
200
+ # 项目级安装:省略 -g;更新和卸载也使用项目作用域
201
+ npx skills add luffysolution-svg/omnischolar --skill '*' -a codex -y
166
202
  npx skills update -p -y
203
+ npx skills remove --skill '*' -a codex -y
167
204
  ```
168
205
 
169
- 这组命令只安装 Skills,不会安装 `omnischolar` Python 命令。
206
+ 这组命令只安装 Skills,不会安装 `omnischolar` Python 命令。通过 Codex/Claude plugin 或 Pi Extension 安装时,插件/安装器已经处理了对应 Skills,不需要重复执行。
170
207
 
171
208
  ## MCP 连接失败
172
209
 
@@ -179,5 +216,5 @@ npx skills update -p -y
179
216
  OmniScholar 的 MCP 入口只有本地 stdio:
180
217
 
181
218
  ```sh
182
- omnischolar mcp
219
+ uvx --from luffysolution-omnischolar@latest omnischolar mcp
183
220
  ```
@@ -8,4 +8,4 @@
8
8
  - Pi: see `pi.md`; the npm Extension bridges the local MCP server
9
9
  - WorkBuddy/CodeBuddy: merge `workbuddy.json` into `~/.codebuddy/.mcp.json` or project `.mcp.json`
10
10
 
11
- All supported MCP entries start the local command `omnischolar mcp`. These files contain no provider credentials.
11
+ All supported MCP entries start the latest PyPI package with `uvx --from luffysolution-omnischolar@latest omnischolar mcp`. These files contain no provider credentials.
@@ -1,6 +1,6 @@
1
1
  mcp_servers:
2
2
  omnischolar:
3
- command: "omnischolar"
4
- args: ["mcp"]
3
+ command: "uvx"
4
+ args: ["--from", "luffysolution-omnischolar@latest", "omnischolar", "mcp"]
5
5
  # Optional: restrict exposure with tools.include or tools.exclude.
6
6
  # Inherit OMNISCHOLAR_* and provider environment variables from Hermes.
@@ -3,7 +3,7 @@
3
3
  "mcp": {
4
4
  "omnischolar": {
5
5
  "type": "local",
6
- "command": ["omnischolar", "mcp"],
6
+ "command": ["uvx", "--from", "luffysolution-omnischolar@latest", "omnischolar", "mcp"],
7
7
  "enabled": true,
8
8
  "timeout": 10000
9
9
  }
@@ -6,6 +6,7 @@ OmniScholar uses the npm-published `@luffysolution/omnischolar-pi` Extension to
6
6
  omnischolar install pi
7
7
  # or install only the Extension with Pi's package manager
8
8
  pi install npm:@luffysolution/omnischolar-pi
9
+ pi update npm:@luffysolution/omnischolar-pi
9
10
  ```
10
11
 
11
12
  The Extension starts the matching PyPI MCP through `uvx`, discovers the server's tools, forwards calls and cancellation signals, and closes the MCP client when the Pi session ends. A separate global `omnischolar` command is not required; `uv` must be on `PATH`.
@@ -2,8 +2,8 @@
2
2
  "mcpServers": {
3
3
  "omnischolar": {
4
4
  "type": "stdio",
5
- "command": "omnischolar",
6
- "args": ["mcp"],
5
+ "command": "uvx",
6
+ "args": ["--from", "luffysolution-omnischolar@latest", "omnischolar", "mcp"],
7
7
  "description": "OmniScholar research tools"
8
8
  }
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luffysolution/omnischolar-pi",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "Pi MCP bridge for the OmniScholar research toolkit",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  import { Client } from "@modelcontextprotocol/sdk/client/index.js";
2
2
  import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js";
3
3
  import { Type } from "typebox";
4
- const CLIENT_INFO = { name: "omnischolar-pi", version: "0.1.10" };
4
+ const CLIENT_INFO = { name: "omnischolar-pi", version: "0.1.12" };
5
5
  export function resultText(result) {
6
6
  return result.content
7
7
  .map((item) => {
@@ -39,7 +39,7 @@ export default function omnischolarExtension(pi) {
39
39
  connection = (async () => {
40
40
  transport = new StdioClientTransport({
41
41
  command: "uvx",
42
- args: ["--from", "luffysolution-omnischolar==0.1.10", "omnischolar", "mcp"],
42
+ args: ["--from", "luffysolution-omnischolar@latest", "omnischolar", "mcp"],
43
43
  stderr: "pipe",
44
44
  });
45
45
  client = new Client(CLIENT_INFO);