pmcp 2.4.0

High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility
Documentation
1
2
3
4
5
6
7
8
9
10
11
# PR Authorization Gate — block PRs from unauthorized contributors
# Calls reusable workflow from paiml/.github
name: PR Gate

on:
  pull_request_target:
    types: [opened, reopened]

jobs:
  authorize:
    uses: paiml/.github/.github/workflows/pr-gate.yml@main