mcp-server-milvus 0.1.1.dev2__py3-none-any.whl → 0.1.1.dev3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mcp-server-milvus might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-server-milvus
3
- Version: 0.1.1.dev2
3
+ Version: 0.1.1.dev3
4
4
  Summary: MCP server for Milvus
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: click>=8.0.0
@@ -40,13 +40,13 @@ cd mcp-server-milvus
40
40
  Then you can run the server directly:
41
41
 
42
42
  ```bash
43
- uv run src/mcp_server_milvus/server.py --milvus-uri http://localhost:19530
43
+ uv run mcp-server-milvus --milvus-uri http://localhost:19530
44
44
  ```
45
45
 
46
46
  Alternatively you can change the .env file in the `src/mcp_server_milvus/` directory to set the environment variables and run the server with the following command:
47
47
 
48
48
  ```bash
49
- uv run src/mcp_server_milvus/server.py
49
+ uv run mcp-server-milvus
50
50
  ```
51
51
 
52
52
  ### Important: the .env file will have higher priority than the command line arguments.
@@ -72,9 +72,9 @@ This MCP server can be used with various LLM applications that support the Model
72
72
  {
73
73
  "mcpServers": {
74
74
  "milvus": {
75
- "command": "uvx",
76
- "args": [
77
- "mcp-server-milvus@latest",
75
+ "command": "uvx",
76
+ "args": [
77
+ "mcp-server-milvus@latest",
78
78
  "--milvus-uri",
79
79
  "http://localhost:19530"
80
80
  ]
@@ -97,7 +97,7 @@ This MCP server can be used with various LLM applications that support the Model
97
97
 
98
98
  - **Type**: Select `stdio` (since you're running a command)
99
99
  - **Name**: `milvus`
100
- - **Command**: `/PATH/TO/uv --directory /path/to/mcp-server-milvus/src/mcp_server_milvus run server.py --milvus-uri http://127.0.0.1:19530`
100
+ - **Command**: `uvx mcp-server-milvus@latest --milvus-uri http://127.0.0.1:19530`
101
101
 
102
102
  > ⚠️ Note: Use `127.0.0.1` instead of `localhost` to avoid potential DNS resolution issues.
103
103
 
@@ -117,15 +117,12 @@ Create a `.cursor/mcp.json` file in your project root:
117
117
  {
118
118
  "mcpServers": {
119
119
  "milvus": {
120
- "command": "/PATH/TO/uv",
121
- "args": [
122
- "--directory",
123
- "/path/to/mcp-server-milvus/src/mcp_server_milvus",
124
- "run",
125
- "server.py",
126
- "--milvus-uri",
127
- "http://127.0.0.1:19530"
128
- ]
120
+ "command": "uvx",
121
+ "args": [
122
+ "mcp-server-milvus@latest",
123
+ "--milvus-uri",
124
+ "http://127.0.0.1:19530"
125
+ ]
129
126
  }
130
127
  }
131
128
  }
@@ -3,7 +3,7 @@ mcp_server_milvus/blogpost.md,sha256=GwGlzSnWyotasaYjd_fxQ4dP_n9pMSitvVikNTqOmVc
3
3
  mcp_server_milvus/example.env,sha256=ILqUAROPfUqmamYuuvlmX17XWoLZmgEx19uL5RQjyv4,42
4
4
  mcp_server_milvus/main.py,sha256=mOcntnePdIwAn6khMEq5oo40vKXI7sT63TlcI5dlObM,81
5
5
  mcp_server_milvus/server.py,sha256=TFfknguU13TS6eytXw0uGM7jwPKzDpDSnmnpPVLZmiU,23926
6
- mcp_server_milvus-0.1.1.dev2.dist-info/METADATA,sha256=884QY5j6JkMjhnKTdk9352MuKJLKYgTQlvUf9ilznKg,9761
7
- mcp_server_milvus-0.1.1.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- mcp_server_milvus-0.1.1.dev2.dist-info/entry_points.txt,sha256=CTWFXmRDi7gsTpH2OFIjynPY9puQkuX3LtUp6BWkAIg,61
9
- mcp_server_milvus-0.1.1.dev2.dist-info/RECORD,,
6
+ mcp_server_milvus-0.1.1.dev3.dist-info/METADATA,sha256=cxQDRMxEh19mFRGjKL3vNsyXuBnC3G6Tytze8aa4U9g,9575
7
+ mcp_server_milvus-0.1.1.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ mcp_server_milvus-0.1.1.dev3.dist-info/entry_points.txt,sha256=CTWFXmRDi7gsTpH2OFIjynPY9puQkuX3LtUp6BWkAIg,61
9
+ mcp_server_milvus-0.1.1.dev3.dist-info/RECORD,,