We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YushengAuggie/phabricator-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Examples
This directory contains example scripts demonstrating the usage of the Phabricator MCP Server.
## demo_enhanced_comments.py
Demonstrates the enhanced client features that provide code context for inline comments in differential reviews.
### Features Demonstrated:
- Retrieving revision details with enhanced comment formatting
- Viewing inline comments with surrounding code context
- Better organization of comments by type (review actions, general comments, inline comments)
### Usage:
```bash
python examples/demo_enhanced_comments.py
```
### Note:
The enhanced features are experimental and not yet integrated into the main server implementation. They demonstrate potential improvements for code review workflows.