feat(mcp): add Hy3 data analyst server#134
Open
dujunjin wants to merge 1 commit into
Open
Conversation
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.
Summary
profile_dataset,analyze_dataset, andgenerate_data_reportuvinstallation, bilingual documentation, client configs, sample data, and a demo GIFWhy
This implements the data-analysis scenario from #3. MCP clients can inspect a dataset locally, ask Hy3 evidence-grounded questions, and generate a structured Markdown report without hard-coded credentials or public deployment.
Client integration
profile_datasetClientSession: initialized over stdio, listed all three tools, and calledprofile_datasetThe sample CSV returned 6 scanned rows, 6 columns, and one missing value in
unitsin both client checks.Validation
uv run --no-sync ruff check .uv run --no-sync pytest— 17 passeduv run --no-sync python scripts/check_mcp.pyThe local validation environment did not provide a reachable Hy3 endpoint or API key. The Hy3 path is covered by mocked integration tests that verify the OpenAI-compatible request payload, reasoning mode, grounded dataset context, response handling, and client cleanup.
Install
Addresses #3.