Changelog
- 31ff2c0 Add
query_countto MCPget_insightsoutput - 515cdad Add missing roleutil.go
- c82e14f Add per-tool instructions about naming conventions
- 71e62fa Bump
goto1.24.6 - 69eeb2d Clarify tool usage statements
- 94b5f7a Correct the error message
- 106f9b9 DRY up MCP tools that care about database kind
- f27daa8 DRY up TTLFlag
- f9b6236 Escape table names for MySQL
- 56bb1c8 Fix the build warnings
- 81ee614 Give some MCP-wide instructions
- d7b7ef2 Implement
get_schemaMCP tool for Postgres - 711ee1e Implement
pscale role create - 41df61e Implement
pscale role delete - 3fa6b4b Implement
pscale role get - aa8347f Implement
pscale role list - 4f7e1ae Implement
pscale role renew - 42368a2 Implement
pscale role update --name newname - 164ad51 Implement
pscale shellfor Pg - 2f01378 Implement
run_queryMCP tool for Postgres - badf675 Implement mcp
list_keyspacestool for Postgres - f9f6927 Implement the
list_tablesMCP tool for Postgres - 00d8adb Include database kind in list_databases output
- 050e3ac Make prompt+branch styling work right
- 15f63c9 Move
pscale mcpandpscale shellin usage - f9ac579 Provide stronger instructions about org/db format
- 3415e8f Refactor parseDuration into a shared util file
- dd7fe82 Refactor shellFlags
- c1a5a8c Remove unneeded goroutines and channels
- 0c71348 Rename old helpers to say they're for MySQL
- cff5489 Suggest a successor role
- 2db1d3d Suggest some common inherited roles
- 43c74bd Support
pscale role list --web - 04ba27e Undo Claude changes to the MySQL code path
- 4506a62 Unify role-name generation
- 5f59890 Use a port if the roles server provides one
- 2060865 Use parameterized queries to avoid SQL injections
- 4945c46 Use updated planetscale-go
- fa23456 build(deps): bump github.com/mark3labs/mcp-go from 0.36.0 to 0.37.0
- b94c741 build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0
- 35a7406 build(deps): bump golang.org/x/text from 0.27.0 to 0.28.0
What's Changed
- build(deps): bump github.com/mark3labs/mcp-go from 0.36.0 to 0.37.0 by @dependabot[bot] in #1099
- build(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 by @dependabot[bot] in #1101
- build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 by @dependabot[bot] in #1100
- Add
pscale rolecommands by @piki in #1102 - Implement
pscale shellfor Postgres by @piki in #1103 - Bump
goto1.24.6by @joshmgross in #1104 - Implement all the MCP tools for Postgres by @piki in #1105
Full Changelog: v0.250.0...v0.251.0