Skip to content

chore: remove Go components#5071

Open
lucarlig wants to merge 1 commit into
user/luca/fast-test-server-rust-benchmarkfrom
fix/remove-go
Open

chore: remove Go components#5071
lucarlig wants to merge 1 commit into
user/luca/fast-test-server-rust-benchmarkfrom
fix/remove-go

Conversation

@lucarlig
Copy link
Copy Markdown
Collaborator

@lucarlig lucarlig commented Jun 5, 2026

Summary

  • Remove Go sources, templates, docs, CI/tooling, vulnerability/license scanning, and Go-specific server assets from the repository.
  • Keep the existing fast-time public surface while backing it with the Rust fast-time-server from the underlying PR.
  • Preserve Helm mcpFastTimeServer, ingress, service, notes, and registration knobs, now pointing at the Rust Streamable HTTP /mcp endpoint.
  • Remove the duplicate testing.fastTest* chart path and normalize tests, examples, wrapper scripts, load/performance configs, and plugin examples to fast-time naming.
  • Remove leftover Go-backed A2A echo, benchmark-server, and slow-time chart/compose/test surfaces that no longer have an implementation after the Go tree is deleted.
  • Keep generic A2A runtime, gateway benchmark/load tooling, and Rust fast-time virtual-server benchmark flows intact.

Verification

  • cargo fmt --check && cargo test in mcp-servers/rust/fast-time-server
  • cargo test -p mcp_stdio_wrapper --bin wrapper_integration --features integration-test
  • .venv/bin/python -m pytest tests/unit/test_docker_scan_workflow.py tests/unit/mcpgateway/services/test_prompt_service.py -q
  • .venv/bin/python -m pytest tests/unit/test_docker_scan_workflow.py -q
  • .venv/bin/python -m py_compile scripts/license_checker.py tests/performance/utils/generate_docker_compose.py tests/loadtest/locustfile_echo_delay.py
  • .venv/bin/python -m py_compile tests/loadtest/locustfile.py tests/performance/utils/generate_docker_compose.py scripts/license_checker.py
  • structured JSON/YAML/TOML/config parse for Helm values, OCP/minikube profiles, catalog, schema, license policy, and performance config
  • helm lint charts/mcp-stack
  • helm template smoke charts/mcp-stack --set testing.enabled=true --set mcpFastTimeServer.enabled=true
  • helm template smoke charts/mcp-stack -f charts/mcp-stack/values-minikube.yaml
  • helm template smoke charts/mcp-stack -f charts/mcp-stack/profiles/ocp/values-pgo.yaml
  • docker compose ... config for default, debug, performance, verbose logging, embedded overlay, and Langfuse overlay
  • git diff --check

@lucarlig lucarlig force-pushed the fix/remove-go branch 2 times, most recently from 9851d2e to 0795c58 Compare June 5, 2026 09:59
Signed-off-by: lucarlig <lucarlig@protonmail.com>
@lucarlig lucarlig marked this pull request as ready for review June 5, 2026 12:27
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