Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bme-mcp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何家明
bme-mcp
Commits
57779c7f
Commit
57779c7f
authored
Apr 30, 2025
by
何家明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加README描述
parent
5a29802e
Pipeline
#1215
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
README.md
README.md
+9
-2
No files found.
README.md
View file @
57779c7f
...
@@ -27,16 +27,23 @@ post http://localhost:8000/mcp/query
...
@@ -27,16 +27,23 @@ post http://localhost:8000/mcp/query
}
}
```
```
customer_token是配置在config.yaml中的,它的值是一个随机数,建议使用uuid生成
## config.yaml
### 指定客户
customer_token是一个随机数,建议使用uuid生成
之所以不直接使用customer_id,是为了保证一定的数据安全性,防止用户随意更改customer_id导致越权
之所以不直接使用customer_id,是为了保证一定的数据安全性,防止用户随意更改customer_id导致越权
当前配置了一项超级管理员:01ce2837d453c02f9b0e1828d0134e8e: bme
```yaml
```yaml
customer:
customer:
customer_token: customer_id
customer_token: customer_id
```
```
如果想调整对接的模型,可以修改config.yaml中的配置
### 调整对接的模型
active指定当前激活的是什么模型,对应model下面的配置
active指定当前激活的是什么模型,对应model下面的配置
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment