Skip to content

Releases: alex13slem/openproject-codex-plugin

v0.3.0

Choose a tag to compare

@alex13slem alex13slem released this 14 Jul 09:57
eb20c23

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

Choose a tag to compare

@alex13slem alex13slem released this 14 Jul 07:41
cfd50d2

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.env on every desktop OS while retaining compatibility with the previous ~/.config/codex location.
  • Extracted OpenProject HTTP and payload logic into a testable API module.

Full changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@alex13slem alex13slem released this 13 Jul 11:44

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.