@luffysolution/omnischolar-pi 0.1.11 → 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
@@ -49,6 +49,10 @@ Update or uninstall the Python command:
49
49
  ```sh
50
50
  uv tool upgrade luffysolution-omnischolar
51
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
52
56
  ```
53
57
 
54
58
  ## Connect an agent
package/README.zh-CN.md CHANGED
@@ -47,6 +47,10 @@ omnischolar doctor --json
47
47
  ```sh
48
48
  uv tool upgrade luffysolution-omnischolar
49
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
50
54
  ```
51
55
 
52
56
  ## 连接 Agent
@@ -19,6 +19,15 @@ uv tool upgrade luffysolution-omnischolar
19
19
  uv tool uninstall luffysolution-omnischolar
20
20
  ```
21
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
+
22
31
  For development from a source checkout, replace the package name with `.`.
23
32
 
24
33
  Check the command:
@@ -19,6 +19,15 @@ uv tool upgrade luffysolution-omnischolar
19
19
  uv tool uninstall luffysolution-omnischolar
20
20
  ```
21
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
+
22
31
  如需从源码开发安装,请将包名替换为 `.`。
23
32
 
24
33
  验证命令是否可用:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luffysolution/omnischolar-pi",
3
- "version": "0.1.11",
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.11" };
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) => {