You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ uv run src/mcp_server_milvus/server.py --milvus-uri http://localhost:19530
36
36
This MCP server can be used with various LLM applications that support the Model Context Protocol:
37
37
38
38
-**Claude Desktop**: Anthropic's desktop application for Claude
39
-
-**Cursor**: AI-powered code editor with MCP support in its Composer feature
39
+
-**Cursor**: AI-powered code editor with MCP support
40
40
-**Custom MCP clients**: Any application implementing the MCP client specification
41
41
42
42
## Usage with Claude Desktop
@@ -68,7 +68,7 @@ This MCP server can be used with various LLM applications that support the Model
68
68
69
69
## Usage with Cursor
70
70
71
-
[Cursor also supports MCP](https://docs.cursor.com/context/model-context-protocol) tools through its Agent feature in Composer. You can add the Milvus MCP server to Cursor in two ways:
71
+
[Cursor also supports MCP](https://docs.cursor.com/context/model-context-protocol) tools. You can add the Milvus MCP server to Cursor in two ways:
72
72
73
73
### Option 1: Using Cursor Settings UI
74
74
@@ -111,7 +111,7 @@ Create a `.cursor/mcp.json` file in your project root:
111
111
112
112
3. Restart Cursor or reload the window
113
113
114
-
After adding the server, you may need to press the refresh button in the MCP settings to populate the tool list. The Composer Agent will automatically use the Milvus tools when relevant to your queries.
114
+
After adding the server, you may need to press the refresh button in the MCP settings to populate the tool list. The Agent will automatically use the Milvus tools when relevant to your queries.
115
115
116
116
### Verifying the Integration
117
117
@@ -242,7 +242,7 @@ Here are the documents I found that mention machine learning:
242
242
243
243
#### Example: Creating a Collection
244
244
245
-
In Cursor's Composer, you can ask:
245
+
In Cursor, you can ask:
246
246
247
247
```
248
248
Create a new collection called 'articles' in Milvus with fields for title (string), content (string), and a vector field (128 dimensions)
0 commit comments