Releases: alex13slem/openproject-codex-plugin
Releases · alex13slem/openproject-codex-plugin
Release list
v0.3.0
Highlights
- Publishable npm MCP server with npx installation
- Official MCP Registry metadata and automated OIDC publishing
- Direct environment-variable configuration for marketplace clients
- Clickable OpenProject work-package URLs in search and write results
- Clear Community Edition and write-capable positioning
Install the standalone MCP server with:
npx -y openproject-codex-plugin
Set OPENPROJECT_URL and OPENPROJECT_API_TOKEN in your MCP client configuration.
v0.2.0
Added
- Cross-platform Bun installer with shell wrappers for macOS/Linux and PowerShell wrappers for Windows.
- CI coverage on Windows, macOS, and Linux.
- Work-package filters for assignee, current user, exact due date, and status.
- Compact work-package search results with scheduling and progress fields.
- Unit tests for authentication headers, API errors, HAL resources, filters, and optimistic-lock update payloads.
- Architecture, troubleshooting, roadmap documentation, and expanded usage examples.
Changed
- New installations use
~/.codex/openproject.envon every desktop OS while retaining compatibility with the previous~/.config/codexlocation. - Extracted OpenProject HTTP and payload logic into a testable API module.
Full changelog: v0.1.0...v0.2.0
v0.1.0
Highlights
- Search OpenProject projects and work packages from Codex.
- Read, create, and update work packages through OpenProject API v3.
- Add Markdown comments without leaving the coding workflow.
- Install through the bundled MCP setup script or Codex plugin marketplace manifest.
- Validate every change with GitHub Actions.
This is the first public preview. Feedback and contributions are welcome.