Jeremiah Lowin commited on
Commit
f478715
·
unverified ·
2 Parent(s): af4427f8fc970d

Merge pull request #249 from TechWithTy/patch-1

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -112,7 +112,7 @@ FastMCP aims to be:
112
  ### Servers
113
  - **Create** servers with minimal boilerplate using intuitive decorators
114
  - **Proxy** existing servers to modify configuration or transport
115
- - **Compose** servers by into complex applications
116
  - **Generate** servers from OpenAPI specs or FastAPI objects
117
 
118
  ### Clients
 
112
  ### Servers
113
  - **Create** servers with minimal boilerplate using intuitive decorators
114
  - **Proxy** existing servers to modify configuration or transport
115
+ - **Compose** servers into complex applications
116
  - **Generate** servers from OpenAPI specs or FastAPI objects
117
 
118
  ### Clients