loongclaw-devkit 0.2.2__tar.gz → 0.2.3__tar.gz
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.
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/PKG-INFO +1 -1
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/publish.py +1 -1
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/pyproject.toml +1 -1
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/src/loongclaw_devkit/publish.py +1 -1
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/src/loongclaw_devkit/server.py +1 -1
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/.gitignore +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/AGENTS.md +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/README.md +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/src/loongclaw_devkit/__init__.py +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/src/loongclaw_devkit/__main__.py +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/src/loongclaw_devkit/templates/AGENTS_template.md +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/src/loongclaw_devkit/templates/requirements_template.txt +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/src/loongclaw_devkit/templates/server_template.py +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/templates/AGENTS_template.md +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/templates/requirements_template.txt +0 -0
- {loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/templates/server_template.py +0 -0
|
@@ -23,7 +23,7 @@ import zipfile
|
|
|
23
23
|
from pathlib import Path
|
|
24
24
|
|
|
25
25
|
# ── 常量 ──────────────────────────────────────────────────
|
|
26
|
-
CLOUD_API_BASE = "https://
|
|
26
|
+
CLOUD_API_BASE = "https://api.loongclaw.net.cn"
|
|
27
27
|
UPLOAD_ENDPOINT = "/v1/store/upload"
|
|
28
28
|
ENTRYPOINT = "server.py" # 入口文件,始终明文
|
|
29
29
|
CONFIG_FILE = ".publish.json"
|
|
@@ -23,7 +23,7 @@ import zipfile
|
|
|
23
23
|
from pathlib import Path
|
|
24
24
|
|
|
25
25
|
# ── 常量 ──────────────────────────────────────────────────
|
|
26
|
-
CLOUD_API_BASE = "https://
|
|
26
|
+
CLOUD_API_BASE = "https://api.loongclaw.net.cn"
|
|
27
27
|
UPLOAD_ENDPOINT = "/v1/store/upload"
|
|
28
28
|
ENTRYPOINT = "server.py" # 入口文件,始终明文
|
|
29
29
|
CONFIG_FILE = ".publish.json"
|
|
@@ -252,7 +252,7 @@ def check_mcp_status(plugin_id: str = "", project_dir: str = "") -> str:
|
|
|
252
252
|
if token:
|
|
253
253
|
import urllib.request
|
|
254
254
|
import urllib.error
|
|
255
|
-
url = "https://
|
|
255
|
+
url = "https://api.loongclaw.net.cn/v1/store/mcp/registry.json"
|
|
256
256
|
req = urllib.request.Request(
|
|
257
257
|
url, headers={"Authorization": f"Bearer {token}"},
|
|
258
258
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/src/loongclaw_devkit/templates/AGENTS_template.md
RENAMED
|
File without changes
|
|
File without changes
|
{loongclaw_devkit-0.2.2 → loongclaw_devkit-0.2.3}/src/loongclaw_devkit/templates/server_template.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|