Skip to content

Commit 575f2f2

Browse files
committed
Remove composer install --dev hint
1 parent 5feb2b8 commit 575f2f2

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@ The starting point for this SDK was the [PHP-MCP](https://github.com/php-mcp/ser
257257

258258
## License
259259

260-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
260+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

docs/examples.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ All examples are located in the `examples/` directory and use the SDK dependenci
1818
### Prerequisites
1919

2020
```bash
21-
# Install dependencies (from project root)
21+
# Install dependencies (in project root)
2222
composer install
23-
24-
# Optional: Install HTTP-specific dependencies for web examples
25-
composer install --dev
2623
```
2724

2825
## Running Examples

docs/mcp-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,4 +732,4 @@ $server = Server::builder()
732732
->build();
733733
```
734734

735-
Manual registrations always take precedence over discovered elements with the same identifier.
735+
Manual registrations always take precedence over discovered elements with the same identifier.

docs/server-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,4 +499,4 @@ $server = Server::builder()
499499
| `addResource()` | handler, uri, name?, description?, mimeType?, size?, annotations? | Register resource |
500500
| `addResourceTemplate()` | handler, uriTemplate, name?, description?, mimeType?, annotations? | Register resource template |
501501
| `addPrompt()` | handler, name?, description? | Register prompt |
502-
| `build()` | - | Create the server instance |
502+
| `build()` | - | Create the server instance |

docs/transports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,4 @@ npx @modelcontextprotocol/inspector http://localhost:8000
354354
- Web-based MCP clients
355355
- RESTful API patterns
356356

357-
The key difference is that STDIO is process-based (one session per process) while HTTP is request-based (multiple sessions via headers).
357+
The key difference is that STDIO is process-based (one session per process) while HTTP is request-based (multiple sessions via headers).

0 commit comments

Comments
 (0)