AuthKit: auto-bind token audience to resource URL (RFC 8707) (#3905)

This commit is contained in:
Jeremiah Lowin 2026-04-13 17:11:17 -04:00 committed by William Easton
commit 6f045972ab
No known key found for this signature in database
33 changed files with 265 additions and 114 deletions

View file

@ -10,7 +10,7 @@ import asyncio
from fastmcp.client import Client, OAuth
SERVER_URL = "http://localhost:8000/mcp"
SERVER_URL = "http://127.0.0.1:8000/mcp"
async def main():