mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Update repository references for transfer to prefecthq (#3207)
* Update repository references from jlowin/fastmcp to prefecthq/fastmcp * Retrigger CI after repo transfer * chore: Update SDK documentation * Only run deep triage on bug issues for jlowin --------- Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a4d41346c
commit
9b248a15b3
220 changed files with 3779 additions and 3765 deletions
|
|
@ -291,7 +291,7 @@ def main():
|
|||
if not token:
|
||||
raise ValueError("GITHUB_TOKEN environment variable is required")
|
||||
|
||||
owner = os.environ.get("GITHUB_REPOSITORY_OWNER", "jlowin")
|
||||
owner = os.environ.get("GITHUB_REPOSITORY_OWNER", "prefecthq")
|
||||
repo = os.environ.get("GITHUB_REPOSITORY_NAME", "fastmcp")
|
||||
|
||||
print(f"[DEBUG] Repository: {owner}/{repo}")
|
||||
|
|
|
|||
|
|
@ -313,7 +313,7 @@ def main():
|
|||
if not token:
|
||||
raise ValueError("GITHUB_TOKEN environment variable is required")
|
||||
|
||||
owner = os.environ.get("GITHUB_REPOSITORY_OWNER", "jlowin")
|
||||
owner = os.environ.get("GITHUB_REPOSITORY_OWNER", "prefecthq")
|
||||
repo = os.environ.get("GITHUB_REPOSITORY_NAME", "fastmcp")
|
||||
|
||||
print(f"[DEBUG] Repository: {owner}/{repo}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue