Agent tooling fixes: URL scrape, organize docs, summary urls (0.1.17–0.1.19) #1
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ai-collab/sa-mcp!1
Loading…
Reference in a new issue
No description provided.
Delete branch "0.1.16/mcp-agent-tooling-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Three scoped MCP façade improvements from the agent organize-workflow review — only changes judged in-scope for sa-mcp (no host-side analytics or external scraping).
scraper_runkind=urlwith typedscrape*URLfield selections; defaultcontent_type=SCENEurls/tag_idsreplace vs bulk ADD/SET/REMOVEdetail=summaryincludesurls(list finds + write ACKs)Details
0.1.17 — URL scrape fix
scrapeURLwithout subfields was invalid GraphQL (union).content_typetoscrapeSceneURL/scrapePerformerURL/ gallery / image / group with explicit selections.url; rejects unknown content types;MOVIE→GROUP.0.1.18 — Agent docs
INCLUDESvsscene_find_by_pathregex guidance.scene_update/scene_update_manyreplaceurlsandtag_ids; bulk supports ADD/REMOVE/SET.0.1.19 — Summary ACKs
SCENE_SUMMARYaddsurlsso agents can verify URL writes without a follow-upscene_get.Test plan
uv run pytest tests/test_scraper_run_url.py tests/test_scene_detail.py tests/test_scene_update_many.py -quv run ruff checkon touched pathsscraper_runkind=url against a known content URL if scrapers installed