A Spring AI-based MCP capable of executing any SQL query. 一个基于 Spring AI 的MCP服务,可执行任意 SQL。
Stars
26
Forks
4
Watchers
26
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
docs: add links to mcp-db-server for additional database support in README files
58f0b39View on GitHubfeat: improve start.sh with dynamic download URLs and execution permissions
e169302View on GitHubAdd unified cross-platform launcher scripts with auto JRE download and setup
263aee0View on GitHubAdd project launcher scripts for Windows and Unix with auto JRE download and setup
701d448View on GitHubAdd executeSqlOnDefault endpoint to DataSourceController; update MysqlOptionService to return JsonNode for SQL execution results and enhance error handling
2b061d1View on GitHubAdd JdbcExecutor service for executing SQL statements; refactor MysqlOptionService to utilize JdbcExecutor for improved SQL execution handling
1ed7062View on GitHubUpdate README files to include JAR build instructions and enhance feature descriptions; clarify environment requirements
369dc16View on GitHubAdd SQL security control feature to prevent dangerous operations; implement validation in MysqlOptionService and configure keywords in application.yml
e3afe3bView on GitHubUpdate executeSql and executeSqlOnDefault methods in MysqlOptionService to clarify execution priorities and handling of encrypted data; enhance tool descriptions for better guidance
937c581View on GitHubAdd executeSqlOnDefault method to MysqlOptionService for executing SQL on the default datasource; include guidance for handling encrypted and encoded data
efd41deView on GitHubEnhance MysqlOptionService documentation to clarify handling of encrypted and encoded data; emphasize the use of data processing extensions
c858e51View on GitHubAdd SM4Decrypt extension for decryption of Base64 encoded data; enhance logging in GroovyService
1fc34deView on GitHubRefactor GroovyService to enhance dependency loading and error handling; update README for clarity on startup methods
ab6574dView on GitHubUpdate application configuration and enhance README with Maven quiet parameter explanation
c92811aView on GitHub