- Rename all user-facing and technical identifiers from OpenPets/Pet to FamiliarOS/Familiar. - Rename packages from @open-pets/* to @familiaros/*; rename install-pet/pet-format packages. - Rename plugin IDs and directories from openpets.* to familiaros.*. - Rename IPC namespace from openpets:* to familiaros:* and state filenames from openpets-* to familiaros-* with legacy migration. - Rename source files (pet-window, built-in-pet, default-pet-controller, etc.) to familiar equivalents. - Update locales (en, es-419, ja, ko, pt-BR, zh-Hans, zh-Hant) and tray/pet context menu strings. - Add Familiar naming feature: preference, settings input, tray menu display. - Update assets and packaging config; all desktop tests pass.
912 B
912 B
Integrations
MCP
FamiliarOS MCP exposes:
familiaros_status
familiaros_react
familiaros_say
Server command:
npx -y @familiaros/mcp@latest --familiar <familiar-id>
Claude Code
Use the CLI configure flow:
familiaros configure --agent claude --familiar <familiar-id> --cwd <project-path> --yes
Claude hooks are optional and should not be changed without user approval.
OpenCode
Use the CLI configure flow:
familiaros configure --agent opencode --familiar <familiar-id> --cwd <project-path> --yes
OpenCode usually requires restart after config changes.
Cursor and other MCP clients
Prefer the official configure flow when available. Otherwise configure an MCP server using:
npx -y @familiaros/mcp@latest --familiar <familiar-id>
If the CLI is not installed globally, replace familiaros with npx -y @familiaros/cli@latest.