Reduce Oracle Database MCP Toolkit Tool Count by Consolidating Log Analyzer Tools#168
Open
Youssef-Erradi wants to merge 7 commits intooracle:mainfrom
Open
Reduce Oracle Database MCP Toolkit Tool Count by Consolidating Log Analyzer Tools#168Youssef-Erradi wants to merge 7 commits intooracle:mainfrom
Youssef-Erradi wants to merge 7 commits intooracle:mainfrom
Conversation
…ools Consolidate Log Analyzer Tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Due to the large number of the tools offered by the Oracle Database MCP Toolkit, this PR aims to consolidate the 8 log analyzer into 2: jdbc-analyzer and rdbms-analyzer.
Summary of the code changes:
ToolSchemas.javaby addingactionenum:stats: aggregated statistics such as errors, packets, bytes.queries: executed SQL queries with timestamp/execution info.errors: reported errors with stack trace/context.connection-events: opened/closed connection events.list-files: list visible files in a directory.compare: compare two JDBC logs.rdbms-errors: extract all reported errors from an RDBMS/SQLNet trace.packet-dumps: extract packet dump records that match a specified connectionId.ServerConfig.java: Changelog-analyzertoolset to include onlyjdbc-analyzerandrdbms-analyzer.LogAnalyzerTools.java: Replace all JDBC tools bygetJDBCAnalyzerTool()and RDBMS tools bygetRDBMSAnalyzerTool().README.mdto reflect the changes.Type of change
Checklist: