Skip to content

Commit 1fd4275

Browse files
committed
chore: correct MCP namespace case (BitmapAsset) + bump 0.2.3
1 parent 8a3a95b commit 1fd4275

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dear-agent",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Dear Agent — your AI agent keeps your diary for you. A local-first MCP server + skill that lets any AI agent maintain a human's daily life journal from text, photos, and voice notes. You never open an app or write a word.",
55
"type": "module",
66
"bin": {
@@ -50,5 +50,5 @@
5050
"@types/node": "^22.0.0",
5151
"typescript": "^5.6.0"
5252
},
53-
"mcpName": "io.github.bitmapasset/dear-agent"
53+
"mcpName": "io.github.BitmapAsset/dear-agent"
5454
}

server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.bitmapasset/dear-agent",
4-
"description": "Dear Agent — your AI agent keeps your diary for you. A local-first MCP server + skill that lets any AI agent maintain a human's daily life journal from text, photos, and voice notes. You never open an app or write a word.",
3+
"name": "io.github.BitmapAsset/dear-agent",
4+
"description": "Your AI agent keeps your diary for you. Local-first, private, works in any agent.",
55
"repository": {
66
"url": "https://github.com/BitmapAsset/dear-agent",
77
"source": "github"
88
},
9-
"version": "0.2.2",
9+
"version": "0.2.3",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "dear-agent",
14-
"version": "0.2.2",
14+
"version": "0.2.3",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)