Skip to content

Commit 0044ffb

Browse files
committed
Add README
0 parents  commit 0044ffb

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# MCP PHP SDK
2+
3+
Low-level SDK implementation of the Model Context Protocol (MCP) in PHP.
4+
5+
This project is a collaboration between the [PHP Foundation](https://thephp.foundation/) and the
6+
[Symfony project](https://symfony.com/). It adopts development practices and standards from the Symfony project,
7+
including [Coding Standards](https://symfony.com/doc/current/contributing/code/standards.html) and the
8+
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
9+
10+
Until the first major release, this SDK is considered
11+
[experimental](https://symfony.com/doc/current/contributing/code/experimental.html).
12+
13+
## Installation
14+
15+
```bash
16+
composer require mcp/sdk
17+
```
18+
19+
## Documentation
20+
21+
- [SDK documentation](doc/index.rst)
22+
- [Model Context Protocol documentation](https://modelcontextprotocol.io)
23+
- [Model Context Protocol specification](https://spec.modelcontextprotocol.io)
24+
- [Officially supported servers](https://github.com/modelcontextprotocol/servers)
25+
26+
## Contributing
27+
28+
We are passionate about supporting contributors of all levels of experience and would love to see you get involved in
29+
the project. See the [contributing guide](CONTRIBUTING.md) to get started before you
30+
[report issues](https://github.com/modelcontextprotocol/php-sdk/issues) and
31+
[send pull requests](https://github.com/modelcontextprotocol/php-sdk/pulls).
32+
33+
## License
34+
35+
This project is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)