FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
closer-code/.closer-code.example.json at master · uppet/closer-code · GitHub
uppet
/
closer-code
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
closer-code
/
.closer-code.example.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 967 Bytes
Breadcrumbs
closer-code
/
.closer-code.example.json
Copy path
File metadata and controls
32 lines (32 loc) · 967 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"mcp"
: {
"enabled"
:
true
,
"servers"
: {
"filesystem"
: {
"enabled"
:
true
,
"command"
:
"
npx
"
,
"args"
: [
"
-y
"
,
"
@modelcontextprotocol/server-filesystem
"
,
"
.
"
],
"env"
: {},
"comment"
:
"
访问当前项目的文件系统
"
},
"git"
: {
"enabled"
:
true
,
"command"
:
"
npx
"
,
"args"
: [
"
-y
"
,
"
@modelcontextprotocol/server-git
"
],
"env"
: {},
"comment"
:
"
访问当前项目的 Git 仓库
"
}
}
},
"behavior"
: {
"workingDir"
:
"
.
"
,
"comment"
:
"
项目工作目录(默认为当前目录)
"
},
"_comment"
: {
"title"
:
"
项目本地配置示例
"
,
"description"
:
"
这个文件展示如何为特定项目配置 MCP Servers
"
,
"usage"
:
"
将此文件复制为 .closer-code.json 并根据需要修改
"
,
"priority"
:
"
项目配置会覆盖全局配置 (~/.closer-code/config.json)
"
,
"note"
:
"
此文件中的配置只会影响当前项目
"
}
}
Back
|
FazBrowse Home
|
New Git URL