Skip to content

Commit 0cca49d

Browse files
committed
redundant docs
1 parent f44ff8d commit 0cca49d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,6 @@ uv run pytest
7070
pytest
7171
```
7272

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-
8373
## Pull Request Process
8474

8575
1. Ensure your code follows the style guidelines of the project

0 commit comments

Comments
 (0)