Skip to content

Commit 7203e0a

Browse files
committed
chore: bump to v0.5.1, add glama.json, update README messaging
1 parent c8682fa commit 7203e0a

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to DecisionNode are documented here.
44

5+
## [0.5.1] - 2026-04-08
6+
7+
### Added
8+
- `glama.json` for Glama MCP registry listing
9+
10+
### Changed
11+
- Updated README subtitle with cross-tool compatibility messaging
12+
513
## [0.5.0] - 2026-04-06
614

715
### Added

glama.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://glama.ai/mcp/schemas/server.json",
3+
"maintainers": ["AmmarSaleh50"]
4+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decisionnode",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Record a decision, embed it as a vector, search it later. CLI + MCP server for AI tools.",
55
"keywords": [
66
"decisions",

src/mcp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { getProjectRoot, getCurrentProject, setCurrentProject, GLOBAL_STORE, isG
2020
const server = new Server(
2121
{
2222
name: 'decisionnode',
23-
version: '0.5.0',
23+
version: '0.5.1',
2424
},
2525
{
2626
capabilities: {

0 commit comments

Comments
 (0)