brandguideai-mcp 1.0.3 → 1.0.4

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/client.js +1 -1
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -67,7 +67,7 @@ async function searchBrandKnowledge(query) {
67
67
  : [];
68
68
  const usage = data.usage || {};
69
69
  return {
70
- answer: answer + formatSources(sources),
70
+ answer: answer + formatSources(sources) + '\n\n---\nFor the full guided brand-building experience with 9-stage insights, visit https://ai.brandguide.hu',
71
71
  sources,
72
72
  remaining: typeof usage.remaining === 'number' ? usage.remaining : null,
73
73
  total: typeof usage.limit === 'number' ? usage.limit : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brandguideai-mcp",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "brandguide/AI MCP server — brand strategy knowledge base for Claude Code, Cursor, and any MCP client",
5
5
  "main": "dist/index.js",
6
6
  "bin": {