@tryfinch/finch-api-mcp 6.29.0 → 6.30.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.29.0",
3
+ "version": "6.30.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.29.0",
27
+ "@tryfinch/finch-api": "^6.30.0",
28
28
  "@modelcontextprotocol/sdk": "^1.6.1",
29
29
  "yargs": "^17.7.2",
30
30
  "@cloudflare/cabidela": "^0.2.4",
package/server.js CHANGED
@@ -19,7 +19,7 @@ Object.defineProperty(exports, "endpoints", { enumerable: true, get: function ()
19
19
  // Create server instance
20
20
  exports.server = new mcp_js_1.McpServer({
21
21
  name: 'tryfinch_finch_api_api',
22
- version: '6.29.0',
22
+ version: '6.30.0',
23
23
  }, {
24
24
  capabilities: {
25
25
  tools: {},
package/server.mjs CHANGED
@@ -9,7 +9,7 @@ export { endpoints } from "./tools.mjs";
9
9
  // Create server instance
10
10
  export const server = new McpServer({
11
11
  name: 'tryfinch_finch_api_api',
12
- version: '6.29.0',
12
+ version: '6.30.0',
13
13
  }, {
14
14
  capabilities: {
15
15
  tools: {},
package/src/server.ts CHANGED
@@ -19,7 +19,7 @@ export { endpoints } from './tools';
19
19
  export const server = new McpServer(
20
20
  {
21
21
  name: 'tryfinch_finch_api_api',
22
- version: '6.29.0',
22
+ version: '6.30.0',
23
23
  },
24
24
  {
25
25
  capabilities: {