@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.
- package/dist/mcp/server.js +1 -1
- package/package.json +1 -1
package/dist/mcp/server.js
CHANGED
|
@@ -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.
|
|
111
|
+
console.error('MCP Server started (v1.4.14)');
|
|
112
112
|
}
|
|
113
113
|
// 如果直接运行此文件
|
|
114
114
|
startMcpServer().catch(console.error);
|