octocode-mcp
Version:
Model Context Protocol (MCP) server for advanced GitHub repository analysis and code discovery. Provides AI assistants with powerful tools to search, analyze, and understand codebases across GitHub.
11 lines (10 loc) • 369 B
TypeScript
/**
* Comprehensive tests to verify sessionId and authInfo propagation
* from Tools → GitHub API layer for ALL tools
*
* This test suite ensures that:
* 1. All tools correctly receive sessionId from withSecurityValidation
* 2. All tools correctly pass sessionId to GitHub APIs
* 3. All GitHub APIs properly receive and use sessionId for caching
*/
export {};