Skip to content

Document URL and network privacy rule MCP tools#5

Open
jurassix wants to merge 1 commit into
mainfrom
clint/url-network-privacy-tools
Open

Document URL and network privacy rule MCP tools#5
jurassix wants to merge 1 commit into
mainfrom
clint/url-network-privacy-tools

Conversation

@jurassix

@jurassix jurassix commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds privacy-url-list, privacy-url-create, privacy-network-list, privacy-network-create to the subtext-privacy skill, documenting new MCP tools that manage URL privacy rules (scrub host/path/query) and network privacy rules (elide/allowlist request-response bodies) alongside the existing element-block rule tools.
  • privacy-url-create/privacy-network-create double as update: pass guid (URL rules) or overwrite=true (network rules) to replace an existing rule instead of creating a new one. Unlike element rules, these have no preview/promote scope -- created/updated rules apply to all sessions immediately.
  • Updates cross-references in subtext-shared, subtext-using-subtext, subtext-setup-plugin, and the README.
  • Adds a changeset (minor bump).

The underlying MCP server implementation lives in the Fullstory monorepo (fs/services/lidar) -- this PR only updates the docs/skill content served from this repo. Implementation PR: cowpaths/mn#107150.

All four tools verified end-to-end against a live subtext-local server, including a real rule created against a test app. Full proof document with inlined request/response evidence: https://app.staging.fullstory.com/subtext/o-B55B-na1/docs/lDQYpZfUOBIc

Adds privacy-url-list, privacy-url-create, privacy-network-list, and
privacy-network-create to the subtext-privacy skill, alongside the
existing element-block rule tools. Create doubles as update: guid for
URL rules, overwrite=true for network rules. Unlike element rules,
these have no preview/promote scope -- they apply to all sessions
immediately. Cross-references in subtext-shared, subtext-using-subtext,
subtext-setup-plugin, and the README updated to match.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant