@tryfinch/finch-api-mcp 6.23.0 → 6.24.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryfinch/finch-api-mcp",
3
- "version": "6.23.0",
3
+ "version": "6.24.0",
4
4
  "description": "The official MCP Server for the Finch API",
5
5
  "author": "Finch <founders@tryfinch.com>",
6
6
  "types": "./index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "fix": "eslint --fix --ext ts,js ."
25
25
  },
26
26
  "dependencies": {
27
- "@tryfinch/finch-api": "^6.23.0",
27
+ "@tryfinch/finch-api": "^6.24.0",
28
28
  "@modelcontextprotocol/sdk": "^1.6.1",
29
29
  "yargs": "^17.7.2"
30
30
  },
package/server.js CHANGED
@@ -14,7 +14,7 @@ Object.defineProperty(exports, "endpoints", { enumerable: true, get: function ()
14
14
  // Create server instance
15
15
  exports.server = new mcp_js_1.McpServer({
16
16
  name: 'tryfinch_finch_api_api',
17
- version: '6.23.0',
17
+ version: '6.24.0',
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
package/server.mjs CHANGED
@@ -7,7 +7,7 @@ export { endpoints } from "./tools.mjs";
7
7
  // Create server instance
8
8
  export const server = new McpServer({
9
9
  name: 'tryfinch_finch_api_api',
10
- version: '6.23.0',
10
+ version: '6.24.0',
11
11
  }, {
12
12
  capabilities: {
13
13
  tools: {},
package/src/server.ts CHANGED
@@ -11,7 +11,7 @@ export { endpoints } from './tools';
11
11
  export const server = new McpServer(
12
12
  {
13
13
  name: 'tryfinch_finch_api_api',
14
- version: '6.23.0',
14
+ version: '6.24.0',
15
15
  },
16
16
  {
17
17
  capabilities: {