/** * MCP server entrypoint for the url-get plugin. Registers one tool, `url-get`, * on the standard stdio transport. Module init must never throw on missing * per-account env — plugin-system spawn enumerates tools/list with empty env, * and any boot throw empties the registry. The tool reads ACCOUNT_DIR at call * time and returns an error envelope when storage cannot be resolved. */ export {}; //# sourceMappingURL=index.d.ts.map