File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " feishu-mcp" ,
3
- "version" : " 0.0.16 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Model Context Protocol server for Feishu integration" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { registerFeishuFolderTools } from './tools/feishuFolderTools.js';
7
7
8
8
const serverInfo = {
9
9
name : "Feishu MCP Server" ,
10
- version : "0.0.9 " ,
10
+ version : "0.1.0 " ,
11
11
} ;
12
12
13
13
const serverOptions = {
Original file line number Diff line number Diff line change 6
6
FolderTokenSchema ,
7
7
FolderNameSchema ,
8
8
} from '../../types/feishuSchema.js' ;
9
- import { Config } from '../../utils/config' ;
9
+ import { Config } from '../../utils/config.js ' ;
10
10
11
11
/**
12
12
* 注册飞书文件夹相关的MCP工具
You can’t perform that action at this time.
0 commit comments