feishu-mcp 0.0.18 → 0.0.19

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.
@@ -1,7 +1,7 @@
1
1
  import { formatErrorMessage } from '../../utils/error.js';
2
2
  import { Logger } from '../../utils/logger.js';
3
3
  import { FolderTokenSchema, FolderNameSchema, } from '../../types/feishuSchema.js';
4
- import { Config } from '../../utils/config';
4
+ import { Config } from '../../utils/config.js';
5
5
  /**
6
6
  * 注册飞书文件夹相关的MCP工具
7
7
  * @param server MCP服务器实例
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feishu-mcp",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Model Context Protocol server for Feishu integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",