Percher 1.0: one version, a clear licence boundary
The CLI, MCP server and four JavaScript libraries now share a 1.0.0 release. Here is what changes when you upgrade, and what stays yours.
Percher's six public npm packages are now available at 1.0.0. The CLI, local MCP server and JavaScript libraries share one release baseline, making it easier to install a matching set and understand which licence applies.
Update the tools you use
For the CLI, run the 1.x version without a global install:
npx --yes percher@1 --version
# Or, with Bun:
bunx percher@1 --versionIf you installed the CLI globally, update it with npm install -g percher@1. For a local MCP configuration, use @percher/mcp@1 in the existing npx arguments and restart that MCP server. The MCP guide shows the configuration. A hosted connector at https://mcp.percher.app/mcp does not need a local package update.
The release includes the existing 53 local MCP tools and 30 app starters. We verified the published packages with fresh Node and Bun installations, including MCP startup and generated project files.
A clear licence boundary
All six packages use FSL-1.1-MIT from 1.0.0 onward. Versions below 1.0.0 retain their original MIT licence. FSL is a source-available licence with use restrictions and an additional MIT grant two years after each version is first made available under FSL. Read the LICENSE shipped with your chosen version for the complete terms.
Older npm versions now display an upgrade notice explaining that boundary. Deprecation does not withdraw their MIT grants or change their archived code.
The files Percher generates for your project have their own permissive licence: Percher-authored app scaffolds and AI instruction files use 0BSD. Your existing project files keep their existing licences, and bundled third-party components keep theirs. The package licence does not relicense those files.
See Package versions and licences for the six-package list, installation examples and how to handle an old-version warning.
This is a release of the public developer tools. Beta availability is announced separately. General signup and paid checkout remain closed.