Skip to content

Commit e18c578

Browse files
author
Lukas Geiger
committed
docs(marketing): add Glama & Smithery badges, whitelist glama.json and update SEO metadata
1 parent 91adca2 commit e18c578

5 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `ellmos-blender-use-mcp` are tracked here.
44

55
## 0.1.0-alpha.5 - 2026-07-25
66

7+
### Maintenance (2026-07-29)
8+
- Discoverability, SEO & README-Design Check (Path B): Added Glama.ai and Smithery.ai badges to `README.md` and `README_de.md`.
9+
- Added `glama.json` to `package.json` `files` array and added `glama`, `smithery` keywords.
10+
- Updated `llms.txt` header timestamp to `Last-checked: 2026-07-29`.
11+
- Verified 100% test suite pass (`privacy-hygiene.test.js` & `runtime-safety.test.js`).
12+
713
### Maintenance (2026-07-26)
814
- Sanitized local Windows path leaks in `push-protocoll.txt` to pass privacy hygiene test suite.
915
- Updated `llms.txt` header timestamp to `Last-checked: 2026-07-26`.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1515
[![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg)](https://nodejs.org/)
1616
[![LLM-Ready](https://img.shields.io/badge/LLM--Ready-llms.txt-blue.svg)](llms.txt)
17+
[![Glama](https://img.shields.io/badge/Glama-Listing-blue.svg)](https://glama.ai/mcp/servers/@ellmos-ai/ellmos-blender-use-mcp)
18+
[![Smithery Badge](https://smithery.ai/badge/ellmos-blender-use-mcp)](https://smithery.ai/server/ellmos-blender-use-mcp)
1719
[![Ecosystem](https://img.shields.io/badge/Ecosystem-ellmos--ai-purple.svg)](https://github.com/ellmos-ai)
1820
[![Umbrella](https://img.shields.io/badge/Umbrella-open--bricks-blue.svg)](https://github.com/open-bricks)
1921

README_de.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1515
[![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg)](https://nodejs.org/)
1616
[![LLM-Ready](https://img.shields.io/badge/LLM--Ready-llms.txt-blue.svg)](llms.txt)
17+
[![Glama](https://img.shields.io/badge/Glama-Listing-blue.svg)](https://glama.ai/mcp/servers/@ellmos-ai/ellmos-blender-use-mcp)
18+
[![Smithery Badge](https://smithery.ai/badge/ellmos-blender-use-mcp)](https://smithery.ai/server/ellmos-blender-use-mcp)
1719
[![Ecosystem](https://img.shields.io/badge/Ecosystem-ellmos--ai-purple.svg)](https://github.com/ellmos-ai)
1820
[![Umbrella](https://img.shields.io/badge/Umbrella-open--bricks-blue.svg)](https://github.com/open-bricks)
1921

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ ellmos-blender-use-mcp
7373
- `src/index.js`: MCP server entrypoint and tool definitions.
7474
- `test/privacy-hygiene.test.js`: regression test guarding against leaked local user-profile paths.
7575

76-
## Last-checked: 2026-07-26
76+
## Last-checked: 2026-07-29

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"THIRD_PARTY_LICENSES.md",
1717
"server.json",
1818
"smithery.yaml",
19+
"glama.json",
1920
"llms.txt",
2021
"CHANGELOG.md"
2122
],
@@ -38,7 +39,9 @@
3839
"reimport-check",
3940
"headless",
4041
"local-first",
41-
"ellmos"
42+
"ellmos",
43+
"glama",
44+
"smithery"
4245
],
4346
"author": "Lukas Geiger",
4447
"license": "MIT",

0 commit comments

Comments
 (0)