@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.2"; | ||
| export const PACKAGE_VERSION = "0.1.3"; | ||
| // Public REST API origin. Override with NOTEBOXD_API_BASE_URL. | ||
@@ -5,0 +5,0 @@ export const DEFAULT_API_BASE_URL = "https://api.noteboxd.com"; |
+1
-1
| { | ||
| "name": "@noteboxd/mcp", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "mcpName": "com.noteboxd/mcp", | ||
@@ -5,0 +5,0 @@ "description": "Model Context Protocol server for Noteboxd. Query fragrances, notes, accords, brands, perfumers, reviews, and charts from your AI assistant.", |
+8
-2
@@ -9,3 +9,3 @@ { | ||
| }, | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "packages": [ | ||
@@ -15,3 +15,3 @@ { | ||
| "identifier": "@noteboxd/mcp", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "transport": { | ||
@@ -30,3 +30,9 @@ "type": "stdio" | ||
| } | ||
| ], | ||
| "remotes": [ | ||
| { | ||
| "type": "streamable-http", | ||
| "url": "https://mcp.noteboxd.com/mcp" | ||
| } | ||
| ] | ||
| } |
24946
0.44%461
1.32%