Skip to content

fix markdown error in README in main #1147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2025
Merged

fix markdown error in README in main #1147

merged 2 commits into from
Jul 15, 2025

Conversation

ihrpr
Copy link
Contributor

@ihrpr ihrpr commented Jul 15, 2025

This check was added recently, when merging old PRs we might be introducing the failure in the main. Worth merging main before merge for old PRs touching README

@ihrpr ihrpr marked this pull request as draft July 15, 2025 10:52
@ihrpr ihrpr marked this pull request as ready for review July 15, 2025 11:00
@ihrpr ihrpr requested review from felixweinberger and Kludex July 15, 2025 11:00
Copy link
Member

@Kludex Kludex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand my comment below is not related to this PR, so approving.

Comment on lines +958 to 959
# from starlette.routing import Route
# app.router.routes.append(Route("/", endpoint=other_route_function))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually bad advice. No one should use app.router.routes...

I think the idea is to mount the ASGI app from FastMCP into an existent Starlette application.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted, I'll be re-writing more README today/tomorrow

@ihrpr ihrpr merged commit 6566c08 into main Jul 15, 2025
13 checks passed
@ihrpr ihrpr deleted the ihrpt/fix-main-markdown branch July 15, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants