feat(examples): rename sample MCP servers#220
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request renames the example MCP servers to capability-focused names—workspace-assistant-mcp, data-utility-mcp, and text-analysis-mcp—and updates all documentation, manifests, and tests accordingly. It also introduces new tools and prompts, such as release note drafting and data quality reviews. Feedback suggests clamping the limit parameter in the keyword extraction tool to prevent resource exhaustion and optimizing the numeric summary tool to calculate statistics in a single pass for improved efficiency.
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
workspace-assistant-mcp,data-utility-mcp, andtext-analysis-mcp.Validation
MCP_RUNTIME_CONFIG_DIR=$(mktemp -d) git commit -m "feat(examples): rename sample MCP servers"pre-commit hooks: Gitleaks, go fmt, staticcheck, go vet, race-enabled Go unit tests, Go integration tests, generated-file drift.go test ./... -count=1inexamples/go-mcp-server.go test ./api/v1alpha1 ./internal/operator ./internal/agentadapter -count=1.go test ./internal/cli/server -run TestApplyDeployMetadataDefaults -count=1.go test ./pkg/metadata ./internal/cli/pipeline -count=1.cargo test --manifest-path examples/rust-mcp-server/Cargo.toml.python3 -c 'import ast, pathlib; ast.parse(pathlib.Path("examples/python-mcp-server/app.py").read_text())'.