creditkarma-mcp 2.0.8 → 2.0.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.
package/dist/bundle.js CHANGED
@@ -31776,7 +31776,7 @@ async function main() {
31776
31776
  mcpJsonPath
31777
31777
  };
31778
31778
  const server = new McpServer(
31779
- { name: "creditkarma-mcp", version: "2.0.8" }
31779
+ { name: "creditkarma-mcp", version: "2.0.9" }
31780
31780
  );
31781
31781
  registerAuthTools(server, ctx);
31782
31782
  registerSyncTools(server, ctx);
package/dist/index.js CHANGED
@@ -63,7 +63,7 @@ async function main() {
63
63
  db,
64
64
  mcpJsonPath
65
65
  };
66
- const server = new McpServer({ name: 'creditkarma-mcp', version: '2.0.8' });
66
+ const server = new McpServer({ name: 'creditkarma-mcp', version: '2.0.9' });
67
67
  registerAuthTools(server, ctx);
68
68
  registerSyncTools(server, ctx);
69
69
  registerQueryTools(server, ctx);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creditkarma-mcp",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "mcpName": "io.github.chrischall/creditkarma-mcp",
5
5
  "description": "MCP server for Credit Karma — natural-language access to your transactions, spending, and accounts",
6
6
  "author": "Claude Code (AI) <https://www.anthropic.com/claude>",
package/server.json CHANGED
@@ -6,12 +6,12 @@
6
6
  "url": "https://github.com/chrischall/creditkarma-mcp",
7
7
  "source": "github"
8
8
  },
9
- "version": "2.0.8",
9
+ "version": "2.0.9",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "creditkarma-mcp",
14
- "version": "2.0.8",
14
+ "version": "2.0.9",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },