Skip to content

Commit bc983f6

Browse files
committed
Prepare v0.1.3 release
1 parent 5cca8aa commit bc983f6

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22

33
## [Unreleased]
44

5+
## v0.1.3 - 2026-02-14
6+
57
### Changed
6-
- OAuth installs targeting Claude Code now print a post-install hint to continue authentication inside Claude Code with `/mcp` when automatic CLI auth is unavailable.
7-
- Renamed the Claude Code target slug from `claudecode` to `claude` to match the official CLI binary name.
8-
- Post-install output now highlights OAuth follow-up actions with a clear `Next step` line and adds spacing around the equivalent command to improve visibility before returning to the main menu.
9-
- Install and uninstall now support scope selection for scope-capable targets (currently Claude Code): `user` (default) or `project`.
10-
- Guided install/uninstall wizards now prompt for scope when selected targets support it.
11-
- `status` now supports `--scope` (`effective` default, `user`, `project`) so reported Claude Code state matches current project context instead of aggregating all projects.
12-
- Service validation and target config generation now support `http` transport in addition to `sse` and `stdio`.
13-
- Bundled `jira`, `sentry`, and `context7` services now use `transport: http` so Claude Code can consume `https://.../v1/mcp` endpoints correctly during install and reconfigure flows.
14-
- README contributor docs now clarify transport choices (`http`, `sse`, `stdio`) and include both remote and local service YAML examples.
8+
- Install, uninstall, and status flows are now scope-aware for Claude Code, with explicit `--scope` support (`effective`, `user`, `project`) and guided prompts where applicable.
9+
- Renamed the Claude Code target slug from `claudecode` to `claude` to align with the official CLI naming.
10+
- OAuth UX now provides clearer follow-up guidance, including a Claude-specific `/mcp` next-step hint when automatic CLI auth is unavailable.
11+
- Post-install output now highlights next steps and equivalent commands more clearly in guided flows.
12+
- Added first-class `http` transport support across service validation and target config generation (alongside `sse` and `stdio`).
13+
- Bundled OAuth services (`jira`, `sentry`, `context7`) now use `transport: http`, and contributor docs were updated with clearer transport guidance and examples.
1514

1615
## v0.1.2 - 2026-02-13
1716

internal/app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const (
66
License = "MIT"
77
)
88

9-
var Version = "0.1.2"
9+
var Version = "0.1.3"
1010

1111
type App struct {
1212
Name string

0 commit comments

Comments
 (0)