Public-flip audit: scrub Sulkta-internal refs + Browserless IPs + add LICENSE

Repository URL → git.sulkta.com. Drop Lucy Browserless IPs from tool doc-strings
(replaced with abstract 'sandboxed headless browser' guidance). Drop sibling-repo
cross-references, kayos@/cobb@ mailbox examples in tool descriptions, vault
pointers. Generalize config.example.toml + README to neutral hosts. Add LICENSE
(MIT — Cargo.toml already declared it).

Tests still green. No behavior change.
This commit is contained in:
Cobb Hayes 2026-05-27 11:06:51 -07:00
parent 5e1c63eeaa
commit a6e0a234d2
10 changed files with 117 additions and 97 deletions

View file

@ -1,8 +1,6 @@
# Cargo workspace root for mail-mcp.
#
# One crate today (mail-mcp), workspace shape so we can grow without
# rework. Same pattern as aldabra.
#
# One crate today (mail-mcp), workspace shape so we can grow without rework.
# Workspace deps pinned here; each crate references with `foo = { workspace = true }`.
[workspace]
resolver = "2"
@ -12,14 +10,13 @@ members = ["crates/mail-mcp"]
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "http://192.168.0.5:3001/Sulkta-Coop/mail-mcp"
repository = "https://git.sulkta.com/Sulkta-Coop/mail-mcp"
authors = ["Cobb <cobb@sulkta.com>", "Kayos <kayos@sulkta.com>"]
[workspace.dependencies]
tokio = { version = "1", features = ["full"] }
# MCP — same crate aldabra uses. Pinned to 0.1 series; bump together
# across repos when we move.
# MCP — pinned to the 0.1 series.
rmcp = { version = "0.1", features = ["server", "transport-io"] }
schemars = "0.8"