* Update fonts + styling

* Update docs.json

* Update welcome.mdx
This commit is contained in:
Jeremiah Lowin 2025-10-19 20:26:08 -04:00 committed by GitHub
commit e7cde97e5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 27 deletions

View file

@ -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