byclaw-mcp 0.4.8 → 0.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/setup.js +1 -1
  2. package/package.json +1 -1
package/dist/setup.js CHANGED
@@ -129,7 +129,7 @@ function printBanner() {
129
129
  log(`${ORANGE}${BOLD} ██╔══██╗ ╚██╔╝ ██║ ██║ ██╔══██║██║███╗██║${RESET}`);
130
130
  log(`${ORANGE}${BOLD} ██████╔╝ ██║ ╚██████╗███████╗██║ ██║╚███╔███╔╝${RESET}`);
131
131
  log(`${ORANGE}${BOLD} ╚═════╝ ╚═╝ ╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝${RESET}`);
132
- log(`${WHITE}${BOLD} Your personal AI shopping advisor ${RESET}`);
132
+ log(`${WHITE}${BOLD} AI-Shopping Community ${RESET}`);
133
133
  log('');
134
134
  }
135
135
  async function main() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byclaw-mcp",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "MCP Server for byclaw.io — Your AI shopping advisor. Connects Claude Desktop and other MCP clients to the byclaw.io product catalog.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {