mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Docs (#2145)
* Update fonts + styling * Update docs.json * Update welcome.mdx
This commit is contained in:
parent
4c7463d5ae
commit
e7cde97e5b
3 changed files with 17 additions and 27 deletions
|
|
@ -22,16 +22,7 @@ auth = GitHubProvider(
|
|||
# redirect_path="/auth/callback", # Default path - change if using a different callback URL
|
||||
)
|
||||
|
||||
mcp = FastMCP(
|
||||
auth=auth,
|
||||
# "GitHub OAuth Example Server",
|
||||
# icons=[
|
||||
# Icon(
|
||||
# src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Octicons-mark-github.svg/2048px-Octicons-mark-github.svg.png"
|
||||
# )
|
||||
# ],
|
||||
# website_url="https://example.com",
|
||||
)
|
||||
mcp = FastMCP("GitHub OAuth Example Server", auth=auth)
|
||||
|
||||
|
||||
@mcp.tool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue