@n0zer0d4y/vulcan-file-ops 1.1.3 → 1.1.4
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 +7 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.1.4] - 2025-11-13
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Updated package.json to version 1.1.4 and added the `mcpName` field for MCP Registry compatibility.
|
|
13
|
+
- Created `server.json` with version 1.1.4, updated schema (2025-10-17), `registryType` field, and added the `transport` field.
|
|
14
|
+
|
|
8
15
|
## [1.1.3] - 2025-11-13
|
|
9
16
|
|
|
10
17
|
### Security
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n0zer0d4y/vulcan-file-ops",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
|
+
"mcpName": "io.github.n0zer0d4y/vulcan-file-ops",
|
|
4
5
|
"description": "MCP server that gives Claude Desktop and other AI assistants filesystem superpowers—read, write, edit, and manage files like AI coding assistants",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"author": "Lloyd Barcatan",
|