creditkarma-mcp 2.2.0 → 2.2.1
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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -37632,7 +37632,7 @@ var BootstrapDisabledError = class extends Error {
|
|
|
37632
37632
|
// package.json
|
|
37633
37633
|
var package_default = {
|
|
37634
37634
|
name: "creditkarma-mcp",
|
|
37635
|
-
version: "2.2.
|
|
37635
|
+
version: "2.2.1",
|
|
37636
37636
|
mcpName: "io.github.chrischall/creditkarma-mcp",
|
|
37637
37637
|
description: "MCP server for Credit Karma \u2014 natural-language access to your transactions, spending, and accounts",
|
|
37638
37638
|
author: "Claude Code (AI) <https://www.anthropic.com/claude>",
|
|
@@ -38213,7 +38213,7 @@ async function main() {
|
|
|
38213
38213
|
mcpJsonPath
|
|
38214
38214
|
};
|
|
38215
38215
|
const server = new McpServer(
|
|
38216
|
-
{ name: "creditkarma-mcp", version: "2.2.
|
|
38216
|
+
{ name: "creditkarma-mcp", version: "2.2.1" }
|
|
38217
38217
|
// x-release-please-version
|
|
38218
38218
|
);
|
|
38219
38219
|
registerAuthTools(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.2.
|
|
66
|
+
const server = new McpServer({ name: 'creditkarma-mcp', version: '2.2.1' } // x-release-please-version
|
|
67
67
|
);
|
|
68
68
|
registerAuthTools(server, ctx);
|
|
69
69
|
registerSyncTools(server, ctx);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "creditkarma-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
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.2.
|
|
9
|
+
"version": "2.2.1",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "creditkarma-mcp",
|
|
14
|
-
"version": "2.2.
|
|
14
|
+
"version": "2.2.1",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|