Skip to content

feat: MySQL connector — no CLI changes required#106

Open
major-connector-creator[bot] wants to merge 3 commits intomainfrom
claude/mysql-connector-hBp4d
Open

feat: MySQL connector — no CLI changes required#106
major-connector-creator[bot] wants to merge 3 commits intomainfrom
claude/mysql-connector-hBp4d

Conversation

@major-connector-creator
Copy link
Copy Markdown
Contributor

MySQL Connector — CLI Repo

No connector-specific changes are required in the CLI repo. The CLI repo contains the CLI application code, plugins, and middleware — not resource connector definitions.

The CLI interacts with resources via MCP tools served by go-api, which will automatically pick up the new MySQL tools once the monorepo changes are deployed. No CLI-side registration is needed.

Related PRs

  • npm package: major-technology/public-packages — MySQL client, schemas, payload builders
  • monorepo: major-technology/mono-builder — Go backend, API schemas, frontend, AI coder skill

The CLI repo contains the CLI application code, plugins, and middleware —
not resource connector definitions.

The CLI interacts with resources via MCP tools served by go-api, which will
automatically pick up the new MySQL tools once the monorepo changes are deployed.
No CLI-side registration is needed.
@major-connector-creator major-connector-creator Bot force-pushed the claude/mysql-connector-hBp4d branch from aaa5e6a to 6c75d50 Compare April 24, 2026 04:14
claude added 2 commits April 24, 2026 05:33
- Added resources_mysql/SKILL.md with MCP tool docs and TypeScript client usage
- 2 tools: mysql_query (read-only, no approval needed) and mysql_invoke (read/write)
- Strong preference for mysql_query for all read-only operations
- MySQL-specific tips: ? placeholders, port 3306, SHOW/DESCRIBE introspection
- mysql_query uses 'statement' (not 'command') per Go implementation
- mysql_query also supports params? for parameterized read queries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant