Update github remote server tests with secret (#1112)

* Adding client tests for streamable http against official GitHub Remote MCP server

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update tests/client/test_github_mcp_remote.py

applying review suggestions

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update github server tests and move to integration

* Set GITHUB_TOKEN variable

* Revert "Set GITHUB_TOKEN variable"

This reverts commit a87d6a303a.

---------

Co-authored-by: Didier Durand <didduran@amazon.ch>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Jeremiah Lowin 2025-07-10 10:48:42 -04:00 committed by GitHub
commit e55c360389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 118 additions and 70 deletions

View file

@ -48,3 +48,5 @@ jobs:
- name: Run tests
run: uv run pytest tests
env:
FASTMCP_GITHUB_TOKEN: ${{ secrets.FASTMCP_GITHUB_TOKEN }}