Skip to content

v1.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 12:36

πŸš€ Release v1.0.2

What's Changed

  • update the release logic (9a03330)
  • Re-enable publish workflow (7fa9c48)
  • Temporarily disable publish workflow (4656362)
  • update the release note logic (9f2b3e7)
  • Update publish workflow to use organized changelog structure (a74a5e4)
  • Bump version to 1.0.3 (d32b5a3)
  • Organize changelogs into docs/changelogs folder and keep for history (dfda447)
  • Add automated changelog generation based on git history (1e17f93)
  • Bump version to 1.0.2 (884fad5)
  • Add contents write permission for GitHub release creation (3c61892)

Installation

uvx credential-manager-mcp

Configuration

Add to your MCP client config:

{
  "mcpServers": {
    "credential-manager": {
      "command": "uvx",
      "args": ["credential-manager-mcp"],
      "env": {
        "CREDENTIAL_MANAGER_READ_ONLY": "false"
      }
    }
  }
}

Full Changelog: v1.0.1...v1.0.2