rust-analyzer-mcp 0.3.1

MCP server for rust-analyzer integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Release

on:
  push:
    tags:
      - "v*.*.*"

jobs:
  release:
    runs-on: ubuntu-latest
    permissions:
      contents: write
    steps:
      - uses: actions/checkout@v5
        with:
          ref: ${{ github.ref }}
      - uses: spenserblack/actions-tag-to-release@main