mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
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:
parent
1b92f3e421
commit
e55c360389
6 changed files with 118 additions and 70 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
|
@ -48,3 +48,5 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: uv run pytest tests
|
||||
env:
|
||||
FASTMCP_GITHUB_TOKEN: ${{ secrets.FASTMCP_GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue