@ww_nero/skills 3.0.3 → 3.0.4

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.
Files changed (2) hide show
  1. package/index.js +2 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -201,8 +201,7 @@ const GUIDES = {
201
201
  - **不要使用\`BeautifulSoup\`这种通用的解析元素的方式,而是逐个元素从svg代码转化为python创建元素的代码**
202
202
  - 转换过程中,需要把图片占位元素替换成前面准备的图片素材
203
203
 
204
- 4. **保留工作文件**:
205
- - 完成后**需要保留**规划文档、html页面文件和python转化脚本,方便进一步根据反馈进行修改`
204
+ **注意**:完成后**需要保留**规划文档、html页面文件和python转化脚本,方便进一步根据反馈进行修改`
206
205
  }
207
206
  };
208
207
 
@@ -284,7 +283,7 @@ const listTools = () => ({
284
283
  ]
285
284
  });
286
285
 
287
- const server = new Server({ name: 'skills', version: '3.0.3' }, { capabilities: { tools: {} } });
286
+ const server = new Server({ name: 'skills', version: '3.0.4' }, { capabilities: { tools: {} } });
288
287
 
289
288
  server.setRequestHandler(ListToolsRequestSchema, async () => listTools());
290
289
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ww_nero/skills",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "MCP server that returns Python reference snippets and skill guides",
5
5
  "main": "index.js",
6
6
  "bin": {