We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44ff8d commit 0cca49dCopy full SHA for 0cca49d
CONTRIBUTING.md
@@ -70,16 +70,6 @@ uv run pytest
70
pytest
71
```
72
73
-## Project Architecture
74
-
75
-FastAPI-MCP uses a direct integration approach to add MCP functionality to FastAPI applications:
76
77
-1. The `server.py` module handles creating and mounting MCP servers to FastAPI apps
78
-2. The `http_tools.py` module converts FastAPI endpoints to MCP tools
79
-3. All integration happens at runtime - there is no code generation involved
80
81
-When contributing, please keep this architecture in mind and ensure your changes maintain the seamless integration experience.
82
83
## Pull Request Process
84
85
1. Ensure your code follows the style guidelines of the project
0 commit comments