@tta-lab/pi-project
v3.1.1
Published
Pi extension for Organon project discovery: list, find, and get registered projects without MCP.
Readme
@tta-lab/pi-project
A Pi extension for discovering registered Organon projects.
Its project_list, project_find, and project_get tools list projects, find
matching registrations, and return the full record for a selected project
without MCP configuration.
Install
pi install npm:@tta-lab/pi-project@latest
# or pin a release:
pi install npm:@tta-lab/pi-project@<version>Prereleases use the beta dist-tag and must be requested explicitly:
pi install npm:@tta-lab/pi-project@betaThe package is independently installable and includes the matching native
@tta-lab/pi-project-<platform> optional dependency at the exact same version.
Supported platforms
- macOS (Darwin) ARM64
- Linux x64 (amd64)
- Linux ARM64
Unsupported hosts fail at startup instead of downloading or compiling a binary.
Source
This package is maintained in the Organon monorepo at
pi/packages/pi-project.
The platform-specific implementation packages live under
pi/packages/native.
See the Pi extension documentation
for the complete tool and installation details.
