@qq33357486/oh-my-task 1.4.13 → 1.4.14

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.
@@ -108,7 +108,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
108
108
  export async function startMcpServer() {
109
109
  const transport = new StdioServerTransport();
110
110
  await server.connect(transport);
111
- console.error('MCP Server started (v1.4.13)');
111
+ console.error('MCP Server started (v1.4.14)');
112
112
  }
113
113
  // 如果直接运行此文件
114
114
  startMcpServer().catch(console.error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qq33357486/oh-my-task",
3
- "version": "1.4.13",
3
+ "version": "1.4.14",
4
4
  "description": "文档驱动的 AI 编程协作系统 - 通过 MCP 工具管理任务",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",