Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/docs/(get-started)/quick-start/server-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ MCP服务器可以提供三种主要功能:
#### 设置你的环境变量
使用 [Spring Initizer](https://start.spring.io) 启动项目。
你需要添加以下的依赖项:

import { Tab, Tabs } from 'fumadocs-ui/components/tabs';

<Tabs items={['Maven', 'Gradle']}>
<Tab value="Maven">
```xml
Expand Down