Skip to content

Commit a28a779

Browse files
committed
chore(hygiene): align 1.3.22 metadata version across server.json and src/index.ts, update llms.txt date, add ecosystem badges & update CHANGELOG [G 2026-08-04]
1 parent d7b3b4b commit a28a779

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.3.23] - 2026-08-04
5+
## [1.3.22] - 2026-08-04
66

77
### Technical Hygiene & Maintenance
8-
- Synchronized version string `1.3.23` across `package.json`, `server.json`, and `src/index.ts` to pass metadata alignment tests.
8+
- Synchronized version string `1.3.22` across `package.json`, `server.json`, and `src/index.ts` to pass metadata alignment tests.
99
- Updated `llms.txt` `Last-checked` timestamp to `2026-08-04`.
1010
- Added `ellmos-ai` Ecosystem and `open-bricks` Umbrella badges to `README.md` and `README_de.md`.
1111
- Verified 100% pass rate across all 175 tests in Vitest test suite (`test/metadata.test.ts`, `test/i18n.test.ts`, `test/index.test.ts`).

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.ellmos-ai/ellmos-codecommander-mcp",
4-
"version": "1.3.23",
4+
"version": "1.3.22",
55
"title": "ellmos CodeCommander",
66
"description": "Developer MCP server: code analysis, JSON repair, imports, diffs, regex, format conversion.",
77
"websiteUrl": "https://github.com/ellmos-ai/ellmos-codecommander-mcp",
@@ -14,7 +14,7 @@
1414
{
1515
"registryType": "npm",
1616
"identifier": "ellmos-codecommander-mcp",
17-
"version": "1.3.23",
17+
"version": "1.3.22",
1818
"transport": {
1919
"type": "stdio"
2020
},

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* See LICENSE file for details.
1010
*
1111
* @author Lukas Geiger
12-
* @version 1.3.23
12+
* @version 1.3.22
1313
* @license MIT
1414
*/
1515

@@ -40,7 +40,7 @@ const execFileAsync = promisify(execFile);
4040

4141
const server = new McpServer({
4242
name: "ellmos-codecommander-mcp",
43-
version: "1.3.23"
43+
version: "1.3.22"
4444
});
4545

4646
// ============================================================================

0 commit comments

Comments
 (0)