@crscreditapi/finstack-mcp-server 0.1.0-2bad4fe → 0.1.0-ba4afed

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.
@@ -3,5 +3,5 @@ const wrap = (fn) => {
3
3
  return async (args) => fn(args);
4
4
  };
5
5
  export const handlers = {
6
- get_customer_summary: wrap(handleGetCustomerSummary),
6
+ finstack_get_customer_summary: wrap(handleGetCustomerSummary),
7
7
  };
@@ -1,6 +1,6 @@
1
1
  export const customerTools = [
2
2
  {
3
- name: 'get_customer_summary',
3
+ name: 'finstack_get_customer_summary',
4
4
  description: 'Fetch a non-PII summary of a B2B customer: onboarding progress, products, API credentials, inspection status, and recent billing. Backed by the mware-portal chatbase customer_context endpoint.',
5
5
  inputSchema: {
6
6
  type: 'object',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crscreditapi/finstack-mcp-server",
3
- "version": "0.1.0-2bad4fe",
3
+ "version": "0.1.0-ba4afed",
4
4
  "description": "MCP server for Finstack",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",