@noteboxd/mcp
Advanced tools
+1
-1
| // Change PACKAGE_NAME here if the package is ever published under a scope. | ||
| export const PACKAGE_NAME = "noteboxd-mcp"; | ||
| export const PACKAGE_VERSION = "0.1.1"; | ||
| export const PACKAGE_VERSION = "0.1.2"; | ||
| // Public REST API origin. Override with NOTEBOXD_API_BASE_URL. | ||
@@ -5,0 +5,0 @@ export const DEFAULT_API_BASE_URL = "https://api.noteboxd.com"; |
+2
-2
| { | ||
| "name": "@noteboxd/mcp", | ||
| "version": "0.1.1", | ||
| "mcpName": "io.github.noteboxd/mcp", | ||
| "version": "0.1.2", | ||
| "mcpName": "com.noteboxd/mcp", | ||
| "description": "Model Context Protocol server for Noteboxd. Query fragrances, notes, accords, brands, perfumers, reviews, and charts from your AI assistant.", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
+3
-3
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "io.github.noteboxd/mcp", | ||
| "name": "com.noteboxd/mcp", | ||
| "description": "Query the Noteboxd fragrance encyclopedia (fragrances, notes, brands, reviews, and charts).", | ||
@@ -9,3 +9,3 @@ "repository": { | ||
| }, | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "packages": [ | ||
@@ -15,3 +15,3 @@ { | ||
| "identifier": "@noteboxd/mcp", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "transport": { | ||
@@ -18,0 +18,0 @@ "type": "stdio" |
24837
-0.05%