Br1an67 7c50a1b091
All checks were successful
CI/CD Pipeline for mengning.com.cn / build (push) Successful in 3m9s
docs: update MCP Server configuration paths for VS Code Copilot and Trae IDE (#14)
## Summary
  Update DevStar MCP Server documentation based on devstar-vscode PR #6, which implements automatic MCP Server configuration for different IDE environments.

  ## Changes

  ### VS Code Copilot Configuration
  - **Runtime**: Local machine (outside container)
  - **Config Paths**:
    - macOS: `~/Library/Application Support/Code/User/mcp.json`
    - Windows: `%APPDATA%/Code/User/mcp.json`
  - **Format**: Uses `servers` key

  ### Trae IDE Configuration
  - **Runtime**: Inside container
  - **Config Path**: `/root/.trae-server/data/Machine/mcp.json`
  - **Format**: Uses `mcpServers` key

  ### Documentation Reorganization
  - Removed Continue documentation
  - Added Cursor and Windsurf placeholder sections (configuration paths to be confirmed)
  - Focused "Supported Clients" section on AI IDEs only
  - Removed DevStar VS Code Plugin from supported clients (not an AI IDE)
  - Updated troubleshooting section with correct paths

  ## Notes
  - Cursor and Windsurf configuration paths are marked as TODO pending confirmation
  - Kept DevStar VS Code Plugin references in configuration instructions for automatic setup

  ## References
  - Related PR: devstar/devstar-vscode#6

Reviewed-on: #14
Co-authored-by: Br1an67 <932039080@qq.com>
Co-committed-by: Br1an67 <932039080@qq.com>
2026-01-12 08:31:36 +00:00
2025-12-21 08:56:40 +00:00
2025-08-27 14:05:33 +08:00

梦宁软件官网及DevStar文档

配置开发环境

npm install
npm add -D vitepress

如何启动调试项目

npm run dev

如何打包项目

npm run build

如何预览打包的项目

npm run preview

如何添加或修改侧边栏

在docs/.vitepress/config.mts中的sidebar进行修改对于不同路径下的侧边栏分别使用不同函数得到text为侧边栏的描述内容link为点击侧边栏后加载的内容的链接如果有子目录在items进行修改

link链接的内容既可以是网页链接也可以是本地文档

如何自定义网站样式

在docs/.vitepress/theme/style.css中自定义网站样式

如何添加或修改导航栏

在docs/.vitepress/config.mts中的nav进行修改

Description
homepage of mengning.com.cn
Readme 36 MiB
Languages
TypeScript 38.1%
Vue 37.3%
CSS 20.4%
Dockerfile 3.1%
JavaScript 1.1%