@fundtracer/mcp 1.0.4 → 1.0.5

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.
package/fundtracer-mcp.js CHANGED
@@ -261,6 +261,7 @@ function api() {
261
261
  const key = process.env.FUNDTRACER_MCP_API_KEY || "";
262
262
  const headers = {
263
263
  Authorization: `Bearer ${key}`,
264
+ "x-auth-token": key,
264
265
  "Content-Type": "application/json"
265
266
  };
266
267
  if (_mcpCtx?.userId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundtracer/mcp",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "FundTracer MCP Server — blockchain analysis for AI assistants (Claude Desktop, Claude Code, Cursor, etc.)",
5
5
  "type": "module",
6
6
  "main": "fundtracer-mcp.js",