@douyinfe/semi-mcp 1.0.7 → 1.0.8

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/dist/index.js +1 -20
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -388,26 +388,7 @@ try {
388
388
  async function main() {
389
389
  const server = new Server({
390
390
  name: 'semi-mcp',
391
- version: packageJson.version,
392
- title: 'Semi Design MCP',
393
- description: 'Semi Design 组件文档和组件列表查询工具',
394
- websiteUrl: 'https://semi.design',
395
- icons: [
396
- {
397
- src: 'https://semi.design/favicon.ico',
398
- mimeType: 'image/x-icon',
399
- sizes: [
400
- '32x32'
401
- ]
402
- },
403
- {
404
- src: 'https://unpkg.com/@douyinfe/semi-icons@latest/src/svgs/semi_logo.svg',
405
- mimeType: 'image/svg+xml',
406
- sizes: [
407
- 'any'
408
- ]
409
- }
410
- ]
391
+ version: packageJson.version
411
392
  }, {
412
393
  capabilities: {
413
394
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-mcp",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Semi Design MCP Server - Model Context Protocol server for Semi Design components and documentation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",