Skip to content

Commit 3fc179d

Browse files
author
yonghuishen
committed
build(main): 0.1.0 更新版本号
1 parent 54d766e commit 3fc179d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feishu-mcp",
3-
"version": "0.0.16",
3+
"version": "0.1.0",
44
"description": "Model Context Protocol server for Feishu integration",
55
"type": "module",
66
"main": "dist/index.js",

src/mcp/feishuMcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { registerFeishuFolderTools } from './tools/feishuFolderTools.js';
77

88
const serverInfo = {
99
name: "Feishu MCP Server",
10-
version: "0.0.9",
10+
version: "0.1.0",
1111
};
1212

1313
const serverOptions = {

src/mcp/tools/feishuFolderTools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
FolderTokenSchema,
77
FolderNameSchema,
88
} from '../../types/feishuSchema.js';
9-
import { Config } from '../../utils/config';
9+
import { Config } from '../../utils/config.js';
1010

1111
/**
1212
* 注册飞书文件夹相关的MCP工具

0 commit comments

Comments
 (0)