@ehrocks/fe-mcp-server 1.0.9 → 1.0.10

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/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -140,6 +140,9 @@ Returns for each match:
140
140
  idempotentHint: true,
141
141
  openWorldHint: false,
142
142
  },
143
+ _meta: {
144
+ "anthropic/alwaysLoad": true,
145
+ },
143
146
  }, async ({ query, limit, threshold }) => {
144
147
  const result = await searchHeroDesignComponentExamples(query, limit, threshold);
145
148
  if (result.ok) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehrocks/fe-mcp-server",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "MCP server for searching Hero Design System components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",