Skip to content

Commit 944ca99

Browse files
committed
release: v0.1.4 (align npm keywords/description with discovery metadata)
1 parent a5165ca commit 944ca99

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noteboxd/mcp",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"mcpName": "com.noteboxd/mcp",
55
"description": "Fragrance & perfume MCP server and API client: query fragrances, notes, accords, brands, perfumers, reviews, and charts from Noteboxd.",
66
"publishConfig": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/noteboxd/mcp",
88
"source": "github"
99
},
10-
"version": "0.1.3",
10+
"version": "0.1.4",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@noteboxd/mcp",
15-
"version": "0.1.3",
15+
"version": "0.1.4",
1616
"transport": {
1717
"type": "stdio"
1818
},

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Change PACKAGE_NAME here if the package is ever published under a scope.
22
export const PACKAGE_NAME = "noteboxd-mcp";
3-
export const PACKAGE_VERSION = "0.1.3";
3+
export const PACKAGE_VERSION = "0.1.4";
44

55
// Public REST API origin. Override with NOTEBOXD_API_BASE_URL.
66
export const DEFAULT_API_BASE_URL = "https://api.noteboxd.com";

0 commit comments

Comments
 (0)