Skip to content

Commit 0890c44

Browse files
committed
feat: fixup mcp config
1 parent aead658 commit 0890c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ApeRAG 支持 [MCP(模型上下文协议)](https://modelcontextprotocol.io/)
5151
{
5252
"mcpServers": {
5353
"aperag-mcp": {
54-
"url": "https://rag.apecloud.com/mcp",
54+
"url": "https://rag.apecloud.com/mcp/",
5555
"headers": {
5656
"Authorization": "Bearer your-api-key-here"
5757
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ApeRAG supports [MCP (Model Context Protocol)](https://modelcontextprotocol.io/)
5252
{
5353
"mcpServers": {
5454
"aperag-mcp": {
55-
"url": "https://rag.apecloud.com/mcp",
55+
"url": "https://rag.apecloud.com/mcp/",
5656
"headers": {
5757
"Authorization": "Bearer your-api-key-here"
5858
}

0 commit comments

Comments
 (0)