-
Notifications
You must be signed in to change notification settings - Fork 60.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] 文档里缺少mcp的使用说明 #6114
Comments
Title: null 📦 deployment methodDocker 📌 Software versionlatest 💻 System environmentmacos 📌 System version14.7.2 🌐 browserOther 📌 Browser versionVivaldi 7.0.3495.29 🐛 Problem descriptionBelow this project, I can't search for MCP configuration instructions. Except for a sentence 📷 Reapped stepsdocker compose up -d 🚦 expectation resultUsers should be able to configure and use MCP services. For example 📝 Supplement information_NO Response |
这是一个实验性的模块,还不稳定啊,就是后面稳定之后,我们会以文档的方式告诉大家怎么使用的。 |
This is an experimental module. It is not stable. After the stability of the back, we will tell you how to use it in a document. |
我加了 services:
chatgpt-next-web:
container_name: chatgpt-next-web
image: nextchat:250130
ports:
- 3000:3000
environment:
- ANTHROPIC_API_KEY=***
volumes:
- ./my_mcp_config.json:/app/app/mcp/mcp_config.json 启动以后 $ docker compose up -d
[+] Running 2/2
✔ Network nextchat_default Created 0.1s
✔ Container chatgpt-next-web Started 在网页对话框里,没有看到mcp相关的配置。
|
I added After starting In the web dialog box, no MCP -related configuration is seen.
|
📦 部署方式
Docker
📌 软件版本
latest
💻 系统环境
macOS
📌 系统版本
14.7.2
🌐 浏览器
Other
📌 浏览器版本
Vivaldi 7.0.3495.29
🐛 问题描述
在本项目下面,我搜索不到mcp的配置说明,除了一句
ENABLE_MCP=true
,让人摸不着头脑。config.json怎么配置?📷 复现步骤
docker compose up -d
🚦 期望结果
用户应该能配置和使用mcp服务,例如通过filesystem读取本地文件
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: