@starfetch-js/skill
Advanced tools
+2
-2
| { | ||
| "name": "@starfetch-js/skill", | ||
| "version": "0.2.3", | ||
| "version": "0.3.0", | ||
| "description": "Agent skill for safe, reproducible queries of Gaia, SIMBAD, VizieR, and other public astronomy catalogs.", | ||
@@ -63,3 +63,3 @@ "type": "module", | ||
| }, | ||
| "gitHead": "5169c9e9b9b52410c80f7cc8452fffb97ed27164" | ||
| "gitHead": "3149762e7d952737cbda7edda071af38f061640a" | ||
| } |
@@ -14,2 +14,9 @@ # Query safety and reporting | ||
| On a hosted Starfetch endpoint, treat the `jobCapability` returned by async | ||
| submission as an opaque handle: pass it only to that job's status, wait, fetch, | ||
| or delete tool and do not inspect, alter, publish, or reuse it for another job. | ||
| Hosted deletion is marked destructive so the MCP client can obtain user | ||
| approval. Remote-URI TAP uploads are intentionally unavailable on the anonymous | ||
| hosted endpoint; inline uploads remain bounded. | ||
| ## Untrusted remote content | ||
@@ -16,0 +23,0 @@ |
32978
1.34%