Releases: bvenkata/legacy2mcp
Releases · bvenkata/legacy2mcp
Release list
v0.1.0
First public release of legacy2mcp — turn a legacy SOAP/WSDL service into a safe, typed MCP server.
Install
pip install legacy2mcpAlso on the MCP Registry as io.github.bvenkata/legacy2mcp.
What's in 0.1
- SOAP/WSDL adapter: one schema-validated MCP tool per WSDL operation, schemas generated from the WSDL's own XSD types
- Safe by default: write-like operations excluded unless opted in;
include_operations/exclude_operationsallowlists - Every call validated with
jsonschemabefore it reaches the endpoint, and audit-logged legacy2mcp run(stdio MCP server) andlegacy2mcp inspect(CI-friendly dry run)- Basic auth for the WSDL endpoint; secrets read from env, never config
See the README and docs/security.md.
🤖 Generated with Claude Code