Skip to content

Commit 4a61b8e

Browse files
authored
Merge pull request #12 from zilliztech/remove_composer_readme
Remove `Composer` as it's not a thing in Cursor anymore
2 parents e447651 + 89f3d66 commit 4a61b8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ uv run src/mcp_server_milvus/server.py --milvus-uri http://localhost:19530
3636
This MCP server can be used with various LLM applications that support the Model Context Protocol:
3737

3838
- **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
4040
- **Custom MCP clients**: Any application implementing the MCP client specification
4141

4242
## Usage with Claude Desktop
@@ -68,7 +68,7 @@ This MCP server can be used with various LLM applications that support the Model
6868

6969
## Usage with Cursor
7070

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:
7272

7373
### Option 1: Using Cursor Settings UI
7474

@@ -111,7 +111,7 @@ Create a `.cursor/mcp.json` file in your project root:
111111

112112
3. Restart Cursor or reload the window
113113

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.
115115

116116
### Verifying the Integration
117117

@@ -242,7 +242,7 @@ Here are the documents I found that mention machine learning:
242242

243243
#### Example: Creating a Collection
244244

245-
In Cursor's Composer, you can ask:
245+
In Cursor, you can ask:
246246

247247
```
248248
Create a new collection called 'articles' in Milvus with fields for title (string), content (string), and a vector field (128 dimensions)

0 commit comments

Comments
 (0)