Releases: GreptimeTeam/greptimedb-mcp-server
Releases · GreptimeTeam/greptimedb-mcp-server
v0.2.2
What's Changed
- feat: supports time zone settings by @killme2008 in #16
- feat:
call_tool
supportsshow
,tql_eval
,desc table
andexplain
etc. by @killme2008 #16 - feat: add more security checking by @killme2008 in #17
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- fix: tempaltes directory not found after building by @killme2008 in #15
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Highlights:
- Bug fixes and security enhancements were implemented, along with a fix for resource reading issues.
- Refactored the MCP server and its tests, and also added prompts for enhanced user interaction.
- Introduced table operation prompts and transitioned to using uv for project management.
What's Changed
- fix:bug fixing and add securtiy restrictions by @JetSquirrel in #1
- fix:resources can not read by @JetSquirrel in #2
- refactor: mcp server and test by @killme2008 in #3
- feat: add prompts by @JetSquirrel in #4
- test: prompt and template unt tests by @killme2008 in #7
- chore: manage project with uv by @sunng87 in #8
- feat: table operation prompt by @killme2008 in #9
- Avoid RuntimeWarning while using uv -m or python -m to run by @JackieTien97 in #10
New Contributors
- @JetSquirrel made their first contribution in #1
- @killme2008 made their first contribution in #3
- @sunng87 made their first contribution in #8
- @JackieTien97 made their first contribution in #10
Full Changelog: https://github.com/GreptimeTeam/greptimedb-mcp-server/commits/v0.2.0