Skip to content

Releases: freee/freee-mcp

v0.6.0

03 Jan 20:20
f8d4db0

Choose a tag to compare

What's Changed

See CHANGELOG.md for details.

Package

Claude Plugin

This repository can also be used as a Claude Code plugin:

claude plugin add him0/freee-mcp

v0.5.2

31 Dec 21:03
4b8b4c8

Choose a tag to compare

What's Changed

See CHANGELOG.md for details.

Package

Claude Plugin

This repository can also be used as a Claude Code plugin:

claude plugin add him0/freee-mcp

v0.5.1

31 Dec 20:43
5dcc24f

Choose a tag to compare

What's Changed

See CHANGELOG.md for details.

Package

Claude Plugin

This repository can also be used as a Claude Code plugin:

claude plugin add him0/freee-mcp

v0.5.0

31 Dec 19:48
1e6a0c7

Choose a tag to compare

What's Changed

See CHANGELOG.md for details.

Package

Claude Plugin

This repository can also be used as a Claude Code plugin:

claude plugin add him0/freee-mcp

v0.4.0

31 Dec 19:17
7eb7413

Choose a tag to compare

What's Changed

See CHANGELOG.md for details.

Package

Claude Plugin

This repository can also be used as a Claude Code plugin:

claude plugin add him0/freee-mcp

v0.3.3

07 Dec 19:28
cc5915a

Choose a tag to compare

What's Changed

  • docs: データ作成時のベストプラクティスを追加 (b5a6723)

Package

Claude Plugin

This repository can also be used as a Claude Code plugin:

claude plugin add him0/freee-mcp

v0.3.2

07 Dec 18:47
6d0c5d2

Choose a tag to compare

What's Changed

  • fix: add service parameter to fix invoice API URL construction (a6f574e)

Package

Claude Plugin

This repository can also be used as a Claude Code plugin:

claude plugin add him0/freee-mcp

v0.3.1

07 Dec 18:09
9e88592

Choose a tag to compare

What's Changed

  • fix: add build memory option (aa15be7)
  • fix: add typecheck memory option (a5c44a6)
  • fix typecheck script name (4e1b149)
  • feat: minimize OpenAPI schemas for reduced memory consumption (dd306aa)
  • chore: add NODE_OPTIONS for type-check and build steps (1caaa55)
  • chore: disable type check step in release workflow (db330ff)
  • feat: add schema fetch script and update OpenAPI schemas (a8d76e1)
  • chore: update dependencies to latest versions (a512245)
  • chore: update Node.js to 24.11.1 and pnpm to 10.24.0 (b4f3e26)
  • docs: clarify MCP + skill combined usage and api mode deprecation (0d94579)
  • docs: add development notice and startup modes to README (40e0adb)
  • docs: remove hardcoded reference count mentions (98ad994)
  • docs: streamline README for clarity (94fb011)
  • style(ci): format workflow files (66cd0b1)
  • ci: add skill zip packaging to GitHub release (856ec12)
  • ci: add reference generation and plugin info to publish workflow (9189fcd)
  • docs: add Claude Plugin section to README and integrate reference generation in release flow (109069b)
  • feat: integrate freee-api-skills into freee-mcp (7d24d07)
  • style(cli): format code and update MCP config defaults (58cfa94)

Package

Claude Plugin

This repository can also be used as a Claude Code plugin:

claude plugin add him0/freee-mcp

v0.2.7

07 Dec 10:57
2d958a2

Choose a tag to compare

What's Changed

  • fix: configureコマンドが即時終了する問題を修正 (4069c0c)

Package

v0.2.6

07 Dec 10:46
3fc2e67

Choose a tag to compare

What's Changed

  • feat: support multiple freee APIs (accounting, hr, invoice, pm) (792c89f)
  • feat: display and reuse existing configuration values (53dd895)
  • feat: replace readline with prompts for password input (632f7df)
  • fix: prevent duplicate characters when pasting CLIENT_SECRET (1f07727)
  • fix: hide CLIENT_SECRET input and load config before callback server (d78b7a6)
  • feat: add configure subcommand to main entry point (d00f9ee)
  • refactor: remove mode from Config interface, use getMode() function (fb7bdef)
  • feat: migrate to config file-based setup and deprecate environment variables (9504bfc)
  • chore: refine MCP configuration files (3f97c13)
  • chore: update MCP inspector and add local config (793a312)
  • fix: update environment variable name to FREEE_DEFAULT_COMPANY_ID (bd007e0)
  • feat: switch mode selection from env var to CLI subcommands (2c07d4e)
  • feat: enhance configure command with OAuth authentication and company selection (d5913b4)
  • refactor: change client mode to HTTP method sub-commands (b544324)
  • refactor: rename FREEE_COMPANY_ID to FREEE_DEFAULT_COMPANY_ID (e33d31e)
  • feat: add configure subcommand for interactive setup (03195e5)
  • feat: add API client mode to reduce context window usage (a763396)

Package