kodegen_tools_github 0.1.3

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
Documentation
1
2
3
4
5
6
7
//! Tests for GitHub Pull Request merge operation.

#[tokio::test]
async fn test_merge_pull_request_structure() {
    // Test that the function signature compiles
    // Actual API test would require a token and test repo
}