v3.1.0
·
7 commits
to main
since this release
OpenSuiteMCP 3.1.0
Added
- NetSuite connect wizard — guided App Portal flow, shared Integration checklist, manage-accounts polish
- Public docs —
/docs,/docs/netsuite-integration,/docs/self-host(org-hosted architecture overview) - Oracle skills sync — pack no longer vendored; run
pnpm skills:sync(or rely on production entrypoint) to populate.data/oracle-skills - Shared model registry — canonical Speed / Reasoning models for Google, Anthropic, OpenAI
Fixed
- Anthropic Sonnet thinking uses adaptive + effort (Sonnet 5+ rejects
thinking.type.enabled) - Mobile dialog/sheet footer gaps and chat-history tooltip collisions
Upgrade notes
- After pull:
pnpm installthenpnpm skills:syncbefore relying on Oracle skills in the portal - Optional: schedule weekly
pnpm skills:sync(or cron) for new upstream skills - Set
AUTH_URLso/docs/netsuite-integrationshows your real OAuth redirect URI
See CHANGELOG.md for full notes.