mcp-server-milvus 0.1.1.dev1__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.

@@ -0,0 +1,4 @@
1
+ from mcp_server_milvus.server import main
2
+
3
+ if __name__ == "__main__":
4
+ main()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-server-milvus
3
- Version: 0.1.1.dev1
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,12 +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": "/PATH/TO/uv",
75
+ "command": "uvx",
76
76
  "args": [
77
- "--directory",
78
- "/path/to/mcp-server-milvus/src/mcp_server_milvus",
79
- "run",
80
- "server.py",
77
+ "mcp-server-milvus@latest",
81
78
  "--milvus-uri",
82
79
  "http://localhost:19530"
83
80
  ]
@@ -100,7 +97,7 @@ This MCP server can be used with various LLM applications that support the Model
100
97
 
101
98
  - **Type**: Select `stdio` (since you're running a command)
102
99
  - **Name**: `milvus`
103
- - **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`
104
101
 
105
102
  > ⚠️ Note: Use `127.0.0.1` instead of `localhost` to avoid potential DNS resolution issues.
106
103
 
@@ -120,15 +117,12 @@ Create a `.cursor/mcp.json` file in your project root:
120
117
  {
121
118
  "mcpServers": {
122
119
  "milvus": {
123
- "command": "/PATH/TO/uv",
124
- "args": [
125
- "--directory",
126
- "/path/to/mcp-server-milvus/src/mcp_server_milvus",
127
- "run",
128
- "server.py",
129
- "--milvus-uri",
130
- "http://127.0.0.1:19530"
131
- ]
120
+ "command": "uvx",
121
+ "args": [
122
+ "mcp-server-milvus@latest",
123
+ "--milvus-uri",
124
+ "http://127.0.0.1:19530"
125
+ ]
132
126
  }
133
127
  }
134
128
  }
@@ -0,0 +1,9 @@
1
+ mcp_server_milvus/__init__.py,sha256=QuXnVCH_WU32S0g29nGKalTqUnlG5CIKmuKP4N_6taE,185
2
+ mcp_server_milvus/blogpost.md,sha256=GwGlzSnWyotasaYjd_fxQ4dP_n9pMSitvVikNTqOmVc,1600
3
+ mcp_server_milvus/example.env,sha256=ILqUAROPfUqmamYuuvlmX17XWoLZmgEx19uL5RQjyv4,42
4
+ mcp_server_milvus/main.py,sha256=mOcntnePdIwAn6khMEq5oo40vKXI7sT63TlcI5dlObM,81
5
+ mcp_server_milvus/server.py,sha256=TFfknguU13TS6eytXw0uGM7jwPKzDpDSnmnpPVLZmiU,23926
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,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ mcp-server-milvus = mcp_server_milvus:main
@@ -1,8 +0,0 @@
1
- mcp_server_milvus/__init__.py,sha256=QuXnVCH_WU32S0g29nGKalTqUnlG5CIKmuKP4N_6taE,185
2
- mcp_server_milvus/blogpost.md,sha256=GwGlzSnWyotasaYjd_fxQ4dP_n9pMSitvVikNTqOmVc,1600
3
- mcp_server_milvus/example.env,sha256=ILqUAROPfUqmamYuuvlmX17XWoLZmgEx19uL5RQjyv4,42
4
- mcp_server_milvus/server.py,sha256=TFfknguU13TS6eytXw0uGM7jwPKzDpDSnmnpPVLZmiU,23926
5
- mcp_server_milvus-0.1.1.dev1.dist-info/METADATA,sha256=CDVJ1JHmY_coIwJzTXHqb_btH9K6LpNcPZvJcHOT-28,9846
6
- mcp_server_milvus-0.1.1.dev1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- mcp_server_milvus-0.1.1.dev1.dist-info/entry_points.txt,sha256=hgDPpJb9sC54jlIuSX48i0herxeXYQSsf6nh6CuThj0,68
8
- mcp_server_milvus-0.1.1.dev1.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- mcp-server-milvus = mcp_server_milvus.server:main