mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
AuthKit: auto-bind token audience to resource URL (RFC 8707) (#3905)
This commit is contained in:
parent
1f196083b7
commit
6f045972ab
33 changed files with 265 additions and 114 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue