@neturely/okffs 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ See [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.2.2] - 2026-06-30
|
|
9
|
+
### Added
|
|
10
|
+
- Published to the official MCP Registry (`io.github.neturely/okffs`): added `server.json` and an `mcpName` field to `package.json` for registry package-ownership verification.
|
|
11
|
+
|
|
8
12
|
## [0.2.1] - 2026-06-30
|
|
9
13
|
### Changed
|
|
10
14
|
- Migrated the project to the `neturely` GitHub organization; updated repository, homepage, and documentation links accordingly.
|
|
@@ -53,7 +57,8 @@ See [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
53
57
|
- `create_pull_request` commits the updated CHANGELOG onto the branch and pushes the branch before opening the PR, with non-blocking error handling ([#38](https://github.com/2b9sa2owa/okffs/issues/38)).
|
|
54
58
|
- All git operations now run via `execFileSync` with argument arrays (no shell), removing command-injection risk from branch names and commit hints; tools also checkout the target branch before committing/pushing and restore the original branch afterward.
|
|
55
59
|
|
|
56
|
-
[Unreleased]: https://github.com/neturely/okffs/compare/v0.2.
|
|
60
|
+
[Unreleased]: https://github.com/neturely/okffs/compare/v0.2.2...HEAD
|
|
61
|
+
[0.2.2]: https://github.com/neturely/okffs/compare/v0.2.1...v0.2.2
|
|
57
62
|
[0.2.1]: https://github.com/neturely/okffs/compare/v0.2.0...v0.2.1
|
|
58
63
|
[0.2.0]: https://github.com/neturely/okffs/compare/v0.1.6...v0.2.0
|
|
59
64
|
[0.1.6]: https://github.com/neturely/okffs/compare/v0.1.5...v0.1.6
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neturely/okffs",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"mcpName": "io.github.neturely/okffs",
|
|
4
5
|
"description": "MCP server that connects Claude Code to GitHub — create and manage issues and branches without leaving your editor.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "dist/index.js",
|