Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-10 | 1.1 kB | |
v0.7.0 source code.tar.gz | 2025-03-10 | 81.6 kB | |
v0.7.0 source code.zip | 2025-03-10 | 89.4 kB | |
Totals: 3 Items | 172.1 kB | 0 |
Breaking changes
[!IMPORTANT]
Command parameters are no longer supported! All the configuration has to be done with environmental variables.
What's Changed
- Change license to Apache 2.0 by @kacperlukawski in https://github.com/qdrant/mcp-server-qdrant/pull/18
- Refactor server and embedding provider to improve modularity by @kacperlukawski in https://github.com/qdrant/mcp-server-qdrant/pull/19
- Refactor: use FastMCP by @kacperlukawski in https://github.com/qdrant/mcp-server-qdrant/pull/22
- Add GH workflow for running the tests in Python 3.10-3.12 by @kacperlukawski in https://github.com/qdrant/mcp-server-qdrant/pull/23
- Handle parameters with environmental variables only by @kacperlukawski in https://github.com/qdrant/mcp-server-qdrant/pull/24
- Add metadata support by @kacperlukawski in https://github.com/qdrant/mcp-server-qdrant/pull/25
- Bump version to 0.7.0 by @kacperlukawski in https://github.com/qdrant/mcp-server-qdrant/pull/27
Full Changelog: https://github.com/qdrant/mcp-server-qdrant/compare/v0.6.0...v0.7.0