@flink-app/mcp 0.12.1-alpha.16 → 0.12.1-alpha.23

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/mcp",
3
- "version": "0.12.1-alpha.16",
3
+ "version": "0.12.1-alpha.23",
4
4
  "description": "MCP server/client to expose API docs and possibly other things to LLM",
5
5
  "bin": {
6
6
  "flink-mcp": "./dist/index.js"
@@ -32,5 +32,5 @@
32
32
  "dependencies": {
33
33
  "@modelcontextprotocol/sdk": "^1.11.0"
34
34
  },
35
- "gitHead": "c2c582a2763c9da7a099567384251c6bf64493cf"
35
+ "gitHead": "ab25ba2532fd79e5452390591c1899fbe3eae230"
36
36
  }