Skip to content

test: add 6 missing MCP servers to test suite#19

Merged
tduhamel42 merged 1 commit intoFuzzingLabs:masterfrom
haosenwang1018:fix/add-missing-servers-to-tests
Feb 25, 2026
Merged

test: add 6 missing MCP servers to test suite#19
tduhamel42 merged 1 commit intoFuzzingLabs:masterfrom
haosenwang1018:fix/add-missing-servers-to-tests

Conversation

@haosenwang1018
Copy link
Contributor

Problem

Six MCP servers that have full server.py implementations were not included in the MCP_SERVERS test parametrization in test_mcp_servers.py. This means their imports, app configuration, and tool definitions were never validated by the test suite.

Missing servers

Category Server
blockchain medusa-mcp
blockchain solazy-mcp
fuzzing boofuzz-mcp
fuzzing dharma-mcp
secrets gitleaks-mcp
web-security waybackurls-mcp

Fix

Added all six servers to the MCP_SERVERS list so they are covered by the existing parametrized test class (TestMCPServer).

Six MCP servers with server.py implementations were not included in
the test parametrization:
- blockchain/medusa-mcp
- blockchain/solazy-mcp
- fuzzing/boofuzz-mcp
- fuzzing/dharma-mcp
- secrets/gitleaks-mcp
- web-security/waybackurls-mcp

This meant their imports, app configuration, and tool definitions
were never validated by CI.
@tduhamel42 tduhamel42 merged commit 34a0719 into FuzzingLabs:master Feb 25, 2026
18 checks passed
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.

2 participants