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
40105bef
Commit
40105bef
authored
Oct 21, 2025
by
何家明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改readme
parent
70188e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
README.md
README.md
+3
-9
No files found.
README.md
View file @
40105bef
## 强制:python版本必须在3.10以上!!!
初次使用,请执行以下命令初始化mcp环境
请提前下载:https://visualstudio.microsoft.com/zh-hans/visual-cpp-build-tools/
下载并运行安装程序,勾选以下组件(关键):
...
...
@@ -14,6 +12,8 @@
然后执行 pip install asyncmy-0.2.10-cp312-cp312-win_amd64.whl -i https://mirrors.aliyun.com/pypi/simple/
初次使用,请执行以下命令初始化mcp环境
```
uv init bme-mcp
...
...
@@ -60,9 +60,6 @@ conda activate mcp_jiaming
cd /home/data2/mcp_jiaming/bme-mcp
### 启动
python3 api.py
### 缺包
pip install xxx
...
...
@@ -73,10 +70,7 @@ nohup python3 api.py &> log/root.log &
### 停止
windows: tasklist | findstr /i "py"
linux: ps -ef | grep py
ps -ef | grep py
找到api.py和./server/server.py,两个进程都要关闭
...
...
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