MCPcopy Create free account
hub / github.com/bytebase/bytebase / Error

Method Error

backend/api/mcp/tool_change.go:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118func (e *changeError) Error() string {
119 return fmt.Sprintf("%s: %s", e.Code, e.Message)
120}
121
122// proposeChangeDescription is the description for the propose_database_change tool.
123const proposeChangeDescription = `Run DDL/DML changes (ALTER TABLE, CREATE TABLE, INSERT, UPDATE, migrations) against a Bytebase database.

Callers 2

handleChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected