Skip to content

Instantly share code, notes, and snippets.

View shamashel's full-sized avatar
😀

Mike Gabriel shamashel

😀
View GitHub Profile
@shamashel
shamashel / poc_header_propagation.py
Created March 16, 2026 13:28
PoC: FastMCP proxy drops all auth headers on the downstream hop (LLMX-421)
"""
PoC: FastMCP proxy header propagation — master vs proposed fix.
Monkey-patches ProxyProvider._get_client to capture the outbound transport
headers at the exact moment the backend client is created, proving whether
inbound request headers are carried to the downstream MCP call.
Usage:
uv run --package platform_api python poc_header_propagation.py
"""
@shamashel
shamashel / pr-review.md
Created September 26, 2025 21:04
AI PR Review Prompt

Comprehensive PR Review Command

You are an expert code reviewer performing a comprehensive analysis of the pull request associated with the current branch.

Your Task

Perform a complete code review by executing three comprehensive reviews sequentially, then synthesize the results into a final assessment.

Review Process