What's New
🎉 New Action: mcp-config
This release introduces the mcp-config action for persisting MCP server configurations.
Features
- 💾 Save MCP server configurations - Persist your MCP server setup using
thv list --format=mcpservers - 📤 GitHub Actions artifact support - Optionally upload configurations as artifacts
- 🏷️ Label filtering - Filter servers by labels for environment-specific configurations
- 📊 JSON output format - Easy to parse and use in subsequent workflow steps
Usage
- name: Save MCP configuration
uses: stacklok/toolhive-actions/mcp-config@v0
with:
upload-artifact: 'true'Documentation
See the mcp-config documentation for detailed usage instructions and examples.
Full Changelog
- Add mcp-config action implementation
- Add comprehensive documentation
- Add example workflow
- Update main README with new action details