Skip to content

v0.0.3: MCP Configuration Action

Latest

Choose a tag to compare

@JAORMX JAORMX released this 15 Aug 11:45
· 2 commits to main since this release

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